My question was unclear. I was asking about _where_ they should be declared. I
guess they remain in the @interface.
Le 3 juin 2015 à 18:11, Mark+Vron a écrit :
>> On 03 Jun 2015, at 16:27, Bernard Desgraupes wrote:
>>
>>
>> What about the @property declar
What about the @property declarations in the new scheme ?
Le 3 juin 2015 à 17:15, Mark Wright a écrit :
> Sorry, yes, I misread the initial paragraph that mentions the @implementation
> block. I actually meant implementation *file* since that’s typically where
> the class extension @interf
Hi,
I'd like to know if there is a way of inserting an icon instead of a
menu title in the menu bar. I'm not speaking of the system status bar,
but simply of my application's menus. In Carbon, I used to use
SetMenuTitleIcon(): so the question is "is there an equivalent of
SetMenuTitleIcon
Le 26 juin 11 à 07:22, Richard Somers a écrit :
On Jun 24, 2011, at 1:19 AM, Bernard Desgraupes wrote:
I need to detect if the shift key is pressed by the user during the
startup of my app. How would I do that in Cocoa (targetting 10.5
and greater) ?
Try this.
http
Hi,
I need to detect if the shift key is pressed by the user during the
startup of my app. How would I do that in Cocoa (targetting 10.5 and
greater) ?
The following QA seems inspiring
http://developer.apple.com/library/mac/#qa/qa1519/_index.html
but I don't know where to install this flags