Property
GtkAction:label
deprecated: 3.10
Description [src]
The label used for menu items and buttons that activate
this action. If the label is NULL
, GTK+ uses the stock
label specified via the stock-id property.
This is an appearance property and thus only applies if
GtkActivatable:use-action-appearance
is TRUE
.
Type:gchar*
Deprecated since: 3.10
Use the “label” attribute on GMenuItem
instead.
Default value | NULL |
Getter method | gtk_action_get_label() |
Setter method | gtk_action_set_label() |