Learn R Programming

RGtk2 (version 2.8.8)

GtkFrame: GtkFrame

Description

A bin with a decorative frame and optional label

Arguments

Methods and Functions

gtkFrameNew(label = NULL, show = TRUE) gtkFrameSetLabel(object, label = NULL) gtkFrameSetLabelWidget(object, label.widget) gtkFrameSetLabelAlign(object, xalign, yalign) gtkFrameSetShadowType(object, type) gtkFrameGetLabel(object) gtkFrameGetLabelAlign(object) gtkFrameGetLabelWidget(object) gtkFrameGetShadowType(object) gtkFrame(label = NULL, show = TRUE)

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----GtkFrame +----\link{GtkAspectFrame}

Interfaces

GtkFrame implements AtkImplementorIface.

Detailed Description

The frame widget is a Bin that surrounds its child with a decorative frame and an optional label. If present, the label is drawn in a gap in the top side of the frame. The position of the label can be controlled with gtkFrameSetLabelAlign.

Convenient Construction

gtkFrame is the equivalent of gtkFrameNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkFrame.html