1Gnome2::AppBar(3) User Contributed Perl Documentation Gnome2::AppBar(3)
2
3
4
6 Gnome2::AppBar - wrapper for GnomeAppBar
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 Gtk2::Orientable
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 : default false : readable / writable /
60 construct)
61 Create a progress widget.
62
63 'has-status' (boolean : default false : readable / writable /
64 construct)
65 Create a status widget.
66
67 'interactivity' (Gnome2::PreferencesType : default "never" : readable /
68 writable / construct)
69 Level of user activity required.
70
72 clear-prompt (Gnome2::AppBar)
73 user-response (Gnome2::AppBar)
74
76 enum Gnome2::PreferencesType
77 • 'never' / 'GNOME_PREFERENCES_NEVER'
78
79 • 'user' / 'GNOME_PREFERENCES_USER'
80
81 • 'always' / 'GNOME_PREFERENCES_ALWAYS'
82
84 Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
85 Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::HBox
86
88 Copyright (C) 2003-2004 by the gtk2-perl team.
89
90 This software is licensed under the LGPL. See Gnome2 for a full
91 notice.
92
93
94
95perl v5.32.1 2021-01-27 Gnome2::AppBar(3)