tk - Perl FileSelect omit unused buttons -
i using module tk::fileselect file selection processing. below code use generate fileselect window
my $win = mainwindow->new()->fileselect(); $win->show; and here window produced:
i think window looks great, there 2 buttons never need use - reset , home buttons want remove them displayed window. have looked @ link list of configuration options can't seem find 1 this. appreciated!
reset , home buttons not configurable in tk::fileselect.
if want can either patch lib, or can try remove buttons after fileselect have created them. neither solution being recommended.

Comments
Post a Comment