OS X アプリで NSPopupButton を使用して、ユーザーに選択肢のリストを表示しています。私は次のように入力しています:
[baudButton removeAllItems];
[baudButton addItemWithTitle:(@"Baud")];
[baudButton addItemWithTitle:(@"600")];
[baudButton addItemWithTitle:(@"1200")];
[baudButton addItemWithTitle:(@"2400")];
選択を視覚的にマークする方法はありますか、それとも別のコントロールを使用する必要がありますか?