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

gtkWidgetSetWindow

gtkWidgetSetWindow


Description

Sets a widget's window. This function should only be used in a widget's GtkWidget::realize() implementation. The window passed is usually either new window created with gdkWindowNew, or the window of its parent widget as returned by gtkWidgetGetParentWindow.

Usage

gtkWidgetSetWindow(object, window)

Arguments

object

a GtkWidget

window

a GdkWindow

Details

Widgets must indicate whether they will create their own GdkWindow by calling gtkWidgetSetHasWindow. This is usually done in the widget's init() function. Since 2.18

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.