mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fixed linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8b3b7f84a
commit
f086b4e60a
201 changed files with 398 additions and 397 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="Introduction">
|
||||
<gsdoc base="Introduction" next="NSActionCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>Introduction to the AppKit</title>
|
||||
<author name="Nicola Pero">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSActionCell" next="NSAffineTransform.html" up="AppKit.html">
|
||||
<gsdoc base="NSActionCell" prev="Introduction.html" next="NSAffineTransform.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSActionCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSActionCell</heading>
|
||||
<class name="NSActionCell" super="NSCell">
|
||||
<declared>AppKit/NSActionCell.h</declared>
|
||||
<declared>Gui/NSActionCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<title>NSActionCell</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Introduction.html">[Previous]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSAffineTransform.html">[Next]</a>
|
||||
<h1>NSActionCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -14,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSActionCell</a></h2>
|
||||
<h2><a name="NSActionCell">NSActionCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSActionCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSActionCell.h</p>
|
||||
<p><b>Inherits from:</b> NSCell</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSAffineTransform" prev="NSActionCell.html" next="NSApplication.html" up="AppKit.html">
|
||||
<gsdoc base="NSAffineTransform" prev="NSActionCell.html" next="NSApplication.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSAffineTransform</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSAffineTransform</heading>
|
||||
<class name="NSAffineTransform" super="NSObject">
|
||||
<declared>AppKit/NSAffineTransform.h</declared>
|
||||
<declared>Gui/NSAffineTransform.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSActionCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSApplication.html">[Next]</a>
|
||||
<h1>NSAffineTransform</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSAffineTransform</a></h2>
|
||||
<h2><a name="NSAffineTransform">NSAffineTransform</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSAffineTransform.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSAffineTransform.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSApplication" prev="NSAffineTransform.html" next="NSAttributedStrngAdds.html" up="AppKit.html">
|
||||
<gsdoc base="NSApplication" prev="NSAffineTransform.html" next="NSAttributedStrngAdds.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSApplication</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSApplication</heading>
|
||||
<class name="NSApplication" super="NSResponder">
|
||||
<declared>AppKit/NSApplication.h</declared>
|
||||
<declared>Gui/NSApplication.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSAffineTransform.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSAttributedStrngAdds.html">[Next]</a>
|
||||
<h1>NSApplication</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSApplication</a></h2>
|
||||
<h2><a name="NSApplication">NSApplication</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSApplication.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSApplication.h</p>
|
||||
<p><b>Inherits from:</b> NSResponder</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSAttributedStrngAdds" prev="NSApplication.html" next="NSBezierPath.html" up="AppKit.html">
|
||||
<gsdoc base="NSAttributedStrngAdds" prev="NSApplication.html" next="NSBezierPath.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSAttributedStrngAdds</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSAttributedStrngAdds</heading>
|
||||
<class name="NSAttributedStrngAdds">
|
||||
<declared>AppKit/NSApplication.h</declared>
|
||||
<declared>Gui/NSApplication.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
</class>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSApplication.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBezierPath.html">[Next]</a>
|
||||
<h1>NSAttributedStrngAdds</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSAttributedStrngAdds</a></h2>
|
||||
<h2><a name="NSAttributedStrngAdds">NSAttributedStrngAdds</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSApplication.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSApplication.h</p>
|
||||
<hr>
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBezierPath" prev="NSAttributedStrngAdds.html" next="NSBitmapImageRep.html" up="AppKit.html">
|
||||
<gsdoc base="NSBezierPath" prev="NSAttributedStrngAdds.html" next="NSBitmapImageRep.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBezierPath</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBezierPath</heading>
|
||||
<class name="NSBezierPath" super="NSObject">
|
||||
<declared>AppKit/NSBezierPath.h</declared>
|
||||
<declared>Gui/NSBezierPath.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSAttributedStrngAdds.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBitmapImageRep.html">[Next]</a>
|
||||
<h1>NSBezierPath</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBezierPath</a></h2>
|
||||
<h2><a name="NSBezierPath">NSBezierPath</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSBezierPath.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSBezierPath.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBitmapImageRep" prev="NSBezierPath.html" next="NSBox.html" up="AppKit.html">
|
||||
<gsdoc base="NSBitmapImageRep" prev="NSBezierPath.html" next="NSBox.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBitmapImageRep</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBitmapImageRep</heading>
|
||||
<class name="NSBitmapImageRep" super="NSImageRep">
|
||||
<declared>AppKit/NSImage.h</declared>
|
||||
<declared>Gui/NSImage.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBezierPath.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBox.html">[Next]</a>
|
||||
<h1>NSBitmapImageRep</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBitmapImageRep</a></h2>
|
||||
<h2><a name="NSBitmapImageRep">NSBitmapImageRep</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImage.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImage.h</p>
|
||||
<p><b>Inherits from:</b> NSImageRep</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBox" prev="NSBitmapImageRep.html" next="NSBrowser.html" up="AppKit.html">
|
||||
<gsdoc base="NSBox" prev="NSBitmapImageRep.html" next="NSBrowser.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBox</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBox</heading>
|
||||
<class name="NSBox" super="NSView">
|
||||
<declared>AppKit/NSBox.h</declared>
|
||||
<declared>Gui/NSBox.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBitmapImageRep.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBrowser.html">[Next]</a>
|
||||
<h1>NSBox</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBox</a></h2>
|
||||
<h2><a name="NSBox">NSBox</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSBox.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSBox.h</p>
|
||||
<p><b>Inherits from:</b> NSView</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBrowser" prev="NSBox.html" next="NSBrowserCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSBrowser" prev="NSBox.html" next="NSBrowserCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBrowser</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBrowser</heading>
|
||||
<class name="NSBrowser" super="NSControl">
|
||||
<declared>AppKit/NSBrowser.h</declared>
|
||||
<declared>Gui/NSBrowser.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBox.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBrowserCell.html">[Next]</a>
|
||||
<h1>NSBrowser</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBrowser</a></h2>
|
||||
<h2><a name="NSBrowser">NSBrowser</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSBrowser.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSBrowser.h</p>
|
||||
<p><b>Inherits from:</b> NSControl</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBrowserCell" prev="NSBrowser.html" next="NSBundleAdditions.html" up="AppKit.html">
|
||||
<gsdoc base="NSBrowserCell" prev="NSBrowser.html" next="NSBundleAdditions.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBrowserCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBrowserCell</heading>
|
||||
<class name="NSBrowserCell" super="NSCell">
|
||||
<declared>AppKit/NSBrowserCell.h</declared>
|
||||
<declared>Gui/NSBrowserCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBrowser.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSBundleAdditions.html">[Next]</a>
|
||||
<h1>NSBrowserCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBrowserCell</a></h2>
|
||||
<h2><a name="NSBrowserCell">NSBrowserCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSBrowserCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSBrowserCell.h</p>
|
||||
<p><b>Inherits from:</b> NSCell</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSBundleAdditions" prev="NSBrowserCell.html" next="NSButton.html" up="AppKit.html">
|
||||
<gsdoc base="NSBundleAdditions" prev="NSBrowserCell.html" next="NSButton.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSBundleAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSBundleAdditions</heading>
|
||||
<class name="NSBundleAdditions" super="NSObject">
|
||||
<declared>AppKit/NSHelpManager.h</declared>
|
||||
<declared>Gui/NSHelpManager.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="BOOL" factory="yes">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBrowserCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSButton.html">[Next]</a>
|
||||
<h1>NSBundleAdditions</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSBundleAdditions</a></h2>
|
||||
<h2><a name="NSBundleAdditions">NSBundleAdditions</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSHelpManager.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSHelpManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<hr>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSButton" prev="NSBundleAdditions.html" next="NSButtonCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSButton" prev="NSBundleAdditions.html" next="NSButtonCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSButton</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSButton</heading>
|
||||
<class name="NSButton" super="NSControl">
|
||||
<declared>AppKit/NSButton.h</declared>
|
||||
<declared>Gui/NSButton.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSBundleAdditions.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSButtonCell.html">[Next]</a>
|
||||
<h1>NSButton</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSButton</a></h2>
|
||||
<h2><a name="NSButton">NSButton</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSButton.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSButton.h</p>
|
||||
<p><b>Inherits from:</b> NSControl</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSButtonCell" prev="NSButton.html" next="NSCachedImageRep.html" up="AppKit.html">
|
||||
<gsdoc base="NSButtonCell" prev="NSButton.html" next="NSCachedImageRep.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSButtonCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSButtonCell</heading>
|
||||
<class name="NSButtonCell" super="NSActionCell">
|
||||
<declared>AppKit/NSButtonCell.h</declared>
|
||||
<declared>Gui/NSButtonCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSButton.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSCachedImageRep.html">[Next]</a>
|
||||
<h1>NSButtonCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSButtonCell</a></h2>
|
||||
<h2><a name="NSButtonCell">NSButtonCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSButtonCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSButtonCell.h</p>
|
||||
<p><b>Inherits from:</b> NSActionCell</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCachedImageRep" prev="NSButtonCell.html" next="NSCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSCachedImageRep" prev="NSButtonCell.html" next="NSCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCachedImageRep</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSCachedImageRep</heading>
|
||||
<class name="NSCachedImageRep" super="NSImageRep">
|
||||
<declared>AppKit/NSImageRep.h</declared>
|
||||
<declared>Gui/NSImageRep.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSButtonCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSCell.html">[Next]</a>
|
||||
<h1>NSCachedImageRep</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSCachedImageRep</a></h2>
|
||||
<h2><a name="NSCachedImageRep">NSCachedImageRep</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImageRep.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImageRep.h</p>
|
||||
<p><b>Inherits from:</b> NSImageRep</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCell" prev="NSCachedImageRep.html" next="NSClipView.html" up="AppKit.html">
|
||||
<gsdoc base="NSCell" prev="NSCachedImageRep.html" next="NSClipView.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSCell</heading>
|
||||
<class name="NSCell" super="NSObject">
|
||||
<declared>AppKit/NSCell.h</declared>
|
||||
<declared>Gui/NSCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSCachedImageRep.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSClipView.html">[Next]</a>
|
||||
<h1>NSCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSCell</a></h2>
|
||||
<h2><a name="NSCell">NSCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSCell.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSClipView" prev="NSCell.html" next="NSCoderAdditions.html" up="AppKit.html">
|
||||
<gsdoc base="NSClipView" prev="NSCell.html" next="NSCoderAdditions.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSClipView</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSClipView</heading>
|
||||
<class name="NSClipView" super="NSView">
|
||||
<declared>AppKit/NSClipView.h</declared>
|
||||
<declared>Gui/NSClipView.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSCoderAdditions.html">[Next]</a>
|
||||
<h1>NSClipView</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSClipView</a></h2>
|
||||
<h2><a name="NSClipView">NSClipView</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSClipView.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSClipView.h</p>
|
||||
<p><b>Inherits from:</b> NSView</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCoderAdditions" prev="NSClipView.html" next="NSColor.html" up="AppKit.html">
|
||||
<gsdoc base="NSCoderAdditions" prev="NSClipView.html" next="NSColor.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCoderAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSCoderAdditions</heading>
|
||||
<class name="NSCoderAdditions" super="NSObject">
|
||||
<declared>AppKit/NSColor.h</declared>
|
||||
<declared>Gui/NSColor.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSColor*">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSClipView.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSColor.html">[Next]</a>
|
||||
<h1>NSCoderAdditions</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSCoderAdditions</a></h2>
|
||||
<h2><a name="NSCoderAdditions">NSCoderAdditions</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColor.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColor.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<hr>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSColor" prev="NSCoderAdditions.html" next="NSColorList.html" up="AppKit.html">
|
||||
<gsdoc base="NSColor" prev="NSCoderAdditions.html" next="NSColorList.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSColor</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSColor</heading>
|
||||
<class name="NSColor" super="NSResponder">
|
||||
<declared>AppKit/NSColor.h</declared>
|
||||
<declared>Gui/NSColor.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSCoderAdditions.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSColorList.html">[Next]</a>
|
||||
<h1>NSColor</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSColor</a></h2>
|
||||
<h2><a name="NSColor">NSColor</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColor.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColor.h</p>
|
||||
<p><b>Inherits from:</b> NSResponder</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSColorList" prev="NSColor.html" next="NSColorPanel.html" up="AppKit.html">
|
||||
<gsdoc base="NSColorList" prev="NSColor.html" next="NSColorPanel.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSColorList</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSColorList</heading>
|
||||
<class name="NSColorList" super="NSObject">
|
||||
<declared>AppKit/NSColorList.h</declared>
|
||||
<declared>Gui/NSColorList.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSColor.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSColorPanel.html">[Next]</a>
|
||||
<h1>NSColorList</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSColorList</a></h2>
|
||||
<h2><a name="NSColorList">NSColorList</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColorList.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColorList.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSColorPanel" prev="NSColorList.html" next="NSColorPicker.html" up="AppKit.html">
|
||||
<gsdoc base="NSColorPanel" prev="NSColorList.html" next="NSColorPicker.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSColorPanel</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSColorPanel</heading>
|
||||
<class name="NSColorPanel" super="NSPanel">
|
||||
<declared>AppKit/NSColorPanel.h</declared>
|
||||
<declared>Gui/NSColorPanel.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSColorList.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSColorPicker.html">[Next]</a>
|
||||
<h1>NSColorPanel</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSColorPanel</a></h2>
|
||||
<h2><a name="NSColorPanel">NSColorPanel</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColorPanel.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColorPanel.h</p>
|
||||
<p><b>Inherits from:</b> NSPanel</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSColorPicker" prev="NSColorPanel.html" next="NSColorWell.html" up="AppKit.html">
|
||||
<gsdoc base="NSColorPicker" prev="NSColorPanel.html" next="NSColorWell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSColorPicker</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSColorPicker</heading>
|
||||
<class name="NSColorPicker" super="NSObject">
|
||||
<declared>AppKit/NSColorPicker.h</declared>
|
||||
<declared>Gui/NSColorPicker.h</declared>
|
||||
<conform>NSColorPickingDefault</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSColorPanel.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSColorWell.html">[Next]</a>
|
||||
<h1>NSColorPicker</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSColorPicker</a></h2>
|
||||
<h2><a name="NSColorPicker">NSColorPicker</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColorPicker.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColorPicker.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSColorPickingDefault
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSColorWell" prev="NSColorPicker.html" next="NSComboBox.html" up="AppKit.html">
|
||||
<gsdoc base="NSColorWell" prev="NSColorPicker.html" next="NSComboBox.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSColorWell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSColorWell</heading>
|
||||
<class name="NSColorWell" super="NSControl">
|
||||
<declared>AppKit/NSColorWell.h</declared>
|
||||
<declared>Gui/NSColorWell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSColorPicker.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSComboBox.html">[Next]</a>
|
||||
<h1>NSColorWell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSColorWell</a></h2>
|
||||
<h2><a name="NSColorWell">NSColorWell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSColorWell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSColorWell.h</p>
|
||||
<p><b>Inherits from:</b> NSControl</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSComboBox" prev="NSColorWell.html" next="NSComboBoxCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSComboBox" prev="NSColorWell.html" next="NSComboBoxCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSComboBox</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSComboBox</heading>
|
||||
<class name="NSComboBox" super="NSTextField">
|
||||
<declared>AppKit/NSComboBox.h</declared>
|
||||
<declared>Gui/NSComboBox.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSColorWell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSComboBoxCell.html">[Next]</a>
|
||||
<h1>NSComboBox</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSComboBox</a></h2>
|
||||
<h2><a name="NSComboBox">NSComboBox</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSComboBox.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSComboBox.h</p>
|
||||
<p><b>Inherits from:</b> NSTextField</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSComboBoxCell" prev="NSComboBox.html" next="NSControl.html" up="AppKit.html">
|
||||
<gsdoc base="NSComboBoxCell" prev="NSComboBox.html" next="NSControl.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSComboBoxCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSComboBoxCell</heading>
|
||||
<class name="NSComboBoxCell" super="NSTextFieldCell">
|
||||
<declared>AppKit/NSComboBoxCell.h</declared>
|
||||
<declared>Gui/NSComboBoxCell.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSComboBox.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSControl.html">[Next]</a>
|
||||
<h1>NSComboBoxCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSComboBoxCell</a></h2>
|
||||
<h2><a name="NSComboBoxCell">NSComboBoxCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSComboBoxCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSComboBoxCell.h</p>
|
||||
<p><b>Inherits from:</b> NSTextFieldCell</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSControl" prev="NSComboBoxCell.html" next="NSCursor.html" up="AppKit.html">
|
||||
<gsdoc base="NSControl" prev="NSComboBoxCell.html" next="NSCursor.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSControl</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSComboBoxCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSCursor.html">[Next]</a>
|
||||
<h1>NSControl</h1>
|
||||
<h3>Authors</h3>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCursor" prev="NSControl.html" next="NSCustomImageRep.html" up="AppKit.html">
|
||||
<gsdoc base="NSCursor" prev="NSControl.html" next="NSCustomImageRep.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCursor</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSCursor</heading>
|
||||
<class name="NSCursor" super="NSObject">
|
||||
<declared>AppKit/NSCursor.h</declared>
|
||||
<declared>Gui/NSCursor.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSControl.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSCustomImageRep.html">[Next]</a>
|
||||
<h1>NSCursor</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSCursor</a></h2>
|
||||
<h2><a name="NSCursor">NSCursor</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSCursor.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSCursor.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSCustomImageRep" prev="NSCursor.html" next="NSDPSContext.html" up="AppKit.html">
|
||||
<gsdoc base="NSCustomImageRep" prev="NSCursor.html" next="NSDPSContext.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSCustomImageRep</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSCustomImageRep</heading>
|
||||
<class name="NSCustomImageRep" super="NSImageRep">
|
||||
<declared>AppKit/NSCustomImageRep.h</declared>
|
||||
<declared>Gui/NSCustomImageRep.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSCursor.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSDPSContext.html">[Next]</a>
|
||||
<h1>NSCustomImageRep</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSCustomImageRep</a></h2>
|
||||
<h2><a name="NSCustomImageRep">NSCustomImageRep</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSCustomImageRep.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSCustomImageRep.h</p>
|
||||
<p><b>Inherits from:</b> NSImageRep</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSDPSContext" prev="NSCustomImageRep.html" next="NSDocument.html" up="AppKit.html">
|
||||
<gsdoc base="NSDPSContext" prev="NSCustomImageRep.html" next="NSDocument.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSDPSContext</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSDPSContext</heading>
|
||||
<class name="NSDPSContext" super="NSGraphicsContext">
|
||||
<declared>AppKit/NSDPSContext.h</declared>
|
||||
<declared>Gui/NSDPSContext.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSCustomImageRep.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSDocument.html">[Next]</a>
|
||||
<h1>NSDPSContext</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSDPSContext</a></h2>
|
||||
<h2><a name="NSDPSContext">NSDPSContext</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSDPSContext.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSDPSContext.h</p>
|
||||
<p><b>Inherits from:</b> NSGraphicsContext</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSDocument" prev="NSDPSContext.html" next="NSDocumentController.html" up="AppKit.html">
|
||||
<gsdoc base="NSDocument" prev="NSDPSContext.html" next="NSDocumentController.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSDocument</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSDocument</heading>
|
||||
<class name="NSDocument" super="NSObject">
|
||||
<declared>AppKit/NSDocument.h</declared>
|
||||
<declared>Gui/NSDocument.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSDPSContext.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSDocumentController.html">[Next]</a>
|
||||
<h1>NSDocument</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSDocument</a></h2>
|
||||
<h2><a name="NSDocument">NSDocument</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSDocument.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSDocument.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSDocumentController" prev="NSDocument.html" next="NSEPSImageRep.html" up="AppKit.html">
|
||||
<gsdoc base="NSDocumentController" prev="NSDocument.html" next="NSEPSImageRep.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSDocumentController</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSDocumentController</heading>
|
||||
<class name="NSDocumentController" super="NSObject">
|
||||
<declared>AppKit/NSDocumentController.h</declared>
|
||||
<declared>Gui/NSDocumentController.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSDocument.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSEPSImageRep.html">[Next]</a>
|
||||
<h1>NSDocumentController</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSDocumentController</a></h2>
|
||||
<h2><a name="NSDocumentController">NSDocumentController</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSDocumentController.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSDocumentController.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSEPSImageRep" prev="NSDocumentController.html" next="NSEvent.html" up="AppKit.html">
|
||||
<gsdoc base="NSEPSImageRep" prev="NSDocumentController.html" next="NSEvent.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSEPSImageRep</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSEPSImageRep</heading>
|
||||
<class name="NSEPSImageRep" super="NSImageRep">
|
||||
<declared>AppKit/NSEPSImageRep.h</declared>
|
||||
<declared>Gui/NSEPSImageRep.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSDocumentController.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSEvent.html">[Next]</a>
|
||||
<h1>NSEPSImageRep</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSEPSImageRep</a></h2>
|
||||
<h2><a name="NSEPSImageRep">NSEPSImageRep</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSEPSImageRep.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSEPSImageRep.h</p>
|
||||
<p><b>Inherits from:</b> NSImageRep</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSEvent" prev="NSEPSImageRep.html" next="NSFileWrapper.html" up="AppKit.html">
|
||||
<gsdoc base="NSEvent" prev="NSEPSImageRep.html" next="NSFileWrapper.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSEvent</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSEvent</heading>
|
||||
<class name="NSEvent" super="NSObject">
|
||||
<declared>AppKit/NSEvent.h</declared>
|
||||
<declared>Gui/NSEvent.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSEPSImageRep.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSFileWrapper.html">[Next]</a>
|
||||
<h1>NSEvent</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSEvent</a></h2>
|
||||
<h2><a name="NSEvent">NSEvent</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSEvent.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSEvent.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSFileWrapper" prev="NSEvent.html" next="NSFont.html" up="AppKit.html">
|
||||
<gsdoc base="NSFileWrapper" prev="NSEvent.html" next="NSFont.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSFileWrapper</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSFileWrapper</heading>
|
||||
<class name="NSFileWrapper" super="NSObject">
|
||||
<declared>AppKit/NSFileWrapper.h</declared>
|
||||
<declared>Gui/NSFileWrapper.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSEvent.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSFont.html">[Next]</a>
|
||||
<h1>NSFileWrapper</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSFileWrapper</a></h2>
|
||||
<h2><a name="NSFileWrapper">NSFileWrapper</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSFileWrapper.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSFileWrapper.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSFont" prev="NSFileWrapper.html" next="NSFontManager.html" up="AppKit.html">
|
||||
<gsdoc base="NSFont" prev="NSFileWrapper.html" next="NSFontManager.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSFont</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSFont</heading>
|
||||
<class name="NSFont" super="NSObject">
|
||||
<declared>AppKit/NSFont.h</declared>
|
||||
<declared>Gui/NSFont.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSFileWrapper.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSFontManager.html">[Next]</a>
|
||||
<h1>NSFont</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSFont</a></h2>
|
||||
<h2><a name="NSFont">NSFont</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSFont.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSFont.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSFontManager" prev="NSFont.html" next="NSFontPanel.html" up="AppKit.html">
|
||||
<gsdoc base="NSFontManager" prev="NSFont.html" next="NSFontPanel.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSFontManager</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSFontManager</heading>
|
||||
<class name="NSFontManager" super="NSObject">
|
||||
<declared>AppKit/NSFontManager.h</declared>
|
||||
<declared>Gui/NSFontManager.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSFont.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSFontPanel.html">[Next]</a>
|
||||
<h1>NSFontManager</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSFontManager</a></h2>
|
||||
<h2><a name="NSFontManager">NSFontManager</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSFontManager.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSFontManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSFontPanel" prev="NSFontManager.html" next="NSForm.html" up="AppKit.html">
|
||||
<gsdoc base="NSFontPanel" prev="NSFontManager.html" next="NSForm.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSFontPanel</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSFontPanel</heading>
|
||||
<class name="NSFontPanel" super="NSPanel">
|
||||
<declared>AppKit/NSFontPanel.h</declared>
|
||||
<declared>Gui/NSFontPanel.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSFontManager.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSForm.html">[Next]</a>
|
||||
<h1>NSFontPanel</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSFontPanel</a></h2>
|
||||
<h2><a name="NSFontPanel">NSFontPanel</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSFontPanel.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSFontPanel.h</p>
|
||||
<p><b>Inherits from:</b> NSPanel</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSForm" prev="NSFontPanel.html" next="NSFormCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSForm" prev="NSFontPanel.html" next="NSFormCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSForm</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSForm</heading>
|
||||
<class name="NSForm" super="NSMatrix">
|
||||
<declared>AppKit/NSForm.h</declared>
|
||||
<declared>Gui/NSForm.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSFontPanel.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSFormCell.html">[Next]</a>
|
||||
<h1>NSForm</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSForm</a></h2>
|
||||
<h2><a name="NSForm">NSForm</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSForm.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSForm.h</p>
|
||||
<p><b>Inherits from:</b> NSMatrix</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSFormCell" prev="NSForm.html" next="NSGraphicsContext.html" up="AppKit.html">
|
||||
<gsdoc base="NSFormCell" prev="NSForm.html" next="NSGraphicsContext.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSFormCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSFormCell</heading>
|
||||
<class name="NSFormCell" super="NSActionCell">
|
||||
<declared>AppKit/NSFormCell.h</declared>
|
||||
<declared>Gui/NSFormCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSForm.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSGraphicsContext.html">[Next]</a>
|
||||
<h1>NSFormCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSFormCell</a></h2>
|
||||
<h2><a name="NSFormCell">NSFormCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSFormCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSFormCell.h</p>
|
||||
<p><b>Inherits from:</b> NSActionCell</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSGraphicsContext" prev="NSFormCell.html" next="NSHelpManager.html" up="AppKit.html">
|
||||
<gsdoc base="NSGraphicsContext" prev="NSFormCell.html" next="NSHelpManager.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSGraphicsContext</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSGraphicsContext</heading>
|
||||
<class name="NSGraphicsContext" super="NSObject">
|
||||
<declared>AppKit/NSGraphicsContext.h</declared>
|
||||
<declared>Gui/NSGraphicsContext.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSFormCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSHelpManager.html">[Next]</a>
|
||||
<h1>NSGraphicsContext</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSGraphicsContext</a></h2>
|
||||
<h2><a name="NSGraphicsContext">NSGraphicsContext</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSGraphicsContext.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSGraphicsContext.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSHelpManager" prev="NSGraphicsContext.html" next="NSImage.html" up="AppKit.html">
|
||||
<gsdoc base="NSHelpManager" prev="NSGraphicsContext.html" next="NSImage.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSHelpManager</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSHelpManager</heading>
|
||||
<class name="NSHelpManager" super="NSObject">
|
||||
<declared>AppKit/NSHelpManager.h</declared>
|
||||
<declared>Gui/NSHelpManager.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSGraphicsContext.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSImage.html">[Next]</a>
|
||||
<h1>NSHelpManager</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSHelpManager</a></h2>
|
||||
<h2><a name="NSHelpManager">NSHelpManager</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSHelpManager.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSHelpManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSImage" prev="NSHelpManager.html" next="NSImageCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSImage" prev="NSHelpManager.html" next="NSImageCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSImage</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSImage</heading>
|
||||
<class name="NSImage" super="NSObject">
|
||||
<declared>AppKit/NSImage.h</declared>
|
||||
<declared>Gui/NSImage.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSHelpManager.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSImageCell.html">[Next]</a>
|
||||
<h1>NSImage</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSImage</a></h2>
|
||||
<h2><a name="NSImage">NSImage</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImage.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImage.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSImageCell" prev="NSImage.html" next="NSImageRep.html" up="AppKit.html">
|
||||
<gsdoc base="NSImageCell" prev="NSImage.html" next="NSImageRep.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSImageCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSImageCell</heading>
|
||||
<class name="NSImageCell" super="NSCell">
|
||||
<declared>AppKit/NSImageCell.h</declared>
|
||||
<declared>Gui/NSImageCell.h</declared>
|
||||
<conform>NSCopying</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSImage.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSImageRep.html">[Next]</a>
|
||||
<h1>NSImageCell</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSImageCell</a></h2>
|
||||
<h2><a name="NSImageCell">NSImageCell</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImageCell.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImageCell.h</p>
|
||||
<p><b>Inherits from:</b> NSCell</p>
|
||||
<p><b>Conforms to:</b> NSCopying
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSImageRep" prev="NSImageCell.html" next="NSImageView.html" up="AppKit.html">
|
||||
<gsdoc base="NSImageRep" prev="NSImageCell.html" next="NSImageView.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSImageRep</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSImageRep</heading>
|
||||
<class name="NSImageRep" super="NSObject">
|
||||
<declared>AppKit/NSImageRep.h</declared>
|
||||
<declared>Gui/NSImageRep.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSImageCell.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSImageView.html">[Next]</a>
|
||||
<h1>NSImageRep</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSImageRep</a></h2>
|
||||
<h2><a name="NSImageRep">NSImageRep</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImageRep.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImageRep.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSImageView" prev="NSImageRep.html" next="NSInputManager.html" up="AppKit.html">
|
||||
<gsdoc base="NSImageView" prev="NSImageRep.html" next="NSInputManager.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSImageView</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSImageView</heading>
|
||||
<class name="NSImageView" super="NSControl">
|
||||
<declared>AppKit/NSImageView.h</declared>
|
||||
<declared>Gui/NSImageView.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSImageRep.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSInputManager.html">[Next]</a>
|
||||
<h1>NSImageView</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSImageView</a></h2>
|
||||
<h2><a name="NSImageView">NSImageView</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSImageView.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSImageView.h</p>
|
||||
<p><b>Inherits from:</b> NSControl</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSInputManager" prev="NSImageView.html" next="NSInputServer.html" up="AppKit.html">
|
||||
<gsdoc base="NSInputManager" prev="NSImageView.html" next="NSInputServer.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSInputManager</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSInputManager</heading>
|
||||
<class name="NSInputManager" super="NSObject">
|
||||
<declared>AppKit/NSInputManager.h</declared>
|
||||
<declared>Gui/NSInputManager.h</declared>
|
||||
<conform>NSTextInput</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSImageView.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSInputServer.html">[Next]</a>
|
||||
<h1>NSInputManager</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSInputManager</a></h2>
|
||||
<h2><a name="NSInputManager">NSInputManager</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSInputManager.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSInputManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSTextInput
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSInputServer" prev="NSInputManager.html" next="NSLayoutManager.html" up="AppKit.html">
|
||||
<gsdoc base="NSInputServer" prev="NSInputManager.html" next="NSLayoutManager.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSInputServer</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSInputServer</heading>
|
||||
<class name="NSInputServer" super="NSObject">
|
||||
<declared>AppKit/NSInputServer.h</declared>
|
||||
<declared>Gui/NSInputServer.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSInputManager.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSLayoutManager.html">[Next]</a>
|
||||
<h1>NSInputServer</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSInputServer</a></h2>
|
||||
<h2><a name="NSInputServer">NSInputServer</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSInputServer.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSInputServer.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSLayoutManager" prev="NSInputServer.html" next="NSMatrix.html" up="AppKit.html">
|
||||
<gsdoc base="NSLayoutManager" prev="NSInputServer.html" next="NSMatrix.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSLayoutManager</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSLayoutManager</heading>
|
||||
<class name="NSLayoutManager" super="NSObject">
|
||||
<declared>AppKit/NSLayoutManager.h</declared>
|
||||
<declared>Gui/NSLayoutManager.h</declared>
|
||||
<conform>NSObject</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSInputServer.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSMatrix.html">[Next]</a>
|
||||
<h1>NSLayoutManager</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSLayoutManager</a></h2>
|
||||
<h2><a name="NSLayoutManager">NSLayoutManager</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSLayoutManager.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSLayoutManager.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSMatrix" prev="NSLayoutManager.html" next="NSMenu.html" up="AppKit.html">
|
||||
<gsdoc base="NSMatrix" prev="NSLayoutManager.html" next="NSMenu.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMatrix</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSMatrix</heading>
|
||||
<class name="NSMatrix" super="NSControl">
|
||||
<declared>AppKit/NSMatrix.h</declared>
|
||||
<declared>Gui/NSMatrix.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSLayoutManager.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSMenu.html">[Next]</a>
|
||||
<h1>NSMatrix</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSMatrix</a></h2>
|
||||
<h2><a name="NSMatrix">NSMatrix</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSMatrix.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSMatrix.h</p>
|
||||
<p><b>Inherits from:</b> NSControl</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSMenu" prev="NSMatrix.html" next="NSMenuItem.html" up="AppKit.html">
|
||||
<gsdoc base="NSMenu" prev="NSMatrix.html" next="NSMenuItem.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMenu</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSMenu</heading>
|
||||
<class name="NSMenu" super="NSObject">
|
||||
<declared>AppKit/NSMenu.h</declared>
|
||||
<declared>Gui/NSMenu.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSMatrix.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSMenuItem.html">[Next]</a>
|
||||
<h1>NSMenu</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSMenu</a></h2>
|
||||
<h2><a name="NSMenu">NSMenu</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSMenu.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSMenu.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSMenuItem" prev="NSMenu.html" next="NSMenuItemCell.html" up="AppKit.html">
|
||||
<gsdoc base="NSMenuItem" prev="NSMenu.html" next="NSMenuItemCell.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMenuItem</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSMenuItem</heading>
|
||||
<class name="NSMenuItem" super="NSObject">
|
||||
<declared>AppKit/NSMenuItem.h</declared>
|
||||
<declared>Gui/NSMenuItem.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
</class>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<a href="NSMenu.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="Gui.html">[Up]</a>
|
||||
<a href="NSMenuItemCell.html">[Next]</a>
|
||||
<h1>NSMenuItem</h1>
|
||||
<h3>Authors</h3>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSMenuItem</a></h2>
|
||||
<h2><a name="NSMenuItem">NSMenuItem</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSMenuItem.h</p>
|
||||
<p><b>Declared in:</b> Gui/NSMenuItem.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<hr>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSMenuItemCell" prev="NSMenuItem.html" next="NSMenuView.html" up="AppKit.html">
|
||||
<gsdoc base="NSMenuItemCell" prev="NSMenuItem.html" next="NSMenuView.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMenuItemCell</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<chapter>
|
||||
<heading>NSMenuItemCell</heading>
|
||||
<class name="NSMenuItemCell" super="NSButtonCell">
|
||||
<declared>AppKit/NSMenuItemCell.h</declared>
|
||||
<declared>Gui/NSMenuItemCell.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue