GtkWindow::activate_default

int activate_default(void);

As with activate_focus() , the activate_default() method causes the widget-specific activate signal to be emitted by the targeted child.

See also: activate_focus() , set_default() , "activate".