summaryrefslogtreecommitdiff
path: root/redo/controls_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-25 20:47:08 -0400
committerPietro Gagliardi <[email protected]>2014-07-25 20:47:08 -0400
commitc676a2d9b7996df8d76d42c47b5f376b72b08ae0 (patch)
tree6d7346ca95c1b2b593ba30fae37d24b2c4372509 /redo/controls_unix.go
parent3d5e8feba4d2980f0be647231ae0f75385afa45b (diff)
Implemented Tab on GTK+. I really don't like the way sizing works now...
Diffstat (limited to 'redo/controls_unix.go')
-rw-r--r--redo/controls_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/controls_unix.go b/redo/controls_unix.go
index 21c01e4..4867e7d 100644
--- a/redo/controls_unix.go
+++ b/redo/controls_unix.go
@@ -120,7 +120,3 @@ func (c *checkbox) Checked() bool {
func (c *checkbox) SetChecked(checked bool) {
C.gtk_toggle_button_set_active(c.toggle, togbool(checked))
}
-
-//TODO
-func newTab() Tab{return newButton("tab")}
-func(*button)Append(string,Control){}