Method
BirbActionMenuget_menu
since: 0.1
Declaration [src]
GMenu*
birb_action_menu_get_menu (
BirbActionMenu* menu
)
Description [src]
Gets the GMenu
from menu
so that you may add items and sections
to it.
Available since: 0.1
Return value
Type: GMenu
The menu.
The returned data is owned by the instance. |