diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 23:27:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 23:27:18 -0400 |
| commit | 9cad7bf60b60daab0145fc7c1f11ede9cb00e1fd (patch) | |
| tree | fdc8cb1bc3b6955ecec3f1a916e0a09835c855d3 /redo/gtk_unix.h | |
| parent | c1e1b0549c66efab471b7da759d67ae7686eee26 (diff) | |
Rewrote the GTK+ container to work for package ui.
Diffstat (limited to 'redo/gtk_unix.h')
| -rw-r--r-- | redo/gtk_unix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index a857787..47a784b 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -36,4 +36,7 @@ struct goTableModelClass { extern goTableModel *newTableModel(void *); extern void tableUpdate(goTableModel *, gint, gint); +/* container_unix.c */ +extern GtkWidget *newContainer(void *); + #endif |
