![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
GnomeDbDataCellRendererInfoGnomeDbDataCellRendererInfo — Cell renderer to display a cell contextual menu |
GnomeDbDataCellRendererInfo; GnomeDbDataCellRendererInfoClass; GnomeDbDataCellRendererInfoPriv; GtkCellRenderer * gnome_db_data_cell_renderer_info_new (GnomeDbDataStore *store, GdaDataModelIter *iter, GdaParameterListGroup *group);
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GnomeDbDataCellRendererInfo
"editable" gboolean : Read / Write "group" gpointer : Write / Construct Only "iter" GdaDataModelIter* : Write / Construct Only "store" GnomeDbDataStore* : Write / Construct Only "to-be-deleted" gboolean : Write "value-attributes" GdaValueAttribute : Read / Write
typedef struct _GnomeDbDataCellRendererInfo GnomeDbDataCellRendererInfo;
typedef struct { GtkCellRendererClass parent_class; void (* status_changed) (GnomeDbDataCellRendererInfo *cell_renderer_info, const gchar *path, GdaValueAttribute requested_action); } GnomeDbDataCellRendererInfoClass;
typedef struct _GnomeDbDataCellRendererInfoPriv GnomeDbDataCellRendererInfoPriv;
GtkCellRenderer * gnome_db_data_cell_renderer_info_new (GnomeDbDataStore *store, GdaDataModelIter *iter, GdaParameterListGroup *group);
Creates a new GnomeDbDataCellRendererInfo. Adjust rendering
parameters using object properties. Object properties can be set
globally (with g_object_set()
). Also, with GtkTreeViewColumn, you
can bind a property to a value in a GtkTreeModel. For example, you
can bind the "active" property on the cell renderer to a boolean value
in the model, thus causing the check button to reflect the state of
the model.
|
|
|
|
|
|
Returns : |
the new cell renderer |
"editable"
property"editable" gboolean : Read / Write
The information and status changer can be activated.
Default value: TRUE
"status-changed"
signalvoid user_function (GnomeDbDataCellRendererInfo *dbdatacellrendererinfo, gchar *arg1, GdaValueAttribute arg2, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |