Re: GTK3 menu bar

2015-07-31 Thread Emmanuele Bassi
Hi; On Friday, July 31, 2015, Stefan Salewski m...@ssalewski.de wrote: On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu Just to let you know: That

Re: GTK3 menu bar

2015-07-31 Thread Stefan Salewski
On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu Just to let you know: That cited wiki page is a plain copy of the original gnome developer page

GTK3 menu bar

2015-07-30 Thread Stefan Salewski
I am still not really sure how to create a FINE pulldown menu bar. (http://ssalewski.de/PetEd.html.en) Currently I am still using this Ruby code, which originates from the initial GTK2 version and still works with GTK 3.14 -- I may have done some modifications for GTK3, can not really remember.

Re: GTK3 menu bar

2015-07-30 Thread Emmanuele Bassi
Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu * https://wiki.gnome.org/HowDoI/GAction There are various, incremental examples in the C API reference: * https://developer.gnome.org/gtk3/stable/ch01s04.html If you want

Re: GTK3 menu bar

2015-07-30 Thread Emmanuele Bassi
Hi; On 30 July 2015 at 18:31, Stefan Salewski m...@ssalewski.de wrote: On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu *

Re: GTK3 menu bar

2015-07-30 Thread Stefan Salewski
On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu * https://wiki.gnome.org/HowDoI/GAction There are various, incremental examples in the C API reference: