Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkWidgetEvent

gtkWidgetEvent


Description

Rarely-used function. This function is used to emit the event signals on a widget (those signals should never be emitted without using this function to do so). If you want to synthesize an event though, don't use this function; instead, use gtkMainDoEvent so the event will behave as if it were in the event queue. Don't synthesize expose events; instead, use gdkWindowInvalidateRect to invalidate a region of the window.

Usage

gtkWidgetEvent(object, event)

Arguments

object

a GtkWidget

event

a GdkEvent

Value

[logical] return from the event signal emission (TRUE if the event was handled)

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.