This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Gui/Reference/NSPageLayout.html is in gnustep-gui-doc 0.25.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!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>NSPageLayout</title>
  </head>
  <body>
    <font face="serif">
    <a href="Gui.html">Up</a>
    <br />
    <h1><a name="title$NSPageLayout">NSPageLayout</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 page layout.
    
    </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">NSPageLayout</a>
        </li>
        <li>
          <a href="#002000000000">Software documentation for the
        NSApplication(NSPageLayout)
        category</a>
        </li>
      </ol>
      <hr width="50%" align="left" />
    </div>

          <h1><a name="001000000000">NSPageLayout</a></h1>
    <p>

        NSPageLayout provides a panel that allows the user
        to specify certain information about the printer and how
        data is formatted for printing. This includes information
        about the paper size and orientation. Typically you would
        create a page layout panel with the
        <a rel="gsdoc" href="#method$NSPageLayout+pageLayout">
          +pageLayout
        </a>

        class method. However, the best way to use the panel is
        to have the application call the runPageLayout: method in
        the NSApplication object which would both create a standard
        NSPageLayout panel and display it in a modal loop.
        This method would be sent up the responder chain if the
        user clicked on a Page Layout menu item.
          </p>
    <h2><a name="class$NSPageLayout">NSPageLayout</a> : <a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSPageLayout.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="#_NSPageLayout_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout+pageLayout">+pageLayout</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-accessoryView">-accessoryView</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-beginSheetWithPrintInfo$modalForWindow$delegate$didEndSelector$contextInfo$">-beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-convertOldFactor$newFactor$">-convertOldFactor:newFactor:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-pickedButton$">-pickedButton:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-pickedOrientation$">-pickedOrientation:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-pickedPaperSize$">-pickedPaperSize:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-pickedUnits$">-pickedUnits:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-printInfo">-printInfo</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-readPrintInfo">-readPrintInfo</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-runModal">-runModal</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-runModalWithPrintInfo$">-runModalWithPrintInfo:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-setAccessoryView$">-setAccessoryView:</a></li>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSPageLayout-writePrintInfo">-writePrintInfo</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSPageLayout+pageLayout">pageLayout&nbsp;</a></h3>
    + (<a rel="gsdoc" href="#class$NSPageLayout">NSPageLayout</a>*) <b>pageLayout</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Creates (if needed) and returns a shared instance
            of the NSPageLayout panel.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-accessoryView">accessoryView&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Returns the accessory view for the page layout
              panel.
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-setAccessoryView$">
                -setAccessoryView:
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-beginSheetWithPrintInfo$modalForWindow$delegate$didEndSelector$contextInfo$">beginSheetWithPrintInfo:&nbsp;modalForWindow:&nbsp;delegate:&nbsp;didEndSelector:&nbsp;contextInfo:&nbsp;</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$NSPageLayout-convertOldFactor$newFactor$">convertOldFactor:&nbsp;newFactor:&nbsp;</a></h3>
    - (void) <b>convertOldFactor:</b> (float*)old<b> newFactor:</b> (float*)newFactor;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            This method has been depreciated. It doesn&apos;t do
            anything useful.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-pickedButton$">pickedButton:&nbsp;</a></h3>
    - (void) <b>pickedButton:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            This method has been depreciated. It doesn&apos;t do
            anything useful.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-pickedOrientation$">pickedOrientation:&nbsp;</a></h3>
    - (void) <b>pickedOrientation:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            This method has been depreciated. It doesn&apos;t do
            anything useful.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-pickedPaperSize$">pickedPaperSize:&nbsp;</a></h3>
    - (void) <b>pickedPaperSize:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            This method has been depreciated. It doesn&apos;t do
            anything useful.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-pickedUnits$">pickedUnits:&nbsp;</a></h3>
    - (void) <b>pickedUnits:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            This method has been depreciated. It doesn&apos;t do
            anything useful.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-printInfo">printInfo&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSPrintInfo.html#class$NSPrintInfo">NSPrintInfo</a>*) <b>printInfo</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Return the NSPrintInfo object that the receiver
            stores layout information into.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-readPrintInfo">readPrintInfo&nbsp;</a></h3>
    - (void) <b>readPrintInfo</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Updates the receiver panel with information from
              its NSPrintInfo object.
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-writePrintInfo">
                -writePrintInfo
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-runModal">runModal&nbsp;</a></h3>
    - (NSInteger) <b>runModal</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Display the Page Layout panel in a modal loop.
              Saves any aquired information in the shared
              NSPrintInfo object. Returns NSCancelButton if
              the user clicks the Cancel button or NSOKButton
              otherwise.
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-runModalWithPrintInfo$">
                -runModalWithPrintInfo:
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-runModalWithPrintInfo$">runModalWithPrintInfo:&nbsp;</a></h3>
    - (NSInteger) <b>runModalWithPrintInfo:</b> (<a rel="gsdoc" href="NSPrintInfo.html#class$NSPrintInfo">NSPrintInfo</a>*)printInfo;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Displays the Page Layout panel in a modal loop.
              Saves any aquired information in the indicated
              NSPrintInfo object. Returns NSCancelButton if
              the user clicks the Cancel button or NSOKButton
              otherwise.
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-runModal">
                -runModal
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-setAccessoryView$">setAccessoryView:&nbsp;</a></h3>
    - (void) <b>setAccessoryView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Sets the accessory view for the page layout panel
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-accessoryView">
                -accessoryView
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSPageLayout-writePrintInfo">writePrintInfo&nbsp;</a></h3>
    - (void) <b>writePrintInfo</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              Writes any layout information set by the user to
              the receiver&apos;s NSPrintInfo object
                </p>
    <p>
      
            
    </p>
    <p>

              See Also:
              <a rel="gsdoc" href="#method$NSPageLayout-readPrintInfo">
                -readPrintInfo
              </a>

                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_NSPageLayout_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for NSPageLayout Class</h2>
    <h3><a name="ivariable$NSPageLayout*_controller">_controller</a></h3>
    @protected id <b>_controller</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
        NSApplication(NSPageLayout)
        category
      </a></h1>
    <h2><a rel="gsdoc" href="NSApplication.html#class$NSApplication">NSApplication</a>(<a name="category$NSApplication(NSPageLayout)">NSPageLayout</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSPageLayout.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSPageLayout.html#method$NSApplication(NSPageLayout)-runPageLayout$">-runPageLayout:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSApplication(NSPageLayout)-runPageLayout$">runPageLayout:&nbsp;</a></h3>
    - (void) <b>runPageLayout:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</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>