gtkPaperSizeSetSize {RGtk2}R Documentation

gtkPaperSizeSetSize

Description

Changes the dimensions of a size to width x height.

Usage

gtkPaperSizeSetSize(object, width, height, unit)

Arguments

object [GtkPaperSize] a custom GtkPaperSize object
width [numeric] the new width in units of unit
height [numeric] the new height in units of unit
unit [GtkUnit] the unit for width and height

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]