package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Spinner_Record, Gtk_Spinner);
type Gtk_Spinner_Record is new Gtk_Widget_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 | : not null access Gtk_Spinner_Record'Class); |
function Gtk_Spinner_New return Gtk_Spinner;
function Get_Type return Glib.GType;
procedure Start
( | Spinner | : not null access Gtk_Spinner_Record); |
procedure Stop
( | Spinner | : not null access Gtk_Spinner_Record); |
function "+"
( | Widget | : access Gtk_Spinner_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Spinner renames Implements_Gtk_Buildable.To_Object; |
A GtkSpinner widget displays an icon-size spinning animation. It is often used as an alternative to a Gtk.Progress_Bar.Gtk_Progress_Bar for displaying indefinite activity, instead of actual progress.
To start the animation, use Gtk.Spinner.Start, to stop it use Gtk.Spinner.Stop.