From ee5c6ff8461d5147fa74205f21b7fce6e5606d74 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 25 Jul 2014 23:11:41 -0400 Subject: 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. --- redo/controls_darwin.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'redo/controls_darwin.go') 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){} -- cgit v1.2.3