Yet another not-a-normal-use.
I have a menu filled with several Gtk::MenuItems that have been
attatch()ed in various places. One of the functions of this menu alters
its own content - which I have almost gotten to work. I can tell because
it has exactly the right height - bu no text. The menu is completely
white, and highliting only shows up on the edge.
tmp is my Gtk::Menu.
tmp.hide_all();
tmp.items().clear();
MenuForPath(tmp, [rebuild info] );
tmp.show_all();
And the menu seems to be functional - I click in the right place, and the
correct things happen - but tht labels are invisable and highlighting is
off.
---
For the other way I can think of doing this - replacing the menu instead
of reusing it - I do know of Insert() for puttin a menu in the same
location, but I haven't been able to find a function to get the old menus'
location in the menubar (or to remove said old menu).
-Sud.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list