#include <entry.h>
|
| 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< Glib::ustring > | property_history_id () const |
| | 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 () const |
| | You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
| |
|
(Note that these are not member symbols.)
|
| Gnome::UI::Entry * | wrap (GnomeEntry *object, bool take_copy=false) |
| | A Glib::wrap() method for this object.
|
| |
◆ ~Entry()
| virtual Gnome::UI::Entry::~Entry |
( |
| ) |
|
|
virtual |
◆ Entry()
| Gnome::UI::Entry::Entry |
( |
| ) |
|
◆ append_history()
| void Gnome::UI::Entry::append_history |
( |
bool |
save, |
|
|
const Glib::ustring & |
text |
|
) |
| |
◆ clear_history()
| void Gnome::UI::Entry::clear_history |
( |
| ) |
|
◆ get_gtk_entry() [1/2]
| Gtk::Entry * Gnome::UI::Entry::get_gtk_entry |
( |
| ) |
|
◆ get_gtk_entry() [2/2]
| const Gtk::Entry * Gnome::UI::Entry::get_gtk_entry |
( |
| ) |
const |
◆ get_history_id()
| Glib::ustring Gnome::UI::Entry::get_history_id |
( |
| ) |
const |
◆ get_max_saved()
| guint Gnome::UI::Entry::get_max_saved |
( |
| ) |
const |
◆ gobj() [1/2]
| GnomeEntry * Gnome::UI::Entry::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GtkObject.
◆ gobj() [2/2]
| const GnomeEntry * Gnome::UI::Entry::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GtkObject.
◆ on_activate()
| virtual void Gnome::UI::Entry::on_activate |
( |
| ) |
|
|
protectedvirtual |
◆ prepend_history()
| void Gnome::UI::Entry::prepend_history |
( |
bool |
save, |
|
|
const Glib::ustring & |
text |
|
) |
| |
◆ property_gtk_entry()
| Glib::PropertyProxy_ReadOnly< Gtk::Entry > Gnome::UI::Entry::property_gtk_entry |
( |
| ) |
const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
◆ property_history_id() [1/2]
| Glib::PropertyProxy< Glib::ustring > Gnome::UI::Entry::property_history_id |
( |
| ) |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
◆ property_history_id() [2/2]
| Glib::PropertyProxy_ReadOnly< Glib::ustring > Gnome::UI::Entry::property_history_id |
( |
| ) |
const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
◆ set_history_id()
| void Gnome::UI::Entry::set_history_id |
( |
const Glib::ustring & |
history_id | ) |
|
◆ set_max_saved()
| void Gnome::UI::Entry::set_max_saved |
( |
guint |
max_saved | ) |
|
◆ signal_activate()
| Glib::SignalProxy0< void > Gnome::UI::Entry::signal_activate |
( |
| ) |
|
- Prototype:
void on_my_activate()
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: