diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-05 15:26:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-05 15:26:31 -0400 |
| commit | dc96a73c2ffd61570a51331d5bf5ef23d267df71 (patch) | |
| tree | f8de13ac870b6f047940cfb5bcea3d1acc1d9731 | |
| parent | da68adf420b2360c71a12fcb50d842e3a23ee467 (diff) | |
Removed TODO from Mac OS X code about additional label styles; judging from Interface Builder I've got them covered.
| -rw-r--r-- | sysdata_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdata_darwin.go b/sysdata_darwin.go index 609dea2..1b6795c 100644 --- a/sysdata_darwin.go +++ b/sysdata_darwin.go @@ -266,7 +266,6 @@ var classTypes = [nctypes]*classData{ C.objc_msgSend_bool(label, _setEditable, C.BOOL(C.NO)) C.objc_msgSend_bool(label, _setBordered, C.BOOL(C.NO)) C.objc_msgSend_bool(label, _setDrawsBackground, C.BOOL(C.NO)) - // TODO others? applyStandardControlFont(label) addControl(parentWindow, label) return label |
