Description Usage Arguments Value Author(s)
Gets the size request that was explicitly set for the widget using
gtkWidgetSetSizeRequest
. A value of -1 stored in width
or
height
indicates that that dimension has not been set explicitly
and the natural requisition of the widget will be used intead. See
gtkWidgetSetSizeRequest
. To get the size a widget will
actually use, call gtkWidgetSizeRequest
instead of
this function.
1 | gtkWidgetGetSizeRequest(object)
|
|
a |
A list containing the following elements:
|
(out): return location for width, or |
|
(out): return location for height, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.