gtkWindowGetDefaultSize: gtkWindowGetDefaultSize

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1

Arguments

object

a GtkWindow

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 ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.