Action.getLabel

Warning gtk_action_get_label has been deprecated since version 3.10 and should not be used in newly-written code. Use GAction instead, and get a label from a menu item with g_menu_item_get_attribute_value(). For GtkActionable widgets, use the widget-specific API to get a label Gets the label text of action. Since 2.16

class Action
string
getLabel
()

Return Value

Type: string

the label text

Meta