darling-cocotron/AppKit/NSSegmentedControl
Christopher Lloyd a73db3310f - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both)
- new experimental AppKit-MacOS-i386 target which sits on Apple's Foundation, ApplicationServices (not operational). Header&api usage fixes to clean this up.
- Redid NSBezierPath so it doesn't rely on private Cocotron CoreGraphics API.
- Change the NSRaise macros/functions to be inline so AppKit can just include it instead of depending on them in Foundation since they aren't present in OSX.
- split NSRaiseException() into it's own Foundation private header and removed use from AppKit.
- changed use of NSRangeEntries so AppKit can embed it on MacOS
- switched NSOutlineView use of NSInt*CallBacks to NSInteger*CallBacks
- added CGPDFContext and CGDataConsumer
2009-06-05 03:16:46 +00:00
..
NSSegmentedCell.h some small bindings stuff 2008-09-15 17:29:28 +00:00
NSSegmentedCell.m - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSSegmentedControl.h - Added Dirk Theisen's NSAssertionHandler.h 2007-05-08 18:00:25 +00:00
NSSegmentedControl.m fix for NSView -subviews (this would be used in several places to remove views, so it may not be mutable) 2008-09-29 20:25:03 +00:00
NSSegmentItem.h unknown selector now actually throws exception (turns out OBJCRaiseException doesn't) 2008-09-17 08:54:42 +00:00
NSSegmentItem.m unknown selector now actually throws exception (turns out OBJCRaiseException doesn't) 2008-09-17 08:54:42 +00:00