Difference between revisions of "Snippets"

From GNUstepWiki
Jump to navigation Jump to search
m (Added links to Foundation and AppKit)
Line 1: Line 1:
 
This page links to sample code and snippets with tips & tricks.
 
This page links to sample code and snippets with tips & tricks.
 +
  
 
== Objective-C and OOP Concepts ==
 
== Objective-C and OOP Concepts ==
Line 6: Line 7:
 
* [http://www.gmonline.demon.co.uk/cscene/CS8/CS8-03.html Objective-C is fun!] by Adam Fedor
 
* [http://www.gmonline.demon.co.uk/cscene/CS8/CS8-03.html Objective-C is fun!] by Adam Fedor
  
== Foundation Kit ==
+
 
 +
== [[Foundation | Foundation Kit]] ==
 
* [[NSArray]]
 
* [[NSArray]]
  
  
== Application Kit ==
+
== [[AppKit | Application Kit]] ==
 
* [[NSDocument]]
 
* [[NSDocument]]
 
* [[NSTableView]]
 
* [[NSTableView]]
 
* [[NSTextField]]
 
* [[NSTextField]]
 
* [[NSView]]
 
* [[NSView]]
 +
  
 
== Makefiles and compiler environment ==
 
== Makefiles and compiler environment ==
 
* [[Identifying the target platform]]
 
* [[Identifying the target platform]]

Revision as of 13:25, 26 August 2006

This page links to sample code and snippets with tips & tricks.


Objective-C and OOP Concepts


Foundation Kit


Application Kit


Makefiles and compiler environment