|
NAMEGtk2::EntryBuffer - wrapper for GtkEntryBufferHIERARCHYGlib::Object +----Gtk2::EntryBuffer The Gtk2::EntryBuffer class contains the actual text displayed in a Gtk2::Entry widget. A single Gtk2::EntryBuffer object can be shared by multiple Gtk2::Entry widgets which will then share the same text content, but not the cursor position, visibility attributes, icon etc. Gtk2::EntryBuffer may be derived from. Such a derived class might allow text to be stored in an alternate location, such as non-pageable memory, useful in the case of important passwords. Or a derived class could integrate with an application's concept of undo/redo. METHODSentrybuffer = Gtk2::EntryBuffer->new ($initial_chars=undef)
unsigned = $buffer->get_bytesinteger = $buffer->delete_text ($position=0, $n_chars=-1)
$buffer->emit_deleted_text ($position, $n_chars)
$buffer->emit_inserted_text ($position, $chars, $n_chars)
$buffer->insert_text ($position, $chars)
integer = $buffer->get_lengthinteger = $buffer->get_max_length$buffer->set_max_length ($max_length)
string = $buffer->get_text$buffer->set_text ($chars)
PROPERTIES
SIGNALS
SEE ALSOGtk2, Glib::ObjectCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |