[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Arrow of NSMenu
From: |
Riccardo Mottola |
Subject: |
Arrow of NSMenu |
Date: |
Thu, 28 Mar 2013 16:30:20 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 |
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
- Arrow of NSMenu,
Riccardo Mottola <=