Description
This widget is a base class for all the widgets that require an
alignment and padding.
This widget can not be instantiated directly.
Subprograms
-
-
procedure Set_Alignment
(Misc : access Gtk_Misc_Record; Xalign : Gfloat; Yalign : Gfloat);
procedure Get_Alignment
(Misc : access Gtk_Misc_Record; Xalign : out Gfloat; Yalign : out Gfloat);
-
procedure Set_Padding
(Misc : access Gtk_Misc_Record; Xpad : Gint; Ypad : Gint);
procedure Get_Padding
(Misc : access Gtk_Misc_Record; Xpad : out Gint; Ypad : out Gint);