Fixed a typo'd selector name related to Listbox selection. Adding items still doesn't work...
This commit is contained in:
parent
463b347911
commit
403f9cab35
|
@ -183,7 +183,7 @@ var (
|
||||||
_setAllowsEmptySelection = sel_getUid("setAllowsEmptySelection:")
|
_setAllowsEmptySelection = sel_getUid("setAllowsEmptySelection:")
|
||||||
_setHeaderView = sel_getUid("setHeaderView:")
|
_setHeaderView = sel_getUid("setHeaderView:")
|
||||||
_selectedRowIndexes = sel_getUid("selectedRowIndexes")
|
_selectedRowIndexes = sel_getUid("selectedRowIndexes")
|
||||||
_count = sel_getUid("_count")
|
_count = sel_getUid("count")
|
||||||
)
|
)
|
||||||
|
|
||||||
func makeListbox(parentWindow C.id, alternate bool) C.id {
|
func makeListbox(parentWindow C.id, alternate bool) C.id {
|
||||||
|
|
Loading…
Reference in New Issue