#include <entrystring.h>
Inheritance diagram for Gnome::Db::EntryString:
Public Member Functions | |
virtual | ~EntryString () |
GnomeDbEntryString* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryString* | gobj () const |
Provides access to the underlying C GtkObject. | |
EntryString (const Glib::RefPtr<Gda::DataHandler>& handler, GType type) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::EntryString* | wrap (GnomeDbEntryString* object, bool take_copy=false) |
virtual Gnome::Db::EntryString::~EntryString | ( | ) | [virtual] |
Gnome::Db::EntryString::EntryString | ( | const Glib::RefPtr< Gda::DataHandler > & | handler, | |
GType | type | |||
) | [explicit] |
const GnomeDbEntryString* Gnome::Db::EntryString::gobj | ( | ) | const [inline] |
GnomeDbEntryString* Gnome::Db::EntryString::gobj | ( | ) | [inline] |
Gnome::Db::EntryString* wrap | ( | GnomeDbEntryString * | 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. |