summaryrefslogtreecommitdiff
path: root/redo/table_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-29 04:30:58 -0400
committerPietro Gagliardi <[email protected]>2014-07-29 04:30:58 -0400
commitb37f32c142cc2a216057e77432862c1e15f37299 (patch)
treee18df8997b07971ae380f58197a4b20cc7cf8d02 /redo/table_unix.go
parentabb77b7a5cf79f05bf50ec930d29241299d48ad9 (diff)
Made column headers resizeable on GTK+ Tables.
Diffstat (limited to 'redo/table_unix.go')
-rw-r--r--redo/table_unix.go3
1 files changed, 0 insertions, 3 deletions
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