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
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
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.