Method

GtkWindowset_focus_on_map

since: 2.6

Declaration [src]

void
gtk_window_set_focus_on_map (
  GtkWindow* window,
  gboolean setting
)

Description [src]

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

Available since: 2.6

Parameters

setting

Type: gboolean

TRUE to let this window receive input focus on map.