Method

GdkWindowfocus

Declaration [src]

void
gdk_window_focus (
  GdkWindow* window,
  guint32 timestamp
)

Description [src]

Sets keyboard focus to window. In most cases, gtk_window_present_with_time() should be used on a GtkWindow, rather than calling this function.

Parameters

timestamp

Type: guint32

Timestamp of the event triggering the window focus.