gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A base class for widgets with alignments and padding.
The GtkMisc widget is an abstract widget which is not useful itself, but is used to derive subclasses which have alignment and padding attributes.
The horizontal and vertical padding attributes allows extra space to be added around the widget.
The horizontal and vertical alignment attributes enable the widget to be positioned within its allocated area. Note that if the widget is added to a container in such a way that it expands automatically to fill its allocated area, the alignment settings will not alter the widgets position.
Gtk.WidgetAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidSets the alignment of the widget.
The horizontal alignment, from 0 (left) to 1 (right).
The vertical alignment, from 0 (top) to 1 (bottom).
MethodSystem.VoidSets the amount of space to add around the widget.
The amount of space to add on the left and right of the widget, in pixels.
The amount of space to add on the top and bottom of the widget, in pixels.
MethodSystem.VoidGets the X and Y alignment of the widget within its allocation. See .
Location to store X alignment of misc, or .
Location to store Y alignment of misc, or .
MethodSystem.VoidiGets the padding in the X and Y directions of the widget. See ).
Location to store padding in the X direction, or .
Location to store padding in the Y direction, or .
MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Misc, wrapping the C object.This is an internal constructor, and should not be used by user code.Internal constructorTo be addedTo be added: an object of type 'Gtk.Misc'To be addedPropertySystem.UInt32The GLib Type for Gtk.MiscThe GLib Type for the Gtk.Misc class.PropertySystem.SingleThe vertical alignment
The vertical alignment, from 0 (top) to 1 (bottom).
The vertical alignmentPropertySystem.SingleThe horizontal alignment
The horizontal alignment, from 0 (left) to 1 (right).
The horizontal alignmentPropertySystem.Int32The amount of space to add on the left and right of the widget, in pixels.
The amount of space to add on the left and right of the widget, in pixels.
The amount of space to add on the left and right of the widget, in pixels.PropertySystem.Int32The amount of space to add on the top and bottom of the widget, in pixels.
The amount of space to add on the top and bottom of the widget, in pixels.
The amount of space to add on the top and bottom of the widget, in pixels.ConstructorInternal constructor
GLib type for the type
Creates a new instance of Misc, 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.ConstructorTo be addedTo be added: an object of type 'Gtk.Misc'To be added