|
|
#1 |
|
NSPopupButton selected item
In my OS X Cocoa app, I'm using an NSPopupButton to present the user with a list of choices. When an item is selected, it isn't marked.
Code:
[baudButton removeAllItems]; [baudButton addItemWithTitle:(@"Baud")]; [baudButton addItemWithTitle:(@"600")]; [baudButton addItemWithTitle:(@"1200")]; |
|
|
|
0
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 07:00 AM.







Threaded Mode