gtkPrintContextGetHardMargins {RGtk2}R Documentation

gtkPrintContextGetHardMargins

Description

Obtains the hardware printer margins of the GtkPrintContext, in units.

Usage

gtkPrintContextGetHardMargins(object)

Arguments

object

a GtkPrintContext

Details

Since 2.20

Value

A list containing the following elements:

retval

[logical] TRUE if the hard margins were retrieved

top

top hardware printer margin

bottom

bottom hardware printer margin

left

left hardware printer margin

right

right hardware printer margin

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]