From c676a2d9b7996df8d76d42c47b5f376b72b08ae0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 25 Jul 2014 20:47:08 -0400 Subject: Implemented Tab on GTK+. I really don't like the way sizing works now... --- redo/controls_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'redo/controls_unix.go') 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){} -- cgit v1.2.3