gdkWindowFocus {RGtk2}R Documentation

gdkWindowFocus

Description

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

Usage

gdkWindowFocus(object, timestamp = "GDK_CURRENT_TIME")

Arguments

object [GdkWindow] a GdkWindow
timestamp [numeric] timestamp of the event triggering the window focus

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]