index
gtk-- homepage



Description:
Gtk_Entry

#include <gtk--/entry.h>
Base classes: Gtk_Editable
Derived by: Gtk_SpinButton



Properties:

NameTypeGetSetDescription
text_area GdkWindow*      
backing_pixmap GdkPixmap*      
cursor GdkCursor*      
text GdkWChar*      
text_size guint16     allocated size
text_length guint16     length in use
text_max_length guint16      
scroll_offset gint      
visible guint:1      
timer guint32      
button guint      
char_offset gint*     The x-offset of each character (including the last insertion position) * only valid when the widget is realized
text_mb string     Same as 'text', but in multibyte
text_mb_dirty guint:1     If true, 'text' and 'text_mb' are not coherent
use_wchar guint:1     If true, we use the encoding of wchar_t as the encoding of 'text'. * Otherwise we use the encoding of multi-byte characters instead.


Public member index:


Gtk_Entry();
Gtk_Entry(guint max);
Gtk_Entry(GtkEntry *castitem);
void set_text(const string &text);
string get_text()const;
unsigned int get_text_length()const;
void append_text(const string &text);
void prepend_text(const string &text);
void select_region(gint start,gint end);
void set_position(gint position);
void set_visibility(bool visible);
void set_max_length(guint16 max);
GtkEntry *gtkobj();
const GtkEntry *gtkobj()const;
static bool isGtkEntry(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)