On 01-09-2007, 13:43:30 maitrebart wrote:

> 
> Is there a way to use some kind of iterators with the gtk containers (such as
> Gtk::Menu) in order to go through all the Gtk::MenuItem's in it?
You can use
Glib::ListHandle<Widget*> Gtk::Container::get_children();

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to