Method

GtkWidgetactivate

Declaration [src]

gboolean
gtk_widget_activate (
  GtkWidget* widget
)

Description [src]

For widgets that can be “activated” (buttons, menu items, etc.) this function activates them. Activation is what happens when you press Enter on a widget during key navigation. If widget isn’t activatable, the function returns FALSE.

Return value

Type: gboolean

TRUE if the widget was activatable.