gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.BinA with a decorative frame and optional .This widget draws a frame around whatever it contains, so is often used to visually group a set of widgets together.If present, a label is drawn in a gap in the top side of the frame. The position of the label can be controlled with .ConstructorCreate a new frame with no labelConstructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
The text to appear as this frame's label
Create a new frame with a label in the top left corner.This creates a new frame with a widget in the top left corner, displaying the text passed in as .PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("label")System.StringThe string that is visible as the Frame's labelThe text of a label if is a , null otherwise.PropertyGLib.Property("label-widget")Gtk.WidgetManage the widget that acts as a frame's .The current in use as this Frame's label.Despite its name, this property does not have to set a widget as its label. Because of the way that Gtk containers work, you may add an arbitrary widget as the label for this frame. However, a genuine is recommended for consistency with other applications.PropertyGLib.Property("label-xalign")System.SingleSet the horizontal alignment of the .The existing horizontal alignment of this Frame's labelPropertyGLib.Property("label-yalign")System.SingleSet the vertical alignment of the .The existing vertical alignment of this Frame's labelMethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideComputeChildAllocation", Type=typeof(Gtk.Frame))System.Void
To be added.
To be added.To be added.PropertyGLib.Property("shadow-type")Gtk.ShadowTypeManage the appearance of this frame's border.The current shadow style that this Frame is rendered with.