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 |
---|
Gtk_Object (see section Package Gtk.Object) \___ Gtk_Widget (see section Package Gtk.Widget) \___ Gtk_Misc (see section Package Gtk.Misc) |
Subprograms |
---|
procedure Set_Alignment (Misc : access Gtk_Misc_Record; Xalign : in Gfloat; Yalign : in Gfloat); | ||
Modify the alignment for the widget. | ||
procedure Set_Padding (Misc : access Gtk_Misc_Record; Xpad : in Gint; Ypad : in Gint); | ||
Set the padding (i.e. the extra spaces on the side of the widget). | ||
function Get_Type return Gtk.Gtk_Type; | ||
Return the internal value associated with a Gtk_Misc.
|