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

Value

A list containing the following elements:

xpad [integer] location to store padding in the X direction, or NULL
ypad [integer] location to store padding in the Y direction, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]