Menu.getTitle

Warning gtk_menu_get_title is deprecated and should not be used in newly-written code. 3.10 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 GTK+ and should not be modified or freed.

Meta