libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::DataCellRendererTextual:
Public Member Functions | ||||
DataCellRendererTextual (const Glib::RefPtr<Gda::DataHandler>& handler, GType type) | ||||
const GnomeDbDataCellRendererTextual* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbDataCellRendererTextual* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
Glib::PropertyProxy_ReadOnly< bool > | property_editable () const | |||
Whether the text can be modified by the user. | ||||
Glib::PropertyProxy<bool> | property_editable () | |||
Whether the text can be modified by the user. | ||||
Glib::PropertyProxy_WriteOnly< bool > | property_to_be_deleted () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< guint > | property_value_attributes () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy<guint> | property_value_attributes () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
virtual | ~DataCellRendererTextual () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::DataCellRendererTextual* | wrap (GnomeDbDataCellRendererTextual* object, bool take_copy=false) | |||
|
virtual Gnome::Db::DataCellRendererTextual::~DataCellRendererTextual | ( | ) | [virtual] |
Gnome::Db::DataCellRendererTextual::DataCellRendererTextual | ( | const Glib::RefPtr< Gda::DataHandler > & | handler, | |
GType | type | |||
) | [explicit] |
const GnomeDbDataCellRendererTextual* Gnome::Db::DataCellRendererTextual::gobj | ( | ) | const [inline] |
GnomeDbDataCellRendererTextual* Gnome::Db::DataCellRendererTextual::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<bool> Gnome::Db::DataCellRendererTextual::property_editable | ( | ) | const |
Whether the text can be modified by the user.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Db::DataCellRendererTextual::property_editable | ( | ) |
Whether the text can be modified by the user.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<bool> Gnome::Db::DataCellRendererTextual::property_to_be_deleted | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gnome::Db::DataCellRendererTextual::property_value_attributes | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gnome::Db::DataCellRendererTextual::property_value_attributes | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Db::DataCellRendererTextual* wrap | ( | GnomeDbDataCellRendererTextual * | 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. |