[Glade-users] Option Menu Resizing

David L. Cooper II cooperdl@worldnet.att.net
Sun, 26 Nov 2000 14:50:03 -0500


I am building an application with Glade. The main window contains an
optionmenu that contains no entries. I add menu items to the menu used
by the option menu in a callback on a main window realize. When the main
window is displayed, the option menu is too short to display any of the
items that I've appended to the menu. How can I get the items in the
window to resize before the window is displayed? I don't want the main
window to resize after it has been displayed.

The optionmenu is in a table which is in a vbox which is in a hbox which
is in a vbox which is in the main window.

Any suggestions would be helpful.

Thanks,

David