From a501c5678d4a226d436f030226c76532f2a6f36b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Jul 2014 01:06:56 -0400 Subject: Began the implementation of Table on GTK+. --- redo/gtk_unix.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'redo/gtk_unix.h') diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index 702d480..1f24fc3 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -1,7 +1,5 @@ /* 16 march 2014 */ -/* This header file is a convenience to ensure that the compatibility flags below are included in all Go files that include */ - /* MIN_REQUIRED signals that programs are expected to run on at least GLib 2.32/GTK+ 3.4 and thus deprectation warnings for newer versions (such as gtk_scrolled_window_add_with_viewport() being deprecated in GTK+ 3.8) should be suppressed. MAX_ALLOWED signals that programs will not use features introduced in newer versions of GLib/GTK+ and that the compiler should warn us if we slip. @@ -20,3 +18,6 @@ Thanks to desrt in irc.gimp.net/#gtk+ #include #include + +/* table_unix.c */ +extern void tableAppendColumn(GtkTreeView *, gchar *); -- cgit v1.2.3