diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-25 20:47:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-25 20:47:08 -0400 |
| commit | c676a2d9b7996df8d76d42c47b5f376b72b08ae0 (patch) | |
| tree | 6d7346ca95c1b2b593ba30fae37d24b2c4372509 /redo/controls_unix.go | |
| parent | 3d5e8feba4d2980f0be647231ae0f75385afa45b (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.go | 4 |
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){} |
