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.