diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 03:43:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 03:43:01 -0400 |
| commit | abb77b7a5cf79f05bf50ec930d29241299d48ad9 (patch) | |
| tree | dc8b80be755d98e810cc8c4a8d45e8f21989cce8 /redo/gtk_unix.h | |
| parent | f099d935ea2ef9ced0520ea511991a7a0e145eda (diff) | |
Hooked all the GTK+ Table stuff together and got it working. Woo!
Diffstat (limited to 'redo/gtk_unix.h')
| -rw-r--r-- | redo/gtk_unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index 48b9918..a857787 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -34,5 +34,6 @@ struct goTableModelClass { GObjectClass parent_class; }; extern goTableModel *newTableModel(void *); +extern void tableUpdate(goTableModel *, gint, gint); #endif |
