Hi,

I want to theme the Menu arrow of submenus.

I find in the NSMenuItemCell this code:

NSImage      *arrow = [NSImage imageNamed: @"NSMenuArrow"];

thus I suppose id displays a NSMenuArrow, bout I couldn't find any in the "Images" folder of GUI!

ls /System/Library/Images | grep Arrow
common_3DArrowDown.tiff
common_3DArrowLeft.tiff
common_3DArrowRightH.tiff
common_3DArrowRight.tiff
common_3DArrowUp.tiff
common_ArrowDownH.tiff
common_ArrowDown.tiff
common_ArrowLeftH.tiff
common_ArrowLeft.tiff
common_ArrowRightH.tiff
common_ArrowRight.tiff
common_ArrowUpH.tiff
common_ArrowUp.tiff
common_DownArrowSmall.tiff
common_UpAndDownArrowSmall.tiff
NSComboArrow.tiff


Does it get remapped somehow? where? to which one?

Or is just another image used? Still, that code confuses me.

Riccardo

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to