From b37f32c142cc2a216057e77432862c1e15f37299 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 29 Jul 2014 04:30:58 -0400 Subject: Made column headers resizeable on GTK+ Tables. --- redo/table_unix.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'redo/table_unix.go') diff --git a/redo/table_unix.go b/redo/table_unix.go index 6ca0cec..4d47405 100644 --- a/redo/table_unix.go +++ b/redo/table_unix.go @@ -13,9 +13,6 @@ import ( // #include "gtk_unix.h" import "C" -// TODOs -// - make column headers resizeable - type table struct { *widgetbase *tablebase -- cgit v1.2.3