table of contents
other versions
Gtk2::EntryCompletion(3pm) | User Contributed Perl Documentation | Gtk2::EntryCompletion(3pm) |
NAME¶
Gtk2::EntryCompletion - wrapper for GtkEntryCompletion
HIERARCHY¶
Glib::Object +----Gtk2::EntryCompletion
INTERFACES¶
Gtk2::CellLayout Gtk2::Buildable
METHODS¶
entrycompletion = Gtk2::EntryCompletion->new¶
$completion->complete¶
string or undef = $completion->get_completion_prefix¶
Since: gtk+ 2.12
$completion->delete_action ($index)¶
- •
- $index (integer)
widget = $entry->get_entry¶
boolean = $completion->get_inline_completion¶
Since: gtk+ 2.6
$completion->set_inline_completion ($inline_completion)¶
- •
- $inline_completion (boolean)
Since: gtk+ 2.6
boolean = $completion->get_inline_selection¶
Since: gtk+ 2.12
$completion->set_inline_selection ($inline_selection)¶
- •
- $inline_selection (boolean)
Since: gtk+ 2.12
$completion->insert_action_markup ($index, $markup)¶
- $index (integer)
- $markup (string)
$completion->insert_action_text ($index, $text)¶
- $index (integer)
- $text (string)
$completion->insert_prefix¶
Since: gtk+ 2.6
$completion->set_match_func ($func, $func_data=undef)¶
- $func (scalar)
- $func_data (scalar)
integer = $completion->get_minimum_key_length¶
$completion->set_minimum_key_length ($length)¶
- •
- $length (integer)
treemodel = $completion->get_model¶
$completion->set_model ($model)¶
- •
- $model (Gtk2::TreeModel or undef)
boolean = $completion->get_popup_completion¶
Since: gtk+ 2.6
$completion->set_popup_completion ($popup_completion)¶
- •
- $popup_completion (boolean)
Since: gtk+ 2.6
boolean = $completion->get_popup_set_width¶
Since: gtk+ 2.8
$completion->set_popup_set_width ($popup_set_width)¶
- •
- $popup_set_width (boolean)
Since: gtk+ 2.8
boolean = $completion->get_popup_single_match¶
Since: gtk+ 2.8
$completion->set_popup_single_match ($popup_single_match)¶
- •
- $popup_single_match (boolean)
Since: gtk+ 2.8
integer = $completion->get_text_column¶
Since: gtk+ 2.6
$completion->set_text_column ($column)¶
- •
- $column (integer)
PROPERTIES¶
- 'inline-completion' (boolean : default false : readable / writable / private)
- Whether the common prefix should be inserted automatically
- 'inline-selection' (boolean : default false : readable / writable / private)
- Your description here
- 'minimum-key-length' (integer : default 1 : readable / writable / private)
- Minimum length of the search key in order to look up matches
- 'model' (Gtk2::TreeModel : default undef : readable / writable / private)
- The model to find matches in
- 'popup-completion' (boolean : default true : readable / writable / private)
- Whether the completions should be shown in a popup window
- 'popup-set-width' (boolean : default true : readable / writable / private)
- If TRUE, the popup window will have the same size as the entry
- 'popup-single-match' (boolean : default true : readable / writable / private)
- If TRUE, the popup window will appear for a single match.
- 'text-column' (integer : default -1 : readable / writable / private)
- The column of the model containing the strings.
SIGNALS¶
SEE ALSO¶
Gtk2, Glib::Object
COPYRIGHT¶
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
2019-09-16 | perl v5.28.1 |