gtkMainDoEvent: gtkMainDoEvent

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Processes a single GDK event. This is public only to allow filtering of events between GDK and GTK+. You will not usually need to call this function directly.

Usage

1

Arguments

event

An event to process (normally) passed by GDK.

Details

While you should not call this function directly, you might want to know how exactly events are handled. So here is what this function does with the event:

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkMainDoEvent in RGtk2...