DzlGraphColumn
DzlGraphColumn
|
|
Object Hierarchy
GObject
╰── DzlGraphColumn
Functions
dzl_graph_view_column_new ()
DzlGraphColumn *
dzl_graph_view_column_new (const gchar *name
,
GType value_type
);
dzl_graph_view_column_get_name ()
const gchar *
dzl_graph_view_column_get_name (DzlGraphColumn *self
);
dzl_graph_view_column_set_name ()
void
dzl_graph_view_column_set_name (DzlGraphColumn *self
,
const gchar *name
);
Types and Values
DZL_TYPE_GRAPH_COLUMN
#define DZL_TYPE_GRAPH_COLUMN (dzl_graph_view_column_get_type())
struct DzlGraphColumnClass
struct DzlGraphColumnClass {
GObjectClass parent;
};
DzlGraphColumn
typedef struct _DzlGraphColumn DzlGraphColumn;
Property Details
The “name”
property
“name” gchar *
The name of the column.
Flags: Read / Write
Default value: NULL
The “value-type”
property
“value-type” GType *
Value Type.
Flags: Read / Write / Construct Only
Allowed values: void