#include <entry.h>
Inheritance diagram for Gnome::UI::Entry:
Public Member Functions | |
virtual | ~Entry () |
GnomeEntry * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeEntry * | gobj () const |
Provides access to the underlying C GtkObject. | |
Entry () | |
Gtk::Entry * | get_gtk_entry () |
const Gtk::Entry * | get_gtk_entry () const |
void | set_history_id (const Glib::ustring &history_id) |
Glib::ustring | get_history_id () const |
void | set_max_saved (guint max_saved) |
guint | get_max_saved () const |
void | prepend_history (bool save, const Glib::ustring &text) |
void | append_history (bool save, const Glib::ustring &text) |
void | clear_history () |
Glib::SignalProxy0< void > | signal_activate () |
Glib::PropertyProxy< Glib::ustring > | property_history_id () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< Gtk::Entry > | property_gtk_entry () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Protected Member Functions | |
virtual void | on_activate () |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::UI::Entry * | wrap (GnomeEntry *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Combo. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Combo. |
|
|
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|
|
|