Class Index Cross Index Namespace Index

Class Gtk::Entry


Contained in: Gtk
Derived from: Gtk::Editable
Derived by: Gtk::SpinButton

#include <gtk--/entry.h>


public function member index:

explicit Entry(guint max);
Entry();
void append_text(const string& text);
string get_text() const;
unsigned int get_text_length() const;
GtkEntry* gtkobj();
const GtkEntry* gtkobj() const;
static bool isA(Object* object);
void prepend_text(const string& text);
void select_region(gint start, gint end);
void set_max_length(guint16 max);
void set_position(gint position);
void set_text(const string& text);
void set_visibility(bool visible);
virtual ~Entry();
 

Description:



Function Member Descriptions:

Gtk::Entry::gtkobj - Returns the underlaying gtk+ object.

GtkEntry* gtkobj();

Gtk::Entry::isA - Returns true if object is this type.

static bool isA(Object* object);