Method

GtkComboBoxset_title

deprecated: 3.10 since: 2.10

Declaration [src]

void
gtk_combo_box_set_title (
  GtkComboBox* combo_box,
  const gchar* title
)

Description [src]

Sets the menu’s title in tearoff mode.

Available since: 2.10

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

title

Type: const gchar*

A title for the menu in tearoff mode.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.