• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Making an NSMenu "small"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making an NSMenu "small"?


  • Subject: Re: Making an NSMenu "small"?
  • From: Jérôme Laurens <email@hidden>
  • Date: Mon, 27 Jan 2003 15:03:06 +0100

Le dimanche, 26 jan 2003, ` 23:15 Europe/Zurich, Matt Gemmell a icrit :

Hi folks,

I'm displaying an NSMenu when my NSButton subclass is clicked, using -[NSMenu +popUpContextMenu:...]. The menu displays at normal size, i.e. the text of the items is the same size as the text in the > menubar.

I'd like my menu to look the same way that an NSPopUpButton's menu does when the NSPopUpButton is set to "small", i.e. using the small system font. Is that possible? I don't see any NSMenu or NSMenuItem methods related to font or size, and calling NSControl's -setControlSize: method on my NSButton has no effect on its menu (nor would I expect it to).

You might not like my solution... but it is not so silly

create a NSPopUpButton
make it small
make a copy of its menu
release the pop up button

you end with a small menu...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Making an NSMenu "small"?
      • From: Stéphane Sudre <email@hidden>
References: 
 >Making an NSMenu "small"? (From: Matt Gemmell <email@hidden>)

  • Prev by Date: open window another class (newbie)
  • Next by Date: Scrolling an NSMatrix with 1000+ imageCells
  • Previous by thread: Making an NSMenu "small"?
  • Next by thread: Re: Making an NSMenu "small"?
  • Index(es):
    • Date
    • Thread