This widget is a base class for all the widgets that require an alignment and padding. This widget can not be instantiated directly.
Widget Hierarchy |
---|
GObject (see section Package Glib.Object) Gtk_Object (see section Package Gtk.Object) \___ Gtk_Widget (see section Package Gtk.Widget) \___ Gtk_Misc (see section Package Gtk.Misc) |
Subprograms |
---|
function Get_Type return Gtk.Gtk_Type; | ||
Return the internal value associated with a Gtk_Misc.
| ||
procedure Set_Alignment (Misc : access Gtk_Misc_Record; Xalign : Gfloat; Yalign : Gfloat); | ||
Modify the alignment for the widget. | ||
procedure Get_Alignment (Misc : access Gtk_Misc_Record; Xalign : out Gfloat; Yalign : out Gfloat); | ||
Return the alignment of the widget.
| ||
procedure Set_Padding (Misc : access Gtk_Misc_Record; Xpad : Gint; Ypad : Gint); | ||
Set the padding (i.e. the extra spaces on the side of the widget). | ||
procedure Get_Padding (Misc : access Gtk_Misc_Record; Xpad : out Gint; Ypad : out Gint); | ||
Return the padding of the widget.
|