ComboBox.getTitle

Warning gtk_combo_box_get_title is deprecated and should not be used in newly-written code. 3.10 Gets the current title of the menu in tearoff mode. See gtk_combo_box_set_add_tearoffs(). Since 2.10

class ComboBox
string
getTitle
()

Return Value

Type: string

the menu's title in tearoff mode. This is an internal copy of the string which must not be freed.

Meta