File: wx.adv.PropertySheetDialog.txt

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (494 lines) | stat: -rw-r--r-- 14,929 bytes parent folder | download
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
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2018 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.adv.PropertySheetDialog:

==========================================================================================================================================
|phoenix_title|  **wx.adv.PropertySheetDialog**
==========================================================================================================================================

This class represents a property sheet dialog: a tabbed dialog for showing settings.          

It is optimized to show flat tabs on PocketPC devices, and can be customized to use different controllers instead of the default notebook style. 

To use this class, call :meth:`~wx.adv.PropertySheetDialog.Create`  from your own Create function. Then call :meth:`~wx.adv.PropertySheetDialog.CreateButtons`, and create pages, adding them to the book control. Finally call :meth:`~wx.adv.PropertySheetDialog.LayoutDialog`. 

For example: 

::

    # To be written...



If necessary, override :meth:`~wx.adv.PropertySheetDialog.CreateBookCtrl`  and :meth:`~wx.adv.PropertySheetDialog.AddBookCtrl`  to create and add a different kind of book control. You will then need to use two-step construction for the dialog or change the style of the book control by calling :meth:`~wx.adv.PropertySheetDialog.SetSheetStyle`  before calling :meth:`~wx.adv.PropertySheetDialog.Create`. 

The :ref:`Dialogs Sample <dialogs sample>`  shows this class being used with notebook and toolbook controllers (for Windows-style and Mac-style settings dialogs). 

To make pages of the dialog scroll when the display is too small to fit the whole dialog, you can switch layout adaptation on globally with :meth:`wx.Dialog.EnableLayoutAdaptation`   or per dialog with :meth:`wx.Dialog.SetLayoutAdaptationMode` . 

For more about layout adaptation, see :ref:`Automatic Scrolled Dialogs <automatic scrolled dialogs>`. 









|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>PropertySheetDialog</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.adv.PropertySheetDialog_inheritance.png" alt="Inheritance diagram of PropertySheetDialog" usemap="#dummy" class="inheritance"/></center>
   </div>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.adv.PropertySheetDialog.html" title="wx.adv.PropertySheetDialog" alt="" coords="13,469,212,499"/> <area shape="rect" id="node2" href="wx.Dialog.html" title="wx.Dialog" alt="" coords="72,392,153,421"/> <area shape="rect" id="node3" href="wx.Trackable.html" title="wx.Trackable" alt="" coords="5,5,107,35"/> <area shape="rect" id="node8" href="wx.EvtHandler.html" title="wx.EvtHandler" alt="" coords="57,83,168,112"/> <area shape="rect" id="node4" href="wx.Object.html" title="wx.Object" alt="" coords="131,5,212,35"/> <area shape="rect" id="node5" href="wx.NonOwnedWindow.html" title="wx.NonOwnedWindow" alt="" coords="34,237,192,267"/> <area shape="rect" id="node7" href="wx.TopLevelWindow.html" title="wx.TopLevelWindow" alt="" coords="42,315,184,344"/> <area shape="rect" id="node6" href="wx.Window.html" title="wx.Window" alt="" coords="69,160,157,189"/> </map> 
   </p>

|


|sub_classes| Known Subclasses
==============================

