1Gnome2::AppBar(3) User Contributed Perl Documentation Gnome2::AppBar(3)
2
3
4
6 Gnome2::AppBar
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Box
15 +----Gtk2::HBox
16 +----Gnome2::AppBar
17
19 Glib::Object::_Unregistered::AtkImplementorIface
20 Gtk2::Buildable
21 Glib::Object::_Unregistered::GtkOrientable
22
24 widget = Gnome2::AppBar->new ($has_progress, $has_status, $interactivity)
25 · $has_progress (boolean)
26
27 · $has_status (boolean)
28
29 · $interactivity (Gnome2::PreferencesType)
30
31 $appbar->clear_prompt
32 $appbar->clear_stack
33 $appbar->set_default ($default_status)
34 · $default_status (string)
35
36 $appbar->install_menu_hints ($uiinfo)
37 · $uiinfo (Gnome2::UIInfo)
38
39 $appbar->pop
40 progressbar = $appbar->get_progress
41 $appbar->set_progress_percentage ($percentage)
42 · $percentage (double)
43
44 $appbar->set_prompt ($prompt, $modal)
45 · $prompt (string)
46
47 · $modal (boolean)
48
49 $appbar->push ($status)
50 · $status (string)
51
52 $appbar->refresh
53 string = $appbar->get_response
54 widget = $appbar->get_status
55 $appbar->set_status ($status)
56 · $status (string)
57
59 'has-progress' (boolean : readable / writable / construct)
60 Create a progress widget.
61
62 'has-status' (boolean : readable / writable / construct)
63 Create a status widget.
64
65 'interactivity' (Gnome2::PreferencesType : readable / writable /
66 construct)
67 Level of user activity required.
68
70 user-response (Gnome2::AppBar)
71 clear-prompt (Gnome2::AppBar)
72
74 enum Gnome2::PreferencesType
75 · 'never' / 'GNOME_PREFERENCES_NEVER'
76
77 · 'user' / 'GNOME_PREFERENCES_USER'
78
79 · 'always' / 'GNOME_PREFERENCES_ALWAYS'
80
82 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
83 Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::HBox
84
86 Copyright (C) 2003-2004 by the gtk2-perl team.
87
88 This software is licensed under the LGPL. See Gnome2 for a full
89 notice.
90
91
92
93perl v5.12.0 2010-05-12 Gnome2::AppBar(3)