pop up button with different cell class
pop up button with different cell class
- Subject: pop up button with different cell class
- From: Francisco Tolmasky <email@hidden>
- Date: Sat, 30 Aug 2003 22:50:25 -0700
Ok, I have a custom cell class that inherits from NSPopUpButtonCell.
Now, if I want to have an nspopupbutton that is like this cell, is
using the setCell: message enough? For example, can I say:
NSPopUpButton popUpButton= [[NSPopUpButton alloc] initWithFrame:
someFrame];
[popUpButton setCell: myCustomPopUpButtonCell];
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.