1Gtk2::Combo(3) User Contributed Perl Documentation Gtk2::Combo(3)
2
3
4
6 Gtk2::Combo
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Box
15 +----Gtk2::HBox
16 +----Gtk2::Combo
17
19 Glib::Object::_Unregistered::AtkImplementorIface
20
22 widget = Gtk2::Combo->new
23
24 $combo->set_case_sensitive ($val)
25
26 * $val (boolean)
27
28 $combo->disable_activate
29
30 widget = $combo->entry
31
32 $combo->set_item_string ($item, $item_value)
33
34 * $item (Gtk2::Item)
35 * $item_value (string)
36
37 widget = $combo->list
38
39 $combo->set_popdown_strings (...)
40
41 * ... (list) of strings
42
43 $combo->set_use_arrows_always ($val)
44
45 * $val (boolean)
46
47 $combo->set_use_arrows ($val)
48
49 * $val (boolean)
50
51 $combo->set_value_in_list ($val, $ok_if_empty)
52
53 * $val (boolean)
54 * $ok_if_empty (boolean)
55
57 'allow-empty' (boolean : readable / writable / private)
58 Whether an empty value may be entered in this field
59
60 'case-sensitive' (boolean : readable / writable / private)
61 Whether list item matching is case sensitive
62
63 'enable-arrow-keys' (boolean : readable / writable / private)
64 Whether the arrow keys move through the list of items
65
66 'enable-arrows-always' (boolean : readable / writable / private)
67 Obsolete property, ignored
68
69 'value-in-list' (boolean : readable / writable / private)
70 Whether entered values must already be present in the list
71
73 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
74 Gtk2::Container, Gtk2::Box, Gtk2::HBox
75
77 Copyright (C) 2003-2007 by the gtk2-perl team.
78
79 This software is licensed under the LGPL. See Gtk2 for a full notice.
80
81
82
83perl v5.8.8 2007-03-18 Gtk2::Combo(3)