gtkWindowGetDefaultSize {RGtk2}R Documentation

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 [GtkWindow] a GtkWindow

Value

A list containing the following elements:

width [integer] location to store the default width, or NULL
height [integer] location to store the default height, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]