#include <entryshell.h>
Inheritance diagram for Gnome::Db::EntryShell:
Public Member Functions | |
virtual | ~EntryShell () |
GnomeDbEntryShell* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryShell* | gobj () const |
Provides access to the underlying C GtkObject. | |
void | pack_entry (Gtk::Widget& main_widget) |
Packs a G::TkWidget widget into the GnomeDbEntryShell. | |
void | refresh () |
Forces the shell to refresh its display (mainly the color of the button). | |
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 . |
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. |