Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prolem getting tk_optionMenu widget to scroll in Unix environment

Status
Not open for further replies.

jabromovitz

Programmer
Jan 24, 2007
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top