gtkPreviewSize: gtkPreviewSize

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Set the size that the preview widget will request in response to a "size_request" signal. The drawing area may actually be allocated a size larger than this depending on how it is packed within the enclosing containers. The effect of this is determined by whether the preview is set to expand or not (see gtkPreviewExpand()) WARNING: gtk_preview_size is deprecated and should not be used in newly-written code.

Usage

1

Arguments

object

a GtkPreview.

width

the new width.

height

the new height.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkPreviewSize in RGtk2...