#include <datawidgetinfo.h>
Inheritance diagram for Gnome::Db::DataWidgetInfo:
Public Member Functions | |
virtual | ~DataWidgetInfo () |
GnomeDbDataWidgetInfo* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbDataWidgetInfo* | gobj () const |
Provides access to the underlying C GtkObject. | |
DataWidgetInfo (DataWidget& data_widget, DataWidgetInfoFlag flags) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::DataWidgetInfo* | wrap (GnomeDbDataWidgetInfo* object, bool take_copy=false) |
virtual Gnome::Db::DataWidgetInfo::~DataWidgetInfo | ( | ) | [virtual] |
Gnome::Db::DataWidgetInfo::DataWidgetInfo | ( | DataWidget& | data_widget, | |
DataWidgetInfoFlag | flags | |||
) | [explicit] |
const GnomeDbDataWidgetInfo* Gnome::Db::DataWidgetInfo::gobj | ( | ) | const [inline] |
GnomeDbDataWidgetInfo* Gnome::Db::DataWidgetInfo::gobj | ( | ) | [inline] |
Gnome::Db::DataWidgetInfo* wrap | ( | GnomeDbDataWidgetInfo * | 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. |