libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::EntryShell:
Public Member Functions | ||||
const GnomeDbEntryShell* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbEntryShell* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
void | pack_entry (Gtk::Widget& main_widget) | |||
Packs a G::TkWidget widget into the GnomeDbEntryShell. | ||||
Glib::PropertyProxy_ReadOnly< bool > | property_actions () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<bool> | property_actions () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataHandler >> | property_handler () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy< Glib::RefPtr< Gda::DataHandler > > | property_handler () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< bool > | property_is_cell_renderer () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<bool> | property_is_cell_renderer () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | refresh () | |||
Forces the shell to refresh its display (mainly the color of the button). | ||||
virtual | ~EntryShell () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::EntryShell* | wrap (GnomeDbEntryShell* object, bool take_copy=false) | |||
|
virtual Gnome::Db::EntryShell::~EntryShell | ( | ) | [virtual] |
const GnomeDbEntryShell* Gnome::Db::EntryShell::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Viewport.
Reimplemented in Gnome::Db::EntryBoolean, Gnome::Db::EntryCombo, Gnome::Db::EntryCommonTime, Gnome::Db::EntryDate, Gnome::Db::EntryNone, Gnome::Db::EntryString, Gnome::Db::EntryTime, Gnome::Db::EntryTimestamp, and Gnome::Db::EntryWrapper.
GnomeDbEntryShell* Gnome::Db::EntryShell::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Viewport.
Reimplemented in Gnome::Db::EntryBoolean, Gnome::Db::EntryCombo, Gnome::Db::EntryCommonTime, Gnome::Db::EntryDate, Gnome::Db::EntryNone, Gnome::Db::EntryString, Gnome::Db::EntryTime, Gnome::Db::EntryTimestamp, and Gnome::Db::EntryWrapper.
void Gnome::Db::EntryShell::pack_entry | ( | Gtk::Widget & | main_widget | ) |
Packs a G::TkWidget widget into the GnomeDbEntryShell.
main_widget | A Gtk::Widget to pack into shell . |
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryShell::property_actions | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Db::EntryShell::property_actions | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gda::DataHandler> > Gnome::Db::EntryShell::property_handler | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<Gda::DataHandler> > Gnome::Db::EntryShell::property_handler | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::EntryShell::property_is_cell_renderer | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Db::EntryShell::property_is_cell_renderer | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gnome::Db::EntryShell::refresh | ( | ) |
Forces the shell to refresh its display (mainly the color of the button).
Gnome::Db::EntryShell* wrap | ( | GnomeDbEntryShell * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |