gtkWindowGetDefaultSize {RGtk2} | R Documentation |
Gets the default size of the window. A value of -1 for the width or height indicates that a default size has not been explicitly set for that dimension, so the "natural" size of the window will be used.
gtkWindowGetDefaultSize(object)
|
A list containing the following elements:
|
location to store the default width, or |
|
location to store the default height, or |
Derived by RGtkGen from GTK+ documentation