gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A 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 .Gtk.BinAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidSets the alignment of the .
The horizontal alignment, between 0 and 1.0.
The vertical alignment, between 0 and 1.0.
Horizontal and vertical alignments can be adjusted individually using the and properties, respectively.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Frame, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreate a new frame with a label in the top left corner.
The text to appear as this frame's label
A new Frame.This creates a new frame with a widget in the top left corner, displaying the text passed in as .ConstructorCreate a new frame with no labelA new Frame with a null .PropertySystem.UInt32The for The for the class.PropertyGtk.WidgetManage the widget that acts as a frame's .
A widget to replace the existing label.
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.PropertySystem.SingleSet the vertical alignment of the .
A new vertical alignment between 0 and 1.0
The existing vertical alignment of this Frame's labelPropertySystem.SingleSet the horizontal alignment of the .
A new horizontal alignment between 0 and 1.0
The existing horizontal alignment of this Frame's labelPropertyGtk.ShadowTypeManage the appearance of this frame's border.
A new shadow type.
The current shadow style that this Frame is rendered with.PropertySystem.StringThe string that is visible as the Frame's label
Sets the text of the label, if this Frame has one.
The text of a label if is a , null otherwise.PropertyGtk.ShadowTypeManage the appearance of this frame's border.
A new shadow type.
The current shadow style that this Frame is rendered with.ConstructorInternal constructor
GLib type for the type
Creates a new instance of Frame, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.MethodSystem.VoidRetrieves the X and Y alignment of the frame's label.
Location to store X alignment of frame's label
Location to store Y alignment of frame's label