• 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: Programatically creating a checkbox
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programatically creating a checkbox


  • Subject: Re: Programatically creating a checkbox
  • From: Jonathan Hess <email@hidden>
  • Date: Mon, 19 Nov 2007 01:09:35 -0800

Hey John -

To configure an NSButton as a checkbox, set the buttonType with - [NSButtonCell setButtonType:] to NSSwitchButton, then set the bezelStyle to to NSRegularSquareBezelStyle with -[NSButtonCell setBezelStyle:]. You'll probably also want to set the imagePosition to NSImageLeft.

Good Luck -
Jon Hess

On Nov 18, 2007, at 7:34 PM, John Stiles wrote:

How does one do it? The NSButton docs list many different types of bezel, but none seem to correspond to a checkbox type. I can easily create one in IB, but that doesn't give me enough info to recreate it programatically. (I even tried examining it with F-Script Anywhere, but that didn't reveal anything obvious either.)

I know that one viable solution would be to create a checkbox in a nib and then just copy it as necessary, but that seems like overkill just to make one dinky little checkbox :)

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Programatically creating a checkbox (From: John Stiles <email@hidden>)

  • Prev by Date: Re: Reordering CALayer sublayers without raping my performance?
  • Next by Date: Re: CATextLayer and CAConstraint
  • Previous by thread: Re: Programatically creating a checkbox
  • Next by thread: Source list with counter next to item title
  • Index(es):
    • Date
    • Thread