Method

GtkWidgetmnemonic_activate

Declaration [src]

gboolean
gtk_widget_mnemonic_activate (
  GtkWidget* widget,
  gboolean group_cycling
)

Description [src]

Emits the GtkWidget::mnemonic-activate signal.

Parameters

group_cycling

Type: gboolean

TRUE if there are other widgets with the same mnemonic.

Return value

Type: gboolean

TRUE if the signal has been handled.