jabromovitz
Programmer
I am using the tk_optionMenu widget in a GUI that I am developing. This menu has many options (more than the height of the screen). when I implement this widget in a windows environment I get a little scroll arrow at the top and bottom of the list so that I can see the whole thing. But, when I implement this same code in Unix, the list run off the screen with no scoll arrow for me to see the rest of the menu options. Does anybody have any suggestions on how to remedy this problem?
Thanks
Thanks