![]() 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>NSPrintPanel</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSPrintPanel">NSPrintPanel</a></h1> <h3>Authors</h3> <dl> <dt>Adam Fedor (<a href="mailto:fedor@gnu.org"><code>fedor@gnu.org</code></a>)</dt> <dd> </dd> <dt>Chad Hardin (<a href="mailto:cehardin@mac.com"><code>cehardin@mac.com</code></a>)</dt> <dd> </dd> </dl> <blockquote> Standard panel for querying user about printing. </blockquote> <p><b>Copyright:</b> (C) 2001,2004 Free Software Foundation, Inc.</p> <div> <hr width="50%" align="left" /> <h3>Contents -</h3> <ol> <li> <a href="#001000000000">Class</a> </li> <li> <a href="#002000000000">Software documentation for the NSPrintPanel(Private) category</a> </li> <li> <a href="#003000000000">Software documentation for the NSPrintPanelAccessorizing protocol</a> </li> </ol> <hr width="50%" align="left" /> </div> <h1><a name="001000000000"><strong>Class</strong> Description</a></h1> <p> NSPrintPanel provides a standard print panel allowing the user to specify information about how a document is to be printed, including the page range, number of copies and scale of the document. It also allows the user to save the document to a file or preview it. When a print: message is sent to an NSView or NSWindow, an NSPrintOpertation is created which manages printing of a view. The NSPrintOperation object would by default show a print panel in a modal loop for the user. You can avoid showing the print panel by sending the setShowsPanels: message in the print operation with a <code>NO</code> argument. </p> <h2><a name="class$NSPrintPanel">NSPrintPanel</a> : <a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSPrintPanel.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSPrintPanel_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel(Private)-_getSavePath">-_getSavePath</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel(Private)-_setStatusStringValue$">-_setStatusStringValue:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel+printPanel">+printPanel</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-accessoryControllers">-accessoryControllers</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-accessoryView">-accessoryView</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-addAccessoryController$">-addAccessoryController:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-beginSheetWithPrintInfo$modalForWindow$delegate$didEndSelector$contextInfo$">-beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-defaultButtonTitle">-defaultButtonTitle</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-finalWritePrintInfo">-finalWritePrintInfo</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-helpAnchor">-helpAnchor</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-jobStyleHint">-jobStyleHint</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-options">-options</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-pickedAllPages$">-pickedAllPages:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-pickedButton$">-pickedButton:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-pickedLayoutList$">-pickedLayoutList:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-printInfo">-printInfo</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-removeAccessoryController$">-removeAccessoryController:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-runModal">-runModal</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-runModalWithPrintInfo$">-runModalWithPrintInfo:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-setAccessoryView$">-setAccessoryView:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-setDefaultButtonTitle$">-setDefaultButtonTitle:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-setHelpAnchor$">-setHelpAnchor:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-setJobStyleHint$">-setJobStyleHint:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-setOptions$">-setOptions:</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel-updateFromPrintInfo">-updateFromPrintInfo</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSPrintPanel+printPanel">printPanel </a></h3> + (<a rel="gsdoc" href="#class$NSPrintPanel">NSPrintPanel</a>*) <b>printPanel</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Creates (if needed) and returns a shared instance of the NSPrintPanel panel. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-accessoryControllers">accessoryControllers </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>accessoryControllers</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-accessoryView">accessoryView </a></h3> - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> </p> <p> Returns the accessory view for the print panel </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPrintPanel-setAccessoryView$"> -setAccessoryView: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-addAccessoryController$">addAccessoryController: </a></h3> - (void) <b>addAccessoryController:</b> (NSViewController<<a rel="gsdoc" href="#protocol$(NSPrintPanelAccessorizing)">NSPrintPanelAccessorizing</a>>*)accessoryController;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-beginSheetWithPrintInfo$modalForWindow$delegate$didEndSelector$contextInfo$">beginSheetWithPrintInfo: modalForWindow: delegate: didEndSelector: contextInfo: </a></h3> - (void) <b>beginSheetWithPrintInfo:</b> (<a rel="gsdoc" href="NSPrintInfo.html#class$NSPrintInfo">NSPrintInfo</a>*)printInfo<b> modalForWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)docWindow<b> delegate:</b> (id)delegate<b> didEndSelector:</b> (SEL)didEndSelector<b> contextInfo:</b> (void*)contextInfo;<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" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-defaultButtonTitle">defaultButtonTitle </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>defaultButtonTitle</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-finalWritePrintInfo">finalWritePrintInfo </a></h3> - (void) <b>finalWritePrintInfo</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> Saves information set by the user in the receiver's panel in the NSPrintInfo object from the current NSPrintOperation. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-helpAnchor">helpAnchor </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>helpAnchor</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-jobStyleHint">jobStyleHint </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>jobStyleHint</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.2.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-options">options </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSPrintPanelOptions">NSPrintPanelOptions</a>) <b>options</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-pickedAllPages$">pickedAllPages: </a></h3> - (void) <b>pickedAllPages:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> This method has been depreciated. It doesn't do anything useful. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-pickedButton$">pickedButton: </a></h3> - (void) <b>pickedButton:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> This method has been depreciated. It doesn't do anything useful. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-pickedLayoutList$">pickedLayoutList: </a></h3> - (void) <b>pickedLayoutList:</b> (id)sender;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> This method has been depreciated. It doesn't do anything useful. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-printInfo">printInfo </a></h3> - (<a rel="gsdoc" href="NSPrintInfo.html#class$NSPrintInfo">NSPrintInfo</a>*) <b>printInfo</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-removeAccessoryController$">removeAccessoryController: </a></h3> - (void) <b>removeAccessoryController:</b> (NSViewController<<a rel="gsdoc" href="#protocol$(NSPrintPanelAccessorizing)">NSPrintPanelAccessorizing</a>>*)accessoryController;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-runModal">runModal </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>runModal</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Display the Print panel in a modal loop. Saves any aquired information in the NSPrintInfo object for the current NSPrintOperation. Returns NSCancelButton if the user clicks the Cancel button or NSOKButton otherwise. Unlike other panels, this one does not order itself out after the modal session is finished. You must do that yourself. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-runModalWithPrintInfo$">runModalWithPrintInfo: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>runModalWithPrintInfo:</b> (<a rel="gsdoc" href="NSPrintInfo.html#class$NSPrintInfo">NSPrintInfo</a>*)printInfo;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-setAccessoryView$">setAccessoryView: </a></h3> - (void) <b>setAccessoryView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> </p> <p> Sets the accessory view for the print panel to <var>aView</var> </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSPrintPanel-accessoryView"> -accessoryView </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-setDefaultButtonTitle$">setDefaultButtonTitle: </a></h3> - (void) <b>setDefaultButtonTitle:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)defaultButtonTitle;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-setHelpAnchor$">setHelpAnchor: </a></h3> - (void) <b>setHelpAnchor:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)helpAnchor;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-setJobStyleHint$">setJobStyleHint: </a></h3> - (void) <b>setJobStyleHint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)hint;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.2.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-setOptions$">setOptions: </a></h3> - (void) <b>setOptions:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSPrintPanelOptions">NSPrintPanelOptions</a>)options;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel-updateFromPrintInfo">updateFromPrintInfo </a></h3> - (void) <b>updateFromPrintInfo</b>;<br /> <div class="availability"> <b>Availability:</b> Not in OpenStep/MacOS-X removed at MacOS-X 10.5.0</div> <br /> <div class="desc"> Setup the display in the receiver's panel based on the values stored in the NSPrintInfo object from the current NSPrintOperation. </div> <hr width="25%" align="left" /> </div> <a name="_NSPrintPanel_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSPrintPanel Class</h2> <h3><a name="ivariable$NSPrintPanel*_accessoryControllers">_accessoryControllers</a></h3> @protected NSMutableArray* <b>_accessoryControllers</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_accessoryView">_accessoryView</a></h3> @protected NSView* <b>_accessoryView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_helpAnchor">_helpAnchor</a></h3> @protected NSString* <b>_helpAnchor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_jobStyleHint">_jobStyleHint</a></h3> @protected NSString* <b>_jobStyleHint</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_optionPanel">_optionPanel</a></h3> @protected id <b>_optionPanel</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_options">_options</a></h3> @protected NSPrintPanelOptions <b>_options</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_pages">_pages</a></h3> @protected NSRange <b>_pages</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_panel">_panel</a></h3> @protected id <b>_panel</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_picked">_picked</a></h3> @protected int <b>_picked</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_printInfo">_printInfo</a></h3> @protected NSPrintInfo* <b>_printInfo</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSPrintPanel*_savePath">_savePath</a></h3> @protected NSString* <b>_savePath</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <h1><a name="002000000000"> Software documentation for the NSPrintPanel(Private) category </a></h1> <h2><a rel="gsdoc" href="#class$NSPrintPanel">NSPrintPanel</a>(<a name="category$NSPrintPanel(Private)">Private</a>)</h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSPrintPanel.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> this category is <em>private</em>, which means that the methods are for internal use by the package. You should not use them in external code. </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel(Private)-_getSavePath">-_getSavePath</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$NSPrintPanel(Private)-_setStatusStringValue$">-_setStatusStringValue:</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSPrintPanel(Private)-_getSavePath">_getSavePath </a></h3> - (BOOL) <b>_getSavePath</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSPrintPanel(Private)-_setStatusStringValue$">_setStatusStringValue: </a></h3> - (void) <b>_setStatusStringValue:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)string;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code. </div> <hr width="25%" align="left" /> </div> <h1><a name="003000000000"> Software documentation for the NSPrintPanelAccessorizing protocol </a></h1> <h2><a name="protocol$(NSPrintPanelAccessorizing)">NSPrintPanelAccessorizing</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSPrintPanel.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSPrintPanel.html#method$(NSPrintPanelAccessorizing)-keyPathsForValuesAffectingPreview">-keyPathsForValuesAffectingPreview</a></li> <li><a rel="gsdoc" href="NSPrintPanel.html#method$(NSPrintPanelAccessorizing)-localizedSummaryItems">-localizedSummaryItems</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$(NSPrintPanelAccessorizing)-keyPathsForValuesAffectingPreview">keyPathsForValuesAffectingPreview </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSSet.html#class$NSSet">NSSet</a>*) <b>keyPathsForValuesAffectingPreview</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$(NSPrintPanelAccessorizing)-localizedSummaryItems">localizedSummaryItems </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>localizedSummaryItems</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>