package Gtk.Misc is
package Implements_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Misc_Record, Gtk_Misc);
type Gtk_Misc_Record is new Gtk_Widget_Record with null record;
type Gtk_Misc is access all Gtk_Misc_Record'Class;
Xalign_Property : constant Glib.Properties.Property_Float;
Xpad_Property : constant Glib.Properties.Property_Int;
Yalign_Property : constant Glib.Properties.Property_Float;
Ypad_Property : constant Glib.Properties.Property_Int;
function Get_Type return Glib.GType;
procedure Get_Alignment
( | Misc | : access Gtk_Misc_Record; |
Xalign | : out Gfloat; | |
Yalign | : out Gfloat); |
procedure Set_Alignment
( | Misc | : access Gtk_Misc_Record; |
Xalign | : Gfloat; | |
Yalign | : Gfloat); |
procedure Get_Padding
( | Misc | : access Gtk_Misc_Record; |
Xpad | : out Gint; | |
Ypad | : out Gint); |
procedure Set_Padding
( | Misc | : access Gtk_Misc_Record; |
Xpad | : Gint; | |
Ypad | : Gint); |
function "+"
( | Widget | : access Gtk_Misc_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Misc renames Implements_Buildable.To_Object; |