I have an NSComboBox defined in Interface Builder, and the -(void)comboBoxWillDismiss:(NSNotification *)notification
function in my .m file.
However, when changing the content of the NSComboBox
(internal cells, not data source), the comboBoxWillDismiss
does not get fired.
What did I forget to do?
質問する
140 次