X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display-gtk.h;h=d5ffcb246de00702985882648e3372184745d7ae;hb=f078bc04e1f55ad9ecd0632fcfa5753440ba2267;hp=9e5093d400b524af5e3dea518e4f90ae742917ea;hpb=50d026230fa7303b33821da1346875b30f5ab00d;p=ext%2Fsubsurface.git diff --git a/display-gtk.h b/display-gtk.h index 9e5093d..d5ffcb2 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -57,7 +57,12 @@ typedef void (*data_func_t)(GtkTreeViewColumn *col, GtkTreeIter *iter, gpointer data); +#define ALIGN_LEFT 1 +#define ALIGN_RIGHT 2 +#define INVISIBLE 4 +#define UNSORTABLE 8 + extern GtkTreeViewColumn *tree_view_column(GtkWidget *tree_view, int index, const char *title, - data_func_t data_func, PangoAlignment align, gboolean visible); + data_func_t data_func, unsigned int flags); #endif