Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSPopUpButton arrow color

Is there a way to customize the color of a NSPopUpButton arrow? I've looked around but I've not found an answer yet

like image 444
user732274 Avatar asked Nov 13 '22 04:11

user732274


1 Answers

I really dont think there is an "easy" way to do this. If you look at the API description, it even states that it doesnt respond to the setImage routine. I have done quite a bit of work sub-classing button objects, etc... and I think this is where you would have to go in order to do what you are asking.

like image 200
trumpetlicks Avatar answered Jan 07 '23 09:01

trumpetlicks