![]() 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/Additions/ |
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="GuiAdditions.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">GSDisplayServer functions</a> </li> <li> <a href="#002000000000">GSTheme functions</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000">GSDisplayServer functions</a></h1> <p> </p> <h3><a name="function$DPSDiscardEvents">DPSDiscardEvents</a></h3> void DPSDiscardEvents(<a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* <b>ctxt</b>, unsigned int <b>mask</b>, NSEvent* <b>limit</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$DPSGetEvent">DPSGetEvent</a></h3> NSEvent* DPSGetEvent(<a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* <b>ctxt</b>, unsigned int <b>mask</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDate.html#class$NSDate">NSDate</a>* <b>limit</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>mode</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$DPSPeekEvent">DPSPeekEvent</a></h3> NSEvent* DPSPeekEvent(<a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* <b>ctxt</b>, unsigned int <b>mask</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSDate.html#class$NSDate">NSDate</a>* <b>limit</b>, <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>mode</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$DPSPostEvent">DPSPostEvent</a></h3> void DPSPostEvent(<a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* <b>ctxt</b>, NSEvent* <b>anEvent</b>, BOOL <b>atStart</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$GSCurrentServer">GSCurrentServer</a></h3> <a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* GSCurrentServer();<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the current GSDisplayServer </div> <hr width="25%" align="left" /> <h3><a name="function$GSServerForWindow">GSServerForWindow</a></h3> <a rel="gsdoc" href="GSDisplayServer.html#class$GSDisplayServer">GSDisplayServer</a>* GSServerForWindow(NSWindow* <b>window</b>);<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the GSDisplayServer that created the interal representation for <var>window</var>. If the internal representation has not yet been created (for instance, if the <var>window</var> is deferred), it returns the current server </div> <hr width="25%" align="left" /> <h1><a name="002000000000">GSTheme functions</a></h1> <p> </p> <h3><a name="function$GSThemeFillStyleFromString">GSThemeFillStyleFromString</a></h3> <a rel="gsdoc" href="TypesAndConstants.html#type$GSThemeFillStyle">GSThemeFillStyle</a> GSThemeFillStyleFromString(<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* <b>s</b>);<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> Function to convert a string to a fill style enumeration value. <br /> Returns GSThemeFillStyleNone if the string is not a valid name. </div> <hr width="25%" align="left" /> <h3><a name="function$GSThemeStringFromFillStyle">GSThemeStringFromFillStyle</a></h3> <a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>* GSThemeStringFromFillStyle(<a rel="gsdoc" href="TypesAndConstants.html#type$GSThemeFillStyle">GSThemeFillStyle</a> <b>s</b>);<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X</div> <br /> <div class="desc"> Function to convert a fill style enumeration value to a string. <br /> Returns <code>nil</code> on failure. </div> <hr width="25%" align="left" /> <br /> <a href="GuiAdditions.html">Up</a> </font> </body> </html>