mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Slightly improved documentation. :)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18606 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
415b47a0bc
commit
e306a85d80
2 changed files with 19 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-17 00:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/NSNib.h: Improved documentation.
|
||||
|
||||
2004-02-15 20:56 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibCompatibility.m: Removal of keyed archiver
|
||||
|
|
|
@ -1,7 +1,19 @@
|
|||
/*
|
||||
NSNib.h
|
||||
/**
|
||||
<title>NSNib.h</title>
|
||||
|
||||
Holds an image to use as a cursor
|
||||
<abstract>
|
||||
This class serves as a container for a nib file. It's possible
|
||||
to load a nib file from a URL or from a bundle. Using this
|
||||
class the nib file can now be "preloaded" and instantiated
|
||||
multiple times when/if needed. Also, since it's possible to
|
||||
initialize this class using a NSURL it's possible to load
|
||||
nib files from remote locations.
|
||||
<b/>
|
||||
This class uses: NSNibOwner and NSNibTopLevelObjects to allow
|
||||
the caller to specify the owner of the nib during instantiation
|
||||
and receive an array containing the top level objects of the nib
|
||||
file.
|
||||
</abstract>
|
||||
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
|
||||
|
|
Loading…
Reference in a new issue