gtkWindowSetFrameDimensions {RGtk2}R Documentation

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 [GtkWindow] a GtkWindow that has a frame
left [integer] The width of the left border
top [integer] The height of the top border
right [integer] The width of the right border
bottom [integer] 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


[Package RGtk2 version 2.12.5-3 Index]