Method

GtkComboBoxget_title

deprecated: 3.10 since: 2.10

Declaration [src]

const gchar*
gtk_combo_box_get_title (
  GtkComboBox* combo_box
)

Description [src]

Gets the current title of the menu in tearoff mode. See gtk_combo_box_set_add_tearoffs().

Available since: 2.10

Deprecated since: 3.10

Please do not use it in newly written code.

Return value

Type: const gchar*

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

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.