![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Functions</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$Functions">Functions</a></h1> <h3>Authors</h3> <dl> <dt>Generated by Debian</dt> <dd> </dd> </dl> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">NSApplication functions</a> </li> <li> <a href="#002000000000">NSDataLinkManager functions</a> </li> <li> <a href="#003000000000">NSEvent functions</a> </li> <li> <a href="#004000000000">NSFont functions</a> </li> <li> <a href="#005000000000">NSGraphicsContext functions</a> </li> <li> <a href="#006000000000">NSInterfaceStyle functions</a> </li> <li> <a href="#007000000000">NSPanel functions</a> </li> <li> <a href="#008000000000">NSPasteboard functions</a> </li> <li> <a href="#009000000000">NSSound functions</a> </li> <li> <a href="#010000000000">NSView functions</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000">NSApplication functions</a></h1> <p> </p> <h3><a name="function$GSContactApplication">GSContactApplication</a></h3> id GSContactApplication(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>appName</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>port</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDate.html#class$NSDate">NSDate</a>* <b>expire</b>);<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> </p> <p> Establishes an NSConnection to the application listening at <var>port</var> (by convention usually the application name), launching <var>appName</var> if necessary. Returns the proxy to the remote application, or <code>nil</code> on failure. </p> <p> </p> <p> The value of <var>port</var> specifies the name of the distributed objects service to which the connection is to be made. If this is <code>nil</code> it will be inferred from <var>appName</var>... by convention, applications use their own name (minus any path or extension) for this. </p> <p> </p> <p> If <var>appName</var> is <code>nil</code> or cannot be launched, this attempts to locate any application in a standard location whose name matches <var>port</var> and launch that application. </p> <p> </p> <p> The value of <var>expire</var> provides a timeout in case the application cannot be contacted promptly. If it is omitted, a thirty second timeout is used. </p> <p> </div> <hr width="25%" align="left" /> <h3><a name="function$NSApplicationMain">NSApplicationMain</a></h3> int NSApplicationMain(int <b>argc</b>, const char** <b>argv</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSPerformService">NSPerformService</a></h3> BOOL NSPerformService(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>serviceItem</b>, <a rel="gsdoc" href="NSPasteboard.html#class$NSPasteboard">NSPasteboard</a>* <b>pboard</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Given the name of a <var>serviceItem</var>, and some data in a pasteboard this function sends the data to the service provider (launching another application if necessary) and retrieves the result of the service in the pastebaord. </p> <p> Returns <code>YES</code> on success, <code>NO</code> otherwise. </div> <hr width="25%" align="left" /> <h3><a name="function$NSRegisterServicesProvider">NSRegisterServicesProvider</a></h3> void NSRegisterServicesProvider(id <b>provider</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>name</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Registers a services providing object using the specified port <var>name</var>. <br /> Applications should not need to use this, as they can use the <a rel="gsdoc" href="NSApplication.html#method$NSApplication-setServicesProvider$">[NSApplication -setServicesProvider:]</a> method instead. The NSApplication method will use the <var>name</var> of the application rather than an other port <var>name</var>. </div> <hr width="25%" align="left" /> <h3><a name="function$NSSetShowsServicesMenuItem">NSSetShowsServicesMenuItem</a></h3> int NSSetShowsServicesMenuItem(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>name</b>, BOOL <b>enabled</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Controls whether the item <var>name</var> should be included in the services menu. </p> <p> </p> <p> If <var>enabled</var> is <code>YES</code> then the services menu for each application will include the named item, if <var>enabled</var> is <code>NO</code> then the service will not be shown in application services menus. </p> <p> </p> <p> Returns 0 if the setting is successfuly changed. Non-zero otherwise. </p> <p> </div> <hr width="25%" align="left" /> <h3><a name="function$NSShowSystemInfoPanel">NSShowSystemInfoPanel</a></h3> void NSShowSystemInfoPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDictionary.html#class$NSDictionary">NSDictionary</a>* <b>options</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSShowsServicesMenuItem">NSShowsServicesMenuItem</a></h3> BOOL NSShowsServicesMenuItem(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>name</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns a flag indicating whether the named service is supposed to be displayed in application services menus. </div> <hr width="25%" align="left" /> <h3><a name="function$NSUnRegisterServicesProvider">NSUnRegisterServicesProvider</a></h3> void NSUnRegisterServicesProvider(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>name</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSUpdateDynamicServices">NSUpdateDynamicServices</a></h3> void NSUpdateDynamicServices();<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> A services providing application may use this to update the list of services it provides. <br /> In order to update the services advertised, the application must create a <em>.service</em> bundle and place it in <code>~/Library/Services</code> before invoking this function. </div> <hr width="25%" align="left" /> <h1><a name="002000000000">NSDataLinkManager functions</a></h1> <p> </p> <h3><a name="function$NSFrameLinkRect">NSFrameLinkRect</a></h3> void NSFrameLinkRect(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a> <b>aRect</b>, BOOL <b>isDestination</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSLinkFrameThickness">NSLinkFrameThickness</a></h3> float NSLinkFrameThickness();<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h1><a name="003000000000">NSEvent functions</a></h1> <p> </p> <h3><a name="function$NSEventMaskFromType">NSEventMaskFromType</a></h3> <a rel="gsdoc" href="TypesAndConstants.html#type$NSEventMask">NSEventMask</a> NSEventMaskFromType(<a rel="gsdoc" href="TypesAndConstants.html#type$NSEventType">NSEventType</a> <b>type</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h1><a name="004000000000">NSFont functions</a></h1> <p> </p> <h3><a name="function$NSConvertGlyphsToPackedGlyphs">NSConvertGlyphsToPackedGlyphs</a></h3> int NSConvertGlyphsToPackedGlyphs(<a rel="gsdoc" href="TypesAndConstants.html#type$NSGlyph">NSGlyph</a>* <b>glBuf</b>, int <b>count</b>, <a rel="gsdoc" href="TypesAndConstants.html#type$NSMultibyteGlyphPacking">NSMultibyteGlyphPacking</a> <b>packing</b>, char* <b>packedGlyphs</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h1><a name="005000000000">NSGraphicsContext functions</a></h1> <p> </p> <h3><a name="function$GSCurrentContext">GSCurrentContext</a></h3> <a rel="gsdoc" href="NSGraphicsContext.html#class$NSGraphicsContext">NSGraphicsContext</a>* GSCurrentContext();<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h1><a name="006000000000">NSInterfaceStyle functions</a></h1> <p> </p> <h3><a name="function$NSInterfaceStyleForKey">NSInterfaceStyleForKey</a></h3> <a rel="gsdoc" href="TypesAndConstants.html#type$NSInterfaceStyle">NSInterfaceStyle</a> NSInterfaceStyleForKey(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>key</b>, <a rel="gsdoc" href="NSResponder.html#class$NSResponder">NSResponder</a>* <b>responder</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> </p> <p> Returns the interface style the <var>responder</var> should use, which affects how a UI element (such as a button or menu) is displayed. If the <var>responder</var> has an interface style set, the <var>key</var> is ignored and the responder's interface style is returned. Otherwise the style associated with the <var>key</var> is returned (if set), otherwise the default style is returned. In no case will the style <code>NSNoInterfaceStyle</code> be returned. </p> <p> </p> <p> Styles can be set using the user defaults system. Currently available styles are </p> <p> <ul> <li> NSNextStepInterfaceStyle </li> <li> NSMacintoshInterfaceStyle </li> <li> NSWindows95InterfaceStyle </li> <li> GSWindowMakerInterfaceStyle </li> </ul> </p> <p> You can set a default style for all UI elements using the <code>NSInterfaceStyleDefault</code> key: </p> <p> <pre> defaults write NSGlobalDomain NSInterfaceStyleDefault GSWindowMakerInterfaceStyle </pre> </div> <hr width="25%" align="left" /> <h1><a name="007000000000">NSPanel functions</a></h1> <p> </p> <h3><a name="function$GSRunExceptionPanel">GSRunExceptionPanel</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a> GSRunExceptionPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSException.html#class$NSException">NSException</a>* <b>exception</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSBeginAlertSheet">NSBeginAlertSheet</a></h3> void NSBeginAlertSheet(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b>, <a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>* <b>docWindow</b>, id <b>modalDelegate</b>, SEL <b>willEndSelector</b>, SEL <b>didEndSelector</b>, void* <b>contextInfo</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSBeginCriticalAlertSheet">NSBeginCriticalAlertSheet</a></h3> void NSBeginCriticalAlertSheet(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b>, <a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>* <b>docWindow</b>, id <b>modalDelegate</b>, SEL <b>willEndSelector</b>, SEL <b>didEndSelector</b>, void* <b>contextInfo</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSBeginInformationalAlertSheet">NSBeginInformationalAlertSheet</a></h3> void NSBeginInformationalAlertSheet(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b>, <a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>* <b>docWindow</b>, id <b>modalDelegate</b>, SEL <b>willEndSelector</b>, SEL <b>didEndSelector</b>, void* <b>contextInfo</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSGetAlertPanel">NSGetAlertPanel</a></h3> id NSGetAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSGetCriticalAlertPanel">NSGetCriticalAlertPanel</a></h3> id NSGetCriticalAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSGetInformationalAlertPanel">NSGetInformationalAlertPanel</a></h3> id NSGetInformationalAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSReleaseAlertPanel">NSReleaseAlertPanel</a></h3> void NSReleaseAlertPanel(id <b>panel</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSRunAlertPanel">NSRunAlertPanel</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a> NSRunAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSRunCriticalAlertPanel">NSRunCriticalAlertPanel</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a> NSRunCriticalAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSRunInformationalAlertPanel">NSRunInformationalAlertPanel</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a> NSRunInformationalAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h3><a name="function$NSRunLocalizedAlertPanel">NSRunLocalizedAlertPanel</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a> NSRunLocalizedAlertPanel(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>table</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>title</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>msg</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>defaultButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>alternateButton</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>otherButton</b><b>,...</b>);<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <h1><a name="008000000000">NSPasteboard functions</a></h1> <p> </p> <h3><a name="function$NSCreateFileContentsPboardType">NSCreateFileContentsPboardType</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* NSCreateFileContentsPboardType(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>fileType</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns a standardised pasteboard type for file contents, formed from the supplied file extension. </p> <p> </p> <p> Data written to a pasteboard with a file contents type should be written using the <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-writeFileContents$">[NSPasteboard -writeFileContents:]</a> or <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-writeFileWrapper$">[NSPasteboard -writeFileWrapper:]</a> method. Similarly, the data should be read using the <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-readFileContentsType$toFile$">[NSPasteboard -readFileContentsType:toFile:]</a> or <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-readFileWrapper">[NSPasteboard -readFileWrapper]</a> method. </p> <p> </div> <hr width="25%" align="left" /> <h3><a name="function$NSCreateFilenamePboardType">NSCreateFilenamePboardType</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* NSCreateFilenamePboardType(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>fileType</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns a standardised pasteboard type for file names, formed from the supplied file extension. </p> <p> </p> <p> Data written to a pasteboard with a file names type should be a single name written using <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-setString$forType$">[NSPasteboard -setString:forType:]</a> or an array of strings written using <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-setPropertyList$forType$">[NSPasteboard -setPropertyList:forType:]</a> . <br /> Similarly, the data should be read using the <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-stringForType$">[NSPasteboard -stringForType:]</a> or <a rel="gsdoc" href="NSPasteboard.html#method$NSPasteboard-propertyListForType$">[NSPasteboard -propertyListForType:]</a> method. </p> <p> </p> <p> See also the <a rel="gsdoc" href="#function$NSGetFileType"> NSGetFileType() </a> and <a rel="gsdoc" href="#function$NSGetFileTypes"> NSGetFileTypes() </a> functions. </p> <p> </div> <hr width="25%" align="left" /> <h3><a name="function$NSGetFileType">NSGetFileType</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* NSGetFileType(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>pboardType</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the file type (fileType extension) corresponding to the pasteboard type given. <br /> This is a counterpart to the <a rel="gsdoc" href="#function$NSCreateFilenamePboardType"> NSCreateFilenamePboardType() </a> function. </div> <hr width="25%" align="left" /> <h3><a name="function$NSGetFileTypes">NSGetFileTypes</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>* NSGetFileTypes(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>* <b>pboardTypes</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the file types (filename extensions) corresponding to the pasteboard types given. </div> <hr width="25%" align="left" /> <h1><a name="009000000000">NSSound functions</a></h1> <p> </p> <h3><a name="function$PlaybackDeviceIdentifiers">PlaybackDeviceIdentifiers</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>* PlaybackDeviceIdentifiers();<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Function used to retrieve all available playback devices. </p> <p> This function is the only way to retrieve possible playback device identifiers understood by [NSSound -setPlaybackDeviceIdentifier:]. </p> <p> </div> <hr width="25%" align="left" /> <h1><a name="010000000000">NSView functions</a></h1> <p> </p> <h3><a name="function$GSGetDragTypes">GSGetDragTypes</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>* GSGetDragTypes(<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>* <b>aView</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> <br /> <a href="Gui.html">Up</a> </font> </body> </html>