:ref:`wx.richtext.RichTextFormattingDialog`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.adv.PropertySheetDialog.__init__`                                     Default constructor.
:meth:`~wx.adv.PropertySheetDialog.AddBookCtrl`                                  Override this if you wish to add the book control in a way different from the standard way (for example, using different spacing).
:meth:`~wx.adv.PropertySheetDialog.Create`                                       Call this from your own Create function, before adding buttons and pages.
:meth:`~wx.adv.PropertySheetDialog.CreateBookCtrl`                               Override this if you wish to create a different kind of book control; by default, the value passed to :meth:`~PropertySheetDialog.SetSheetStyle`   is used to determine the control.
:meth:`~wx.adv.PropertySheetDialog.CreateButtons`                                Call this to create the buttons for the dialog.
:meth:`~wx.adv.PropertySheetDialog.GetBookCtrl`                                  Returns the book control that will contain your settings pages.
:meth:`~wx.adv.PropertySheetDialog.GetContentWindow`                             Override this to return a window containing the main content of the dialog.
:meth:`~wx.adv.PropertySheetDialog.GetInnerSizer`                                Returns the inner sizer that contains the book control and button sizer.
:meth:`~wx.adv.PropertySheetDialog.GetSheetInnerBorder`                          Returns the border around the book control only.
:meth:`~wx.adv.PropertySheetDialog.GetSheetOuterBorder`                          Returns the border around the whole dialog.
:meth:`~wx.adv.PropertySheetDialog.GetSheetStyle`                                Returns the sheet style.
:meth:`~wx.adv.PropertySheetDialog.LayoutDialog`                                 Call this to lay out the dialog.
:meth:`~wx.adv.PropertySheetDialog.SetBookCtrl`                                  Sets the book control used for the dialog.
:meth:`~wx.adv.PropertySheetDialog.SetInnerSizer`                                Set the inner sizer that contains the book control and button sizer.
:meth:`~wx.adv.PropertySheetDialog.SetSheetInnerBorder`                          Set the border around the book control only.
:meth:`~wx.adv.PropertySheetDialog.SetSheetOuterBorder`                          Set the border around the whole dialog.
:meth:`~wx.adv.PropertySheetDialog.SetSheetStyle`                                You can customize the look and feel of the dialog by setting the sheet style.
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.adv.PropertySheetDialog.BookCtrl`                                     See :meth:`~wx.adv.PropertySheetDialog.GetBookCtrl` and :meth:`~wx.adv.PropertySheetDialog.SetBookCtrl`
:attr:`~wx.adv.PropertySheetDialog.ContentWindow`                                See :meth:`~wx.adv.PropertySheetDialog.GetContentWindow`
:attr:`~wx.adv.PropertySheetDialog.InnerSizer`                                   See :meth:`~wx.adv.PropertySheetDialog.GetInnerSizer` and :meth:`~wx.adv.PropertySheetDialog.SetInnerSizer`
:attr:`~wx.adv.PropertySheetDialog.SheetInnerBorder`                             See :meth:`~wx.adv.PropertySheetDialog.GetSheetInnerBorder` and :meth:`~wx.adv.PropertySheetDialog.SetSheetInnerBorder`
:attr:`~wx.adv.PropertySheetDialog.SheetOuterBorder`                             See :meth:`~wx.adv.PropertySheetDialog.GetSheetOuterBorder` and :meth:`~wx.adv.PropertySheetDialog.SetSheetOuterBorder`
:attr:`~wx.adv.PropertySheetDialog.SheetStyle`                                   See :meth:`~wx.adv.PropertySheetDialog.GetSheetStyle` and :meth:`~wx.adv.PropertySheetDialog.SetSheetStyle`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.adv.PropertySheetDialog(Dialog)

   **Possible constructors**::

       PropertySheetDialog()
       
       PropertySheetDialog(parent, id=ID_ANY, title="", pos=DefaultPosition,
                           size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr)
       
   
   This class represents a property sheet dialog: a tabbed dialog for
   showing settings.



   .. method:: __init__(self, *args, **kw)



      |overload| Overloaded Implementations:

      **~~~**

      
      **__init__** `(self)`
      
      Default constructor.                  
      
      Call Create if using this form of constructor.                   
      
      
      
      
      **~~~**

      
      **__init__** `(self, parent, id=ID_ANY, title=EmptyString, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr)`
      
      Constructor.                  
      
      
      :param `parent`: 
      :type `parent`: wx.Window
      :param `id`: 
      :type `id`: wx.WindowID
      :param `title`: 
      :type `title`: string
      :param `pos`: 
      :type `pos`: wx.Point
      :param `size`: 
      :type `size`: wx.Size
      :param `style`: 
      :type `style`: long
      :param `name`: 
      :type `name`: string
      
      
      
      
      
      
      **~~~**






   .. method:: AddBookCtrl(self, sizer)

      Override this if you wish to add the book control in a way different from the standard way (for example, using different spacing).                  


      :param `sizer`: 
      :type `sizer`: wx.Sizer







   .. method:: Create(self, parent, id=ID_ANY, title=EmptyString, pos=DefaultPosition, size=DefaultSize, style=DEFAULT_DIALOG_STYLE, name=DialogNameStr)

      Call this from your own Create function, before adding buttons and pages.                  


      :param `parent`: 
      :type `parent`: wx.Window
      :param `id`: 
      :type `id`: wx.WindowID
      :param `title`: 
      :type `title`: string
      :param `pos`: 
      :type `pos`: wx.Point
      :param `size`: 
      :type `size`: wx.Size
      :param `style`: 
      :type `style`: long
      :param `name`: 
      :type `name`: string




      :rtype: `bool`








   .. method:: CreateBookCtrl(self)

      Override this if you wish to create a different kind of book control; by default, the value passed to :meth:`SetSheetStyle`   is used to determine the control.                  

      The default behaviour is to create a notebook except on Smartphone, where a choicebook is used.                  

      :rtype: :ref:`BookCtrlBase`








   .. method:: CreateButtons(self, flags=OK|CANCEL)

      Call this to create the buttons for the dialog.                  

      This calls :meth:`wx.Dialog.CreateButtonSizer` , and the flags are the same. 

                


      :param `flags`: 
      :type `flags`: int






      .. note:: 

         On PocketPC, no buttons are created.   








   .. method:: GetBookCtrl(self)

      Returns the book control that will contain your settings pages.                  

      :rtype: :ref:`BookCtrlBase`








   .. method:: GetContentWindow(self)

      Override this to return a window containing the main content of the dialog.                  

      This is particularly useful when the dialog implements pages, such as :ref:`wx.adv.PropertySheetDialog`, and allows the :ref:`layout adaptation code <layout adaptation code>`  to know that only the pages need to be made scrollable.                  

      :rtype: :ref:`Window`








   .. method:: GetInnerSizer(self)

      Returns the inner sizer that contains the book control and button sizer.                  

      :rtype: :ref:`Sizer`








   .. method:: GetSheetInnerBorder(self)

      Returns the border around the book control only.                  

      :rtype: `int`








   .. method:: GetSheetOuterBorder(self)

      Returns the border around the whole dialog.                  

      :rtype: `int`








   .. method:: GetSheetStyle(self)

      Returns the sheet style.                  

      See :meth:`SetSheetStyle`   for allowed values.                  

      :rtype: `long`








   .. method:: LayoutDialog(self, centreFlags=BOTH)

      Call this to lay out the dialog.                  

                


      :param `centreFlags`: 
      :type `centreFlags`: int






      .. note:: 

         On PocketPC, this does nothing, since the dialog will be shown full-screen, and the layout will be done when the dialog receives a size event.   








   .. method:: SetBookCtrl(self, bookCtrl)

      Sets the book control used for the dialog.                  

      You will normally not need to use this.                  


      :param `bookCtrl`: 
      :type `bookCtrl`: wx.BookCtrlBase







   .. method:: SetInnerSizer(self, sizer)

      Set the inner sizer that contains the book control and button sizer.                  


      :param `sizer`: 
      :type `sizer`: wx.Sizer







   .. method:: SetSheetInnerBorder(self, border)

      Set the border around the book control only.                  


      :param `border`: 
      :type `border`: int







   .. method:: SetSheetOuterBorder(self, border)

      Set the border around the whole dialog.                  


      :param `border`: 
      :type `border`: int







   .. method:: SetSheetStyle(self, style)

      You can customize the look and feel of the dialog by setting the sheet style.                  

      It is a bit list of the :ref:`wx.adv.PropertySheetDialogFlags`  values.                  


      :param `style`: 
      :type `style`: long







   .. attribute:: BookCtrl

      See :meth:`~wx.adv.PropertySheetDialog.GetBookCtrl` and :meth:`~wx.adv.PropertySheetDialog.SetBookCtrl`


   .. attribute:: ContentWindow

      See :meth:`~wx.adv.PropertySheetDialog.GetContentWindow`


   .. attribute:: InnerSizer

      See :meth:`~wx.adv.PropertySheetDialog.GetInnerSizer` and :meth:`~wx.adv.PropertySheetDialog.SetInnerSizer`


   .. attribute:: SheetInnerBorder

      See :meth:`~wx.adv.PropertySheetDialog.GetSheetInnerBorder` and :meth:`~wx.adv.PropertySheetDialog.SetSheetInnerBorder`


   .. attribute:: SheetOuterBorder

      See :meth:`~wx.adv.PropertySheetDialog.GetSheetOuterBorder` and :meth:`~wx.adv.PropertySheetDialog.SetSheetOuterBorder`


   .. attribute:: SheetStyle

      See :meth:`~wx.adv.PropertySheetDialog.GetSheetStyle` and :meth:`~wx.adv.PropertySheetDialog.SetSheetStyle`