From 9cad7bf60b60daab0145fc7c1f11ede9cb00e1fd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Aug 2014 23:27:18 -0400 Subject: Rewrote the GTK+ container to work for package ui. --- redo/gtk_unix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'redo/gtk_unix.h') 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 -- cgit v1.2.3