Gtk2::EntryCompletion - wrapper for GtkEntryCompletion
Glib::Object
+----Gtk2::EntryCompletion
Gtk2::CellLayout
Gtk2::Buildable
$completion->delete_action ($index)
- •
- $index (integer)
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->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)
$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)
- '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.
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.