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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -