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::EntryBuffer(3) User Contributed Perl Documentation Gtk2::EntryBuffer(3)

Gtk2::EntryBuffer - wrapper for GtkEntryBuffer

  Glib::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.

$initial_chars (string)

  • $position (integer)
  • $n_chars (integer)

  • $position (integer)
  • $n_chars (integer)

  • $position (integer)
  • $chars (string)
  • $n_chars (integer)

  • $position (integer)
  • $chars (string)

$max_length (integer)

$chars (string)

'length' (Glib::UInt : default 0 : readable / private / static-nick / static-blurb)
Length of the text currently in the buffer
'max-length' (integer : default 0 : readable / writable / private / static-nick / static-blurb)
Maximum number of characters for this entry. Zero if no maximum
'text' (string : default "" : readable / writable / private / static-nick / static-blurb)
The contents of the buffer

deleted-text (Gtk2::EntryBuffer, Glib::UInt, Glib::UInt)
inserted-text (Gtk2::EntryBuffer, Glib::UInt, string, Glib::UInt)

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.