Method

GtkWindowset_accept_focus

since: 2.4

Declaration [src]

void
gtk_window_set_accept_focus (
  GtkWindow* window,
  gboolean setting
)

Description [src]

Windows may set a hint asking the desktop environment not to receive the input focus. This function sets this hint.

Available since: 2.4

Parameters

setting

Type: gboolean

TRUE to let this window receive input focus.