GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::EntryCompletion(3) User Contributed Perl Documentation Gtk2::EntryCompletion(3)

Gtk2::EntryCompletion - wrapper for GtkEntryCompletion

  Glib::Object
  +----Gtk2::EntryCompletion

  Gtk2::CellLayout
  Gtk2::Buildable

Since: gtk+ 2.12

$index (integer)

Since: gtk+ 2.6

$inline_completion (boolean)

Since: gtk+ 2.6

Since: gtk+ 2.12

$inline_selection (boolean)

Since: gtk+ 2.12

  • $index (integer)
  • $markup (string)

  • $index (integer)
  • $text (string)

Since: gtk+ 2.6

  • $func (scalar)
  • $func_data (scalar)

$length (integer)

$model (Gtk2::TreeModel or undef)

Since: gtk+ 2.6

$popup_completion (boolean)

Since: gtk+ 2.6

Since: gtk+ 2.8

$popup_set_width (boolean)

Since: gtk+ 2.8

Since: gtk+ 2.8

$popup_single_match (boolean)

Since: gtk+ 2.8

Since: gtk+ 2.6

$column (integer)

'inline-completion' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether the common prefix should be inserted automatically
'inline-selection' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Your description here
'minimum-key-length' (integer : default 1 : readable / writable / private / static-nick / static-blurb)
Minimum length of the search key in order to look up matches
'model' (Gtk2::TreeModel : default undef : readable / writable / private / static-nick / static-blurb)
The model to find matches in
'popup-completion' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether the completions should be shown in a popup window
'popup-set-width' (boolean : default true : readable / writable / private / static-nick / static-blurb)
If TRUE, the popup window will have the same size as the entry
'popup-single-match' (boolean : default true : readable / writable / private / static-nick / static-blurb)
If TRUE, the popup window will appear for a single match.
'text-column' (integer : default -1 : readable / writable / private / static-nick / static-blurb)
The column of the model containing the strings.

action-activated (Gtk2::EntryCompletion, integer)
boolean = cursor-on-match (Gtk2::EntryCompletion, Gtk2::TreeModel, Gtk2::TreeIter)
boolean = insert-prefix (Gtk2::EntryCompletion, string)
boolean = match-selected (Gtk2::EntryCompletion, Gtk2::TreeModel, Gtk2::TreeIter)

Gtk2, Glib::Object

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.