discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSMenuItem setAttributedTitle


From: Aaron Carr
Subject: NSMenuItem setAttributedTitle
Date: Mon, 19 Oct 2020 19:21:36 +0100

Hi 

Ive been  trying to change the font of an NSMenuItem, looking at the source, 
setAttributedTitle is: 

-(void) setAttributedTitle: (NSAttributedString *)title
{
  // FIXME
  [self setTitle: [title string]];
} 

Am i reading this right, is it essentially bypassed ? if so, what is the best 
way to say bold/italic/underline an NSMenuItem ?

Thanks

Aaron


reply via email to

[Prev in Thread] Current Thread [Next in Thread]