diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 11:12:08 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 11:12:08 -0500 |
| commit | 80f43a613ae073276ce4d31e988cb12e9d0ba480 (patch) | |
| tree | 1f51857f933333f42dec63e8888ab166434d4b1c /checkbox.go | |
| parent | 8407bfb0cb9d8e58c40758b552c4eb71fe5f6415 (diff) | |
Renamed Control.apply() to Control.make().
Diffstat (limited to 'checkbox.go')
| -rw-r--r-- | checkbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go index fc5c197..9836823 100644 --- a/checkbox.go +++ b/checkbox.go @@ -47,7 +47,7 @@ func (c *Checkbox) Checked() bool { return check } -func (c *Checkbox) apply(window *sysData) error { +func (c *Checkbox) make(window *sysData) error { c.lock.Lock() defer c.lock.Unlock() |
