Adding menu items dynamically

2009-02-18 Thread John Coppens
Hello people. I'm still getting my feet wet with Glade3... I defined a menu, which works fine, but now I want to add items to one of the submenus by program, and I'm stuck. I did find several other people with similar problems though (no solutions). Glade3, via gtk-builder-convert, seems to

Re: Adding menu items dynamically

2009-02-18 Thread Tristan Van Berkom
On Wed, Feb 18, 2009 at 9:43 AM, John Coppens j...@jcoppens.com wrote: Hello people. I'm still getting my feet wet with Glade3... I defined a menu, which works fine, but now I want to add items to one of the submenus by program, and I'm stuck. I did find several other people with similar

Re: Adding menu items dynamically

2009-02-18 Thread John Coppens
On Wed, 18 Feb 2009 12:12:05 -0500 Tristan Van Berkom t...@gnome.org wrote: At the risk of sounding redundant, this will work better without the conversion script and with the Glade tool conversion routine. You mean, marking the project as GtkBuilder and save it as such? I did some tests at

Re: Adding menu items dynamically

2009-02-18 Thread Tristan Van Berkom
On Wed, Feb 18, 2009 at 1:20 PM, John Coppens j...@jcoppens.com wrote: [...] But, the '*' bug reappeared! Saving as GtkBuilder doesn't save '*' as invisible character for a GtkEntry. (It finally did when saving as libglade, http://bugzilla.gnome.org/show_bug.cgi?id=572271) That is very

Re: Adding menu items dynamically

2009-02-18 Thread John Coppens
On Wed, 18 Feb 2009 13:28:49 -0500 Tristan Van Berkom t...@gnome.org wrote: That is very strange, your telling me that the asterisk saves in libglade format but not in GtkBuilder format ? Since I sent the message, I did several more tests, and apparently it doesn't get saved anymore - at all.