1Gtk2::Spinner(3) User Contributed Perl Documentation Gtk2::Spinner(3)
2
3
4
6 Gtk2::Spinner - wrapper for GtkSpinner
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::DrawingArea
14 +----Gtk2::Spinner
15
17 Glib::Object::_Unregistered::AtkImplementorIface
18 Gtk2::Buildable
19
21 widget = Gtk2::Spinner->new
22 $spinner->start
23 $spinner->stop
25 'active' (boolean : default false : readable / writable)
26 Whether the spinner is active
27
29 'cycle-duration' (Glib::UInt : default 1000 : readable)
30 The length of time in milliseconds for the spinner to complete a
31 full loop
32
33 'num-steps' (Glib::UInt : default 12 : readable)
34 The number of steps for the spinner to complete a full loop. The
35 animation will complete a full cycle in one second by default (see
36 #GtkSpinner:cycle-duration).
37
39 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
40 Gtk2::DrawingArea
41
43 Copyright (C) 2003-2011 by the gtk2-perl team.
44
45 This software is licensed under the LGPL. See Gtk2 for a full notice.
46
47
48
49perl v5.32.1 2021-01-27 Gtk2::Spinner(3)