summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-25 23:11:41 -0400
committerPietro Gagliardi <[email protected]>2014-07-25 23:11:41 -0400
commitee5c6ff8461d5147fa74205f21b7fce6e5606d74 (patch)
tree942d428fd6ceacececeb6ca23d50206f59abdd15 /redo/controls_darwin.go
parent41f3ef292f2e0d70beb3722004c968881ca0fae2 (diff)
Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm doing with the whole recursive call thing; when I get confirmation from the GTK+ camp I will.
Diffstat (limited to 'redo/controls_darwin.go')
-rw-r--r--redo/controls_darwin.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/redo/controls_darwin.go b/redo/controls_darwin.go
index 0c3442c..02b2d64 100644
--- a/redo/controls_darwin.go
+++ b/redo/controls_darwin.go
@@ -96,7 +96,3 @@ func (c *checkbox) Checked() bool {
func (c *checkbox) SetChecked(checked bool) {
C.checkboxSetChecked(c.id, toBOOL(checked))
}
-
-//TODO
-func newTab() Tab{return newButton("tab")}
-func(*button)Append(string,Control){}