Function

Gntscreen_menu_show

Declaration [src]

gboolean
gnt_screen_menu_show (
  gpointer menu
)

Description [src]

Show a menu.

Parameters

menu

Type: gpointer

The menu to display.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the menu is displayed, FALSE otherwise (e.g., if another menu is currently displayed).