1Gtk2::Activatable(3) User Contributed Perl Documentation Gtk2::Activatable(3)
2
3
4
6 Gtk2::Activatable - wrapper for GtkActivatable
7
9 Glib::Interface
10 +----Gtk2::Activatable
11
13 $activatable->do_set_related_action ($action)
14 • $action (Gtk2::Action)
15
16 action or undef = $activatable->get_related_action
17 $activatable->set_related_action ($action)
18 • $action (Gtk2::Action)
19
20 $activatable->sync_action_properties ($action)
21 • $action (Gtk2::Action)
22
23 boolean = $activatable->get_use_action_appearance
24 $activatable->set_use_action_appearance ($use_appearance)
25 • $use_appearance (boolean)
26
28 'related-action' (Gtk2::Action : default undef : readable / writable /
29 private / static-nick / static-blurb)
30 The action this activatable will activate and receive updates from
31
32 'use-action-appearance' (boolean : default true : readable / writable /
33 private / static-nick / static-blurb)
34 Whether to use the related actions appearance properties
35
37 Gtk2, Glib::Interface
38
40 Copyright (C) 2003-2011 by the gtk2-perl team.
41
42 This software is licensed under the LGPL. See Gtk2 for a full notice.
43
44
45
46perl v5.32.1 2021-01-27 Gtk2::Activatable(3)