diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-12 11:29:20 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-12 11:29:20 -0500 |
| commit | ddfb5c760345b03c16c1559bd3e83cbafb8b11c3 (patch) | |
| tree | e182dc1bcdf4f1e2eae7dd333aa27195087f9230 /control.go | |
| parent | 87a99bd675d6bbfedc1e4446c6fd25ee5f55f3a4 (diff) | |
Added buttons.
Diffstat (limited to 'control.go')
| -rw-r--r-- | control.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ import ( type Control interface { apply() error setParent(c Control) - setParentWindow(w *Window) + parentWindow() *Window } |
