Method

GtkActionset_short_label

deprecated: 3.10 since: 2.16

Declaration [src]

void
gtk_action_set_short_label (
  GtkAction* action,
  const gchar* short_label
)

Description [src]

Sets a shorter label text on action.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, which has no equivalent of short labels.

Sets propertyGtk.Action:short-label

Parameters

short_label

Type: const gchar*

The label text to set.

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