RGtk2 (version 2.20.31)

gtkWindowGetDefaultSize: gtkWindowGetDefaultSize

Description

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.

Usage

gtkWindowGetDefaultSize(object)

Arguments

object

Value

A list containing the following elements:
width
location to store the default width, or NULL. [ out ][ allow-none ]
height
location to store the default height, or NULL. [ out ][ allow-none ]