Gtk2::CellRendererCombo(3) | User Contributed Perl Documentation | Gtk2::CellRendererCombo(3) |
NAME
Gtk2::CellRendererCombo - wrapper for GtkCellRendererCombo
HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::CellRenderer +----Gtk2::CellRendererText +----Gtk2::CellRendererCombo
METHODS
cellrenderer = Gtk2::CellRendererCombo->new
PROPERTIES
- 'has-entry' (boolean : default true : readable / writable / private / static-nick / static-blurb)
- If FALSE, don't allow to enter strings other than the chosen ones
- 'model' (Gtk2::TreeModel : default undef : readable / writable / private / static-nick / static-blurb)
- The model containing the possible values for the combo box
- 'text-column' (integer : default -1 : readable / writable / private / static-nick / static-blurb)
- A column in the data source model to get the strings from
SIGNALS
SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::CellRenderer, Gtk2::CellRendererText
COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
2024-09-01 | perl v5.40.0 |