8 #ifndef YGTK_TREE_MODEL_H
9 #define YGTK_TREE_MODEL_H
15 virtual void getValue (
int row,
int col, GValue *value) = 0;
16 virtual int rowsNb() = 0;
17 virtual int columnsNb()
const = 0;
18 virtual GType columnType (
int col)
const = 0;
20 virtual bool showEmptyEntry()
const = 0;
23 virtual void rowChanged (
int row) = 0;
24 virtual void rowInserted (
int row) = 0;
25 virtual void rowDeleted (
int row) = 0;
34 YGtkTreeModel *ygtk_tree_model_get_model (GtkTreeModel *model);