mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Node name fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b5cc73165
commit
12af57fe8b
17 changed files with 39 additions and 40 deletions
|
@ -1,4 +1,9 @@
|
|||
2006-12-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/manual/: File and node name fixes.
|
||||
|
||||
2006-12-09 Mark Tracy <tracy454@concentric.net>
|
||||
|
||||
* Source/NSBitmapImageRep.m: Autogsdoc comments
|
||||
|
||||
2006-12-08 Richard Frith-Macdoanld <rfm@gnu.org>
|
||||
|
|
|
@ -46,7 +46,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@end copying
|
||||
|
||||
@ifnottex
|
||||
@node Top
|
||||
@node Top, Introduction, (dir), (dir)
|
||||
@top Using the GNUstep AppKit
|
||||
|
||||
@ifnothtml
|
||||
|
@ -72,31 +72,25 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@end ifhtml
|
||||
|
||||
@menu
|
||||
@b{Contents}
|
||||
|
||||
* Introduction: introduction.
|
||||
* Basic Concepts: basicconcepts.
|
||||
* GNUstep Applications: gnustepapplications.
|
||||
* Application Makefiles: applicationmakefiles.
|
||||
* Interface Files: interfacefiles
|
||||
* Basic Controls: controls.
|
||||
* The View Concept: theviewconcept
|
||||
* Event Handling: eventhandling
|
||||
* Tableviews: tableview
|
||||
* Outline Views: outlineviews
|
||||
* Matrix Controls: matrix
|
||||
* Browser Controls: browsercontrols
|
||||
* Data Exchange: dataexchange
|
||||
* Images and ImageViews: images
|
||||
|
||||
@b{Appendices}
|
||||
* License: fdl
|
||||
|
||||
@b{Concept Index}
|
||||
* Concept Index: conceptindex.
|
||||
* Introduction::
|
||||
* basicconcepts::
|
||||
* gnustepapplications::
|
||||
* applicationmakefiles::
|
||||
* interfacefiles::
|
||||
* controls::
|
||||
* theviewconcept::
|
||||
* eventhandling::
|
||||
* tableview::
|
||||
* outlineviews::
|
||||
* matrix::
|
||||
* browsercontrols::
|
||||
* dataexchange::
|
||||
* images::
|
||||
* fdl::
|
||||
* conceptindex::
|
||||
@end menu
|
||||
@end ifnottex
|
||||
|
||||
@end ifnottex
|
||||
@iftex
|
||||
@titlepage
|
||||
@title Using the GNUstep AppKit
|
||||
|
@ -135,7 +129,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@include fdl.texi
|
||||
|
||||
@c Indexes
|
||||
@node conceptindex
|
||||
@node conceptindex, , Top, Top
|
||||
@unnumbered Concept Index
|
||||
@printindex cp
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node applicationmakefiles
|
||||
@node applicationmakefiles, interfacefiles, gnustepapplications, Top
|
||||
@chapter Application Makefiles
|
||||
@anchor{Application Makefiles}
|
||||
@cindex makefiles
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
@c
|
||||
@c * Thanks to Damien Pollet for some minor spelling and grammatical fixups.
|
||||
|
||||
@node basicconcepts
|
||||
@node basicconcepts, gnustepapplications, Introduction, Top
|
||||
@chapter Basic Concepts
|
||||
|
||||
Throughout this manual, we refer to a number of concepts that you will need to be familiar with. It may be useful to at least glance over this section and make sure you are familiar with the concepts presented.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node browsercontrols
|
||||
@node browsercontrols, dataexchange, matrix, Top
|
||||
@chapter Browsers
|
||||
@anchor{Browsers}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node controls
|
||||
@node controls, theviewconcept, interfacefiles, Top
|
||||
@chapter Basic Controls
|
||||
@anchor{Basic Controls}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node dataexchange
|
||||
@node dataexchange, images, browsercontrols, Top
|
||||
@chapter Data Exchange
|
||||
|
||||
@dfn{Data Exchange} refers to the many high-level options GNUstep provides for allowing different applications to exchange common types of data. The sorts of services include "cut and paste", "drag and drop", service applications, filter services and distributed objects.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node eventhandling
|
||||
@node eventhandling, tableview, theviewconcept, Top
|
||||
@chapter Event handling
|
||||
|
||||
The way events are handled and passed between objects in GNUstep requires special treatment. It is relatively simple, but generally not well documented as to how it works, and how it is used by default in GNUstep. Before reading this chapter, you may wish to reaquaint yourself with views (@pxref{The view concept}).
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node fdl
|
||||
@node fdl, , images, Top
|
||||
@appendix GNU Free Documentation License
|
||||
|
||||
@center Version 1.2, November 2002
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
@c
|
||||
@c * Thanks to Damien Pollet for some minor spelling and grammatical fixups.
|
||||
|
||||
@node gnustepapplications
|
||||
@node gnustepapplications, applicationmakefiles, basicconcepts, Top
|
||||
@chapter GNUstep Applications
|
||||
|
||||
@cindex AppKit
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node images
|
||||
@node images, fdl, dataexchange, Top
|
||||
@chapter Images and Imageviews
|
||||
|
||||
@anchor{Images and Imageviews}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@anchor{Interface Files}
|
||||
@node interfacefiles
|
||||
@node interfacefiles, controls, applicationmakefiles, Top
|
||||
@chapter Interface Files
|
||||
|
||||
@cindex interface files, definition
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@paragraphindent 0
|
||||
|
||||
@node Introduction
|
||||
@node Introduction, basicconcepts, Top, Top
|
||||
@chapter Introduction
|
||||
|
||||
This manual documents some configuration and installation issues
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node matrix
|
||||
@node matrix, browsercontrols, outlineviews, Top
|
||||
@chapter Matrix Controls
|
||||
@anchor{Matrix Controls}
|
||||
@cindex matrices, matrix control
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node outlineviews
|
||||
@node outlineviews, matrix, tableview, Top
|
||||
@chapter Outline Views
|
||||
|
||||
An @dfn{outline view} is a specialised form of table view designed for displaying hierachical data in a tree like format. It looks alot like a Windows' TreeView Control, but operates differently, provides much more powerful functionality and it is less tedious to programme.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
@c GOODS AND SERVICES; OR BUSINESS INTERUPTION) HOWEVER CAUSED, EVEN
|
||||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@node tableview
|
||||
@node tableview, outlineviews, eventhandling, Top
|
||||
@chapter Tableviews
|
||||
@anchor{Tableviews}
|
||||
@cindex tableview, definition
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
@c IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
@anchor{The view concept}
|
||||
@node theviewconcept
|
||||
@node theviewconcept, eventhandling, controls, Top
|
||||
@chapter The view concept
|
||||
|
||||
This chapter discusses the concepts surrounding @dfn{views} and goes into some detail what can be done with them. As a result, most of this chapter is concerned with the creation of custom views, which is not necessary for general application development. If you want to create your own view classes or are interested in how GNUstep manages views, then this chapter should be useful.
|
||||
|
|
Loading…
Reference in a new issue