package Gtk.Spinner is
package Implements_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Spinner_Record, Gtk_Spinner);
type Gtk_Spinner_Record is new Gtk_Drawing_Area_Record with null record;
type Gtk_Spinner is access all Gtk_Spinner_Record'Class;
Active_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
( | Spinner | : out Gtk_Spinner); |
procedure Initialize
( | Spinner | : access Gtk_Spinner_Record'Class); |
function Get_Type return Glib.GType;
procedure Start
( | Spinner | : access Gtk_Spinner_Record); |
procedure Stop
( | Spinner | : access Gtk_Spinner_Record); |
function "+"
( | Widget | : access Gtk_Spinner_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Spinner renames Implements_Buildable.To_Object; |