Re: Complete example code...

2013-10-25 Thread Murray Cumming
On Fri, 2013-10-25 at 13:05 +0200, Glus Xof wrote: > Which is the method to disable all one entire "submenu" (like File, > Edit...) ? I don't know of any way to do this with the new GMenu/GAction API. I think I filed a GTK+ bug about, but I can't find it now. -- Murray Cumming murr...@murrayc.co

Re: Complete example code...

2013-10-25 Thread Glus Xof
Thanks, Finally, You are reason... I had the libraries wrongly configured on my system... but now, all seems OK. Only one question more... Which is the method to disable all one entire "submenu" (like File, Edit...) ? With the example code, I made an unsuccessfully test (it compiles but the eff

Re: Complete example code...

2013-10-25 Thread Murray Cumming
On Thu, 2013-10-24 at 15:48 +0200, Glus Xof wrote: > Hi guys, > > Since the last menu objects related deprecations, I'm a bit > confused... There are no deprecations of menu API in the latest stable version, if you (please) ignore the experiments that happened during the unstable releases. > Amo

Complete example code...

2013-10-24 Thread Glus Xof
Hi guys, Since the last menu objects related deprecations, I'm a bit confused... Among Gtk::Builder and Gtk::UIManager... Which is the preferred one ? Is it possible to see a complete example of menu programming... as, for example, an updated version of the following example code https://git.gn