| GtkFrame {RGtk2} | R Documentation |
A bin with a decorative frame and optional label
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)
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkFrame
+----GtkAspectFrame
GtkFrame implements
AtkImplementorIface and GtkBuildable.
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.
The GtkFrame implementation of the GtkBuildable interface supports placing a child in the label position by specifying "label" as the "type" attribute of a <child> element. A normal content child can be specified without specifying a <child> type attribute.
A UI definition fragment with GtkFrame
<object class="GtkFrame">
<child type="label">
<object class="GtkLabel" id="frame-label"/>
</child>
<child>
<object class="GtkEntry" id="frame-content"/>
</child>
</object>
GtkFrame
undocumented
gtkFrame is the equivalent of gtkFrameNew.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkFrame.html