type Gtk_Misc_Record is new Widget.Gtk_Widget_Record with private;
type Gtk_Misc is access all Gtk_Misc_Record'Class;
Xalign_Property : constant Glib.Properties.Property_Float;
Yalign_Property : constant Glib.Properties.Property_Float;
Xpad_Property : constant Glib.Properties.Property_Int;
Ypad_Property : constant Glib.Properties.Property_Int;
function Get_Type return Gtk.Gtk_Type;
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); |
This widget is a base class for all the widgets that require an alignment and padding.
This widget can not be instantiated directly.
Binding from C File version 2.8.17