Description Usage Arguments Details Value Author(s)
View source: R/gtkAccessors.R View source: R/gtkFuncs.R
Retrieves the widget's requisition.
1 | gtkWidgetGetRequisition(object)
|
|
a |
This function should only be used by widget implementations in
order to figure whether the widget's requisition has actually
changed after some internal state change (so that they can call
gtkWidgetQueueResize
instead of gtkWidgetQueueDraw
).
Normally, gtkWidgetSizeRequest
should be used.
Since 2.20
A list containing the following elements:
|
a pointer to a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.