mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:41:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6444 72102866-910b-0410-8b05-ffd578937521
61 lines
1.9 KiB
XML
61 lines
1.9 KiB
XML
<?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="Gui.html">
|
|
<head>
|
|
<title>NSBundleAdditions</title>
|
|
<author name="Richard Frith-Macdonald">
|
|
<email address="rfm@gnu.org"/>
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
</author>
|
|
<version>0.1</version>
|
|
<date>28 February, 2000</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSBundleAdditions</heading>
|
|
<class name="NSBundleAdditions" super="NSObject">
|
|
<declared>Gui/NSHelpManager.h</declared>
|
|
<desc>
|
|
</desc>
|
|
<method type="BOOL" factory="yes">
|
|
<sel>loadNibFile:</sel>
|
|
<arg type="NSString*">fileName</arg>
|
|
<sel>externalNameTable:</sel>
|
|
<arg type="NSDictionary*">context</arg>
|
|
<sel>withZone:</sel>
|
|
<arg type="NSZone*">zone</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL" factory="yes">
|
|
<sel>loadNibNamed:</sel>
|
|
<arg type="NSString*">aNibName</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSAttributedString*">
|
|
<sel>contextHelpForKey:</sel>
|
|
<arg type="NSString*">key</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="BOOL">
|
|
<sel>loadNibFile:</sel>
|
|
<arg type="NSString*">fileName</arg>
|
|
<sel>externalNameTable:</sel>
|
|
<arg type="NSDictionary*">context</arg>
|
|
<sel>withZone:</sel>
|
|
<arg type="NSZone*">zone</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSString*">
|
|
<sel>pathForImageResource:</sel>
|
|
<arg type="NSString*">name</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|