| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
GnomeDbDataCellRendererInfoGnomeDbDataCellRendererInfo — Cell renderer to display a cell contextual menu |
Synopsis
GnomeDbDataCellRendererInfo; GnomeDbDataCellRendererInfoClass; GnomeDbDataCellRendererInfoPriv; GtkCellRenderer* gnome_db_data_cell_renderer_info_new (GnomeDbDataStore *store, GdaDataModelIter *iter, GdaSetGroup *group);
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GnomeDbDataCellRendererInfo
Properties
"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
Details
GnomeDbDataCellRendererInfo
typedef struct _GnomeDbDataCellRendererInfo GnomeDbDataCellRendererInfo;
GnomeDbDataCellRendererInfoClass
typedef struct {
GtkCellRendererClass parent_class;
void (* status_changed) (GnomeDbDataCellRendererInfo *cell_renderer_info,
const gchar *path,
GdaValueAttribute requested_action);
} GnomeDbDataCellRendererInfoClass;
GnomeDbDataCellRendererInfoPriv
typedef struct _GnomeDbDataCellRendererInfoPriv GnomeDbDataCellRendererInfoPriv;
gnome_db_data_cell_renderer_info_new ()
GtkCellRenderer* gnome_db_data_cell_renderer_info_new (GnomeDbDataStore *store, GdaDataModelIter *iter, GdaSetGroup *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 |
Property Details
The "editable" property
"editable" gboolean : Read / Write
The information and status changer can be activated.
Default value: TRUE
Signal Details
The "status-changed" signal
void 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. |
