Method

GtkWindowactivate_default

[]

Declaration [src]

gboolean
gtk_window_activate_default (
  GtkWindow* window
)
[]

Description [src]

Activates the default widget for the window, unless the current focused widget has been configured to receive the default action (see gtk_widget_set_receives_default()), in which case the focused widget is activated.

[]

Return value

Type: gboolean

TRUE if a widget got activated.