gdkWindowFocus: gdkWindowFocus

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkWindowFocus(object, timestamp = "GDK_CURRENT_TIME")

Arguments

object

a GdkWindow

timestamp

timestamp of the event triggering the window focus

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkWindowFocus in RGtk2...