Re: Segemented control and icon alignement...
Re: Segemented control and icon alignement...
- Subject: Re: Segemented control and icon alignement...
- From: George Orthwein <email@hidden>
- Date: Thu, 22 Jun 2006 22:40:35 -0400
I just ran across this the other day when using NSSegmentedControl
for the first time:
http://developer.apple.com/documentation/Cocoa/Conceptual/
SegmentedControl/Articles/SegmentedControlCode.html
Note: In Mac OS X v10.4 and earlier, images are not automatically
centered in the segment. To ensure that a segment's image is
centered, use the following workaround:
[segmentedControl setLabel: nil forSegment: n];
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden