gtkMiscGetPadding {RGtk2}R Documentation

gtkMiscGetPadding

Description

Gets the padding in the X and Y directions of the widget. See gtkMiscSetPadding.

Usage

gtkMiscGetPadding(object)

Arguments

object

a GtkMisc

Value

A list containing the following elements:

xpad

location to store padding in the X direction, or NULL. [ allow-none ]

ypad

location to store padding in the Y direction, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]