diff options
Diffstat (limited to 'display-gtk.h')
-rw-r--r-- | display-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h index 629972434..877822b80 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -127,6 +127,7 @@ typedef gint (*sort_func_t)(GtkTreeModel *model, #define ALIGN_RIGHT 2 #define INVISIBLE 4 #define UNSORTABLE 8 +#define EDITABLE 16 extern GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, data_func_t data_func, unsigned int flags); |