diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-29 04:30:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-29 04:30:58 -0400 |
| commit | b37f32c142cc2a216057e77432862c1e15f37299 (patch) | |
| tree | e18df8997b07971ae380f58197a4b20cc7cf8d02 /redo/table_unix.go | |
| parent | abb77b7a5cf79f05bf50ec930d29241299d48ad9 (diff) | |
Made column headers resizeable on GTK+ Tables.
Diffstat (limited to 'redo/table_unix.go')
| -rw-r--r-- | redo/table_unix.go | 3 |
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 |
