Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkWindowSetFrameDimensions

gtkWindowSetFrameDimensions


Description

(Note: this is a special-purpose function intended for the framebuffer port; see gtkWindowSetHasFrame. It will have no effect on the window border drawn by the window manager, which is the normal case when using the X Window system.)

Usage

gtkWindowSetFrameDimensions(object, left, top, right, bottom)

Arguments

object

a GtkWindow that has a frame

left

The width of the left border

top

The height of the top border

right

The width of the right border

bottom

The height of the bottom border

Details

For windows with frames (see gtkWindowSetHasFrame) this function can be used to change the size of the frame border.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.