diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-25 12:45:56 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-25 12:45:56 -0400 |
| commit | d515bd74c68dfef84fface6d61a6ea9264d4e70e (patch) | |
| tree | 8720ebddae600a7b8053abafc3315f258a7bcdcb /redo/controls.go | |
| parent | 5e9b60a79539a2723e5f3459feba3688ef854047 (diff) | |
Added the framework for tabs, added necessary assistant routines for tabs, and implemented those assistant routines on the Windows backend.
Diffstat (limited to 'redo/controls.go')
| -rw-r--r-- | redo/controls.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/controls.go b/redo/controls.go index cc87486..984f868 100644 --- a/redo/controls.go +++ b/redo/controls.go @@ -9,6 +9,8 @@ type Control interface { parent(*window) // TODO enable/disable (public) // TODO show/hide (public) + containerShow() // for Windows, where all controls need ot belong to an overlapped window, not to a container control; these respect programmer settings + containerHide() controlSizing } |
