Menu.getTitle

Returns the title of the menu. See gtk_menu_set_title().

class Menu
string
getTitle
()

Return Value

Type: string

the title of the menu, or NULL if the menu has no title set on it. This string is owned by the widget and should not be modified or freed.

Meta