"Mike Martin" <[EMAIL PROTECTED]> writes: > > I have worked out how to add add entries using populate -popup signal, > but I cant find any way to remove entries
A menu is a container so I guess it ought to work to get_children and hide or remove the ones you don't want. Hiding might be safer if GtkEntry isn't expecting anyone to destroy its items. _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
