#include <entrycommontime.h>
Inheritance diagram for Gnome::Db::EntryCommonTime:
Public Member Functions | |
virtual | ~EntryCommonTime () |
GnomeDbEntryCommonTime* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryCommonTime* | gobj () const |
Provides access to the underlying C GtkObject. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::EntryCommonTime* | wrap (GnomeDbEntryCommonTime* object, bool take_copy=false) |
virtual Gnome::Db::EntryCommonTime::~EntryCommonTime | ( | ) | [virtual] |
const GnomeDbEntryCommonTime* Gnome::Db::EntryCommonTime::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellEditable.
Reimplemented in Gnome::Db::EntryDate, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.
GnomeDbEntryCommonTime* Gnome::Db::EntryCommonTime::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::CellEditable.
Reimplemented in Gnome::Db::EntryDate, Gnome::Db::EntryTime, and Gnome::Db::EntryTimestamp.
Gnome::Db::EntryCommonTime* wrap | ( | GnomeDbEntryCommonTime * | 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. |