diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 03:07:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 03:07:11 -0400 |
| commit | 24f5a91ff42031d65b64be724bc0237af96d6c05 (patch) | |
| tree | 6639b890a3b19c6c4c6f1e08aa0f112f62036aa1 /redo/gtk_unix.h | |
| parent | 92539e10e90e197494a19324378cfb3815520f63 (diff) | |
Wrote the GTK+ Table model code. Mostly working; now it just needs an update mechanism...
Diffstat (limited to 'redo/gtk_unix.h')
| -rw-r--r-- | redo/gtk_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index 874e0f2..48b9918 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -23,7 +23,7 @@ Thanks to desrt in irc.gimp.net/#gtk+ #include <gtk/gtk.h> /* table_unix.c */ -extern void tableAppendColumn(GtkTreeView *, gchar *); +extern void tableAppendColumn(GtkTreeView *, gint, gchar *); typedef struct goTableModel goTableModel; typedef struct goTableModelClass goTableModelClass; struct goTableModel { |
