More documentation improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20176 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-09-28 22:43:15 +00:00
parent b2f15ca148
commit d04834f7e8

View file

@ -444,7 +444,7 @@ If all of the options in this list are exhausted, it then gives up and returns n
NSFont represents the NSFontManager object for the application. This object is a shared singleton. This means that, for any given app, there should be only one instance of the object. This object is generally added to the document window when another objec, such as a Font menu item, is added to the interface, which, in turn, requires that this object be added to the document.
@chapter Creating A New Application
@chapter Creating A New Application in Gorm's menu
If you have ProjectCenter, you need to open it and create an ``Application'' project. Create it with the name ``FirstApp''.
@ -452,6 +452,8 @@ First you need to start Gorm up. You can either do this by doing @samp{gopen Go
You then need to select the @samp{Document} menu, and then @samp{New Application}. This should produce a new document window, with a menu and an empty window.
@chapter Advanced Topics
This section will cover some topics which won't be of general interest to most users. The details in this section pertain to the internal workings of Gorm.
@ -468,6 +470,10 @@ Each object in the .gorm file has a name assigned to it by the application. Thi
This is only used when the user has associated a custom class with an existing instance in the gorm file. If the user has, for instance, added an NSWindow to the gorm, he/she can use the custom class inspector to select a subclass of NSWindow to change to. Upon saving the Gorm
@subsection Connections Array
This array is used to form the connections after the .gorm file is loaded. The method @samp{[... establishConnection]} is never called on either NSNibControlConnector or NSNibOutletConnector objects. This prevents the connections from having any effect while they are being edited in Gorm itself. Once they are loaded, the establishConnection method is called and the connections are made.
@node Concept Index, , Implementation, Top
@unnumbered Concept Index
@printindex cp