Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.EntryBuffer

Class Gtk.EntryBuffer

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkEntryBuffer
Class : EntryBuffer
Extends: GObject.Object
The GtkEntryBuffer class contains the actual text displayed in a
GtkEntry widget.
A single GtkEntryBuffer object can be shared by multiple GtkEntry
widgets which will then share the same text content, but not the cursor
position, visibility attributes, icon etc.
GtkEntryBuffer 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.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Entry
Property
buffer : Gtk.EntryBuffer
Gtk.Entry
Method
new Gtk.Entry.with_buffer (EntryBuffer buffer) : Gtk.Widget
Create a new Gtk.Entry
Gtk.Entry
Method
get_buffer () : Gtk.EntryBuffer
Get the GtkEntryBuffer object which holds the text for
this widget.
Gtk.Entry
Method
set_buffer (EntryBuffer buffer) : none
Set the GtkEntryBuffer object which holds the text for
this widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:12:34 GMT+0800 (HKT)