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:

enter image description here

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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -