Method
Gtk MenuItemget_use_underline
since: 2.16
Declaration [src]
gboolean
gtk_menu_item_get_use_underline(
GtkMenuItem*menu_item
)
Description [src]
Checks if an underline in the text indicates the next character should be used for the mnemonic accelerator key.
Available since: 2.16
Gets property
Gtk.MenuItem:use-underline Return value
Type: gboolean
TRUE if an embedded underline in the label
indicates the mnemonic accelerator key.