Re: gtk_image_menu entry

2014-05-06 Thread Mycroft
Thanks for reply Creating a box with image and lagel is clear to me. But i cant find a funktion to add the box to the item. Please can you give me a hint. cu ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mai

Re: gtk_image_menu entry

2014-05-06 Thread Mycroft
Emmanuele Bassi gmail.com> writes: > > you can use: > > * use GMenu to define your menus, either programmatically or through > an XML definition > * GtkMenuItem, pack an icon with a label inside an horizontal box, Ok this is clear to me > and pack the box in the menu item But how to do th

Re: gtk_image_menu entry

2014-05-04 Thread Emmanuele Bassi
you can use: * use GMenu to define your menus, either programmatically or through an XML definition * GtkMenuItem, pack an icon with a label inside an horizontal box, and pack the box in the menu item GMenu: https://developer.gnome.org/gio/stable/GMenu.html GtkMenuItem: https://developer.gnome.