Learn R Programming

RGtk2 (version 2.20.1)

atkComponentGetSize: atkComponentGetSize

Description

Gets the size of the component in terms of width and height.

Usage

atkComponentGetSize(object)

Arguments

Value

  • A list containing the following elements:
  • width[integer] integer to put width of component
  • height[integer] integer to put height of component