source: sasview/invariantview/docs/sphinx/html/api/report_dialog.html @ 45b6bfb

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 45b6bfb was 89b7858, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit invariant docs

  • Property mode set to 100644
File size: 185.5 KB
Line 
1
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7<html xmlns="http://www.w3.org/1999/xhtml">
8  <head>
9    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10   
11    <title>report_dialog &mdash; invariantview 0.1.0 documentation</title>
12   
13    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
14    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15   
16    <script type="text/javascript">
17      var DOCUMENTATION_OPTIONS = {
18        URL_ROOT:    '../',
19        VERSION:     '0.1.0',
20        COLLAPSE_INDEX: false,
21        FILE_SUFFIX: '.html',
22        HAS_SOURCE:  true
23      };
24    </script>
25    <script type="text/javascript" src="../_static/jquery.js"></script>
26    <script type="text/javascript" src="../_static/underscore.js"></script>
27    <script type="text/javascript" src="../_static/doctools.js"></script>
28    <link rel="top" title="invariantview 0.1.0 documentation" href="../index.html" />
29    <link rel="up" title="Reference" href="index.html" />
30    <link rel="prev" title="invariant_widgets" href="invariant_widgets.html" /> 
31  </head>
32  <body>
33    <div class="related">
34      <h3>Navigation</h3>
35      <ul>
36        <li class="right" style="margin-right: 10px">
37          <a href="../genindex.html" title="General Index"
38             accesskey="I">index</a></li>
39        <li class="right" >
40          <a href="../py-modindex.html" title="Python Module Index"
41             >modules</a> |</li>
42        <li class="right" >
43          <a href="invariant_widgets.html" title="invariant_widgets"
44             accesskey="P">previous</a> |</li>
45        <li><a href="../index.html">invariantview 0.1.0 documentation</a> &raquo;</li>
46          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li> 
47      </ul>
48    </div> 
49
50    <div class="document">
51      <div class="documentwrapper">
52        <div class="bodywrapper">
53          <div class="body">
54           
55  <div class="section" id="report-dialog">
56<h1>report_dialog<a class="headerlink" href="#report-dialog" title="Permalink to this headline">¶</a></h1>
57<div class="section" id="sans-perspectives-invariant-report-dialog">
58<h2><a class="reference internal" href="#module-sans.perspectives.invariant.report_dialog" title="sans.perspectives.invariant.report_dialog"><tt class="xref py py-mod docutils literal"><span class="pre">sans.perspectives.invariant.report_dialog</span></tt></a><a class="headerlink" href="#sans-perspectives-invariant-report-dialog" title="Permalink to this headline">¶</a></h2>
59<span class="target" id="module-sans.perspectives.invariant.report_dialog"></span><p>Dialog report panel to show and summarize the results of
60the invariant calculation.</p>
61<dl class="class">
62<dt id="sans.perspectives.invariant.report_dialog.ReportDialog">
63<em class="property">class </em><tt class="descclassname">sans.perspectives.invariant.report_dialog.</tt><tt class="descname">ReportDialog</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog" title="Permalink to this definition">¶</a></dt>
64<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">wx._windows.Dialog</span></tt></p>
65<p>The report dialog box.</p>
66<dl class="attribute">
67<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AcceleratorTable">
68<tt class="descname">AcceleratorTable</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AcceleratorTable" title="Permalink to this definition">¶</a></dt>
69<dd><p>See <cite>GetAcceleratorTable</cite> and <cite>SetAcceleratorTable</cite></p>
70</dd></dl>
71
72<dl class="method">
73<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AcceptsFocus">
74<tt class="descname">AcceptsFocus</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AcceptsFocus" title="Permalink to this definition">¶</a></dt>
75<dd><p>Can this window have focus?</p>
76</dd></dl>
77
78<dl class="method">
79<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AcceptsFocusFromKeyboard">
80<tt class="descname">AcceptsFocusFromKeyboard</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt>
81<dd><p>Can this window be given focus by keyboard navigation? if not, the
82only way to give it focus (provided it accepts it at all) is to click
83it.</p>
84</dd></dl>
85
86<dl class="method">
87<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AddChild">
88<tt class="descname">AddChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AddChild" title="Permalink to this definition">¶</a></dt>
89<dd><p>Adds a child window. This is called automatically by window creation
90functions so should not be required by the application programmer.</p>
91</dd></dl>
92
93<dl class="method">
94<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AddPendingEvent">
95<tt class="descname">AddPendingEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AddPendingEvent" title="Permalink to this definition">¶</a></dt>
96<dd></dd></dl>
97
98<dl class="method">
99<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AdjustForLayoutDirection">
100<tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int width</em>, <em>int widthTotal</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt>
101<dd><p>Mirror coordinates for RTL layout if this window uses it and if the
102mirroring is not done automatically like Win32.</p>
103</dd></dl>
104
105<dl class="attribute">
106<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AffirmativeId">
107<tt class="descname">AffirmativeId</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AffirmativeId" title="Permalink to this definition">¶</a></dt>
108<dd><p>See <cite>GetAffirmativeId</cite> and <cite>SetAffirmativeId</cite></p>
109</dd></dl>
110
111<dl class="method">
112<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AssociateHandle">
113<tt class="descname">AssociateHandle</tt><big>(</big><em>self</em>, <em>long handle</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AssociateHandle" title="Permalink to this definition">¶</a></dt>
114<dd><p>Associate the window with a new native handle</p>
115</dd></dl>
116
117<dl class="attribute">
118<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.AutoLayout">
119<tt class="descname">AutoLayout</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.AutoLayout" title="Permalink to this definition">¶</a></dt>
120<dd><p>See <cite>GetAutoLayout</cite> and <cite>SetAutoLayout</cite></p>
121</dd></dl>
122
123<dl class="attribute">
124<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.BackgroundColour">
125<tt class="descname">BackgroundColour</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.BackgroundColour" title="Permalink to this definition">¶</a></dt>
126<dd><p>See <cite>GetBackgroundColour</cite> and <cite>SetBackgroundColour</cite></p>
127</dd></dl>
128
129<dl class="attribute">
130<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.BackgroundStyle">
131<tt class="descname">BackgroundStyle</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.BackgroundStyle" title="Permalink to this definition">¶</a></dt>
132<dd><p>See <cite>GetBackgroundStyle</cite> and <cite>SetBackgroundStyle</cite></p>
133</dd></dl>
134
135<dl class="attribute">
136<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.BestSize">
137<tt class="descname">BestSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.BestSize" title="Permalink to this definition">¶</a></dt>
138<dd><p>See <cite>GetBestSize</cite></p>
139</dd></dl>
140
141<dl class="attribute">
142<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.BestVirtualSize">
143<tt class="descname">BestVirtualSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.BestVirtualSize" title="Permalink to this definition">¶</a></dt>
144<dd><p>See <cite>GetBestVirtualSize</cite></p>
145</dd></dl>
146
147<dl class="method">
148<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Bind">
149<tt class="descname">Bind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Bind" title="Permalink to this definition">¶</a></dt>
150<dd><p>Bind an event to an event handler.</p>
151<table class="docutils field-list" frame="void" rules="none">
152<col class="field-name" />
153<col class="field-body" />
154<tbody valign="top">
155<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
156<li><strong>event</strong> &#8211; One of the EVT_* objects that specifies the
157type of event to bind,</li>
158<li><strong>handler</strong> &#8211; A callable object to be invoked when the
159event is delivered to self.  Pass None to
160disconnect an event handler.</li>
161<li><strong>source</strong> &#8211; Sometimes the event originates from a
162different window than self, but you still
163want to catch it in self.  (For example, a
164button event delivered to a frame.)  By
165passing the source of the event, the event
166handling system is able to differentiate
167between the same event type from different
168controls.</li>
169<li><strong>id</strong> &#8211; Used to spcify the event source by ID instead
170of instance.</li>
171<li><strong>id2</strong> &#8211; Used when it is desirable to bind a handler
172to a range of IDs, such as with EVT_MENU_RANGE.</li>
173</ul>
174</td>
175</tr>
176</tbody>
177</table>
178</dd></dl>
179
180<dl class="attribute">
181<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Border">
182<tt class="descname">Border</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Border" title="Permalink to this definition">¶</a></dt>
183<dd><p>See <cite>GetBorder</cite></p>
184</dd></dl>
185
186<dl class="attribute">
187<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ButtonSizerFlags">
188<tt class="descname">ButtonSizerFlags</tt><em class="property"> = 32926</em><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ButtonSizerFlags" title="Permalink to this definition">¶</a></dt>
189<dd></dd></dl>
190
191<dl class="method">
192<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CacheBestSize">
193<tt class="descname">CacheBestSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CacheBestSize" title="Permalink to this definition">¶</a></dt>
194<dd><p>Cache the best size so it doesn&#8217;t need to be calculated again, (at least until
195some properties of the window change.)</p>
196</dd></dl>
197
198<dl class="method">
199<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CanSetTransparent">
200<tt class="descname">CanSetTransparent</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CanSetTransparent" title="Permalink to this definition">¶</a></dt>
201<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for
202this window.  Note that this method will err on the side of caution,
203so it is possible that this will return <tt class="docutils literal"><span class="pre">False</span></tt> when it is in fact
204possible to set the transparency.</p>
205<p>NOTE: On X-windows systems the X server must have the composite
206extension loaded, and there must be a composite manager program (such
207as xcompmgr) running.</p>
208</dd></dl>
209
210<dl class="method">
211<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CaptureMouse">
212<tt class="descname">CaptureMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CaptureMouse" title="Permalink to this definition">¶</a></dt>
213<dd><p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to
214release the capture.</p>
215<p>Note that wxWindows maintains the stack of windows having captured the
216mouse and when the mouse is released the capture returns to the window
217which had had captured it previously and it is only really released if
218there were no previous window. In particular, this means that you must
219release the mouse as many times as you capture it, unless the window
220receives the <cite>wx.MouseCaptureLostEvent</cite> event.</p>
221<p>Any application which captures the mouse in the beginning of some
222operation <em>must</em> handle <cite>wx.MouseCaptureLostEvent</cite> and cancel this
223operation when it receives the event. The event handler must not
224recapture mouse.</p>
225</dd></dl>
226
227<dl class="attribute">
228<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Caret">
229<tt class="descname">Caret</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Caret" title="Permalink to this definition">¶</a></dt>
230<dd><p>See <cite>GetCaret</cite> and <cite>SetCaret</cite></p>
231</dd></dl>
232
233<dl class="method">
234<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Center">
235<tt class="descname">Center</tt><big>(</big><em>self</em>, <em>int direction=BOTH</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Center" title="Permalink to this definition">¶</a></dt>
236<dd><p>Centers the window.  The parameter specifies the direction for
237centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
238also include wx.CENTER_ON_SCREEN flag if you want to center the window
239on the entire screen and not on its parent window.  If it is a
240top-level window and has no parent then it will always be centered
241relative to the screen.</p>
242</dd></dl>
243
244<dl class="method">
245<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CenterOnParent">
246<tt class="descname">CenterOnParent</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CenterOnParent" title="Permalink to this definition">¶</a></dt>
247<dd><p>Center with respect to the the parent window</p>
248</dd></dl>
249
250<dl class="method">
251<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CenterOnScreen">
252<tt class="descname">CenterOnScreen</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CenterOnScreen" title="Permalink to this definition">¶</a></dt>
253<dd><p>Center the window on screen</p>
254</dd></dl>
255
256<dl class="method">
257<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Centre">
258<tt class="descname">Centre</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Centre" title="Permalink to this definition">¶</a></dt>
259<dd><p>Center(self, int direction=BOTH)</p>
260<p>Centers the window.  The parameter specifies the direction for
261centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
262also include wx.CENTER_ON_SCREEN flag if you want to center the window
263on the entire screen and not on its parent window.  If it is a
264top-level window and has no parent then it will always be centered
265relative to the screen.</p>
266</dd></dl>
267
268<dl class="method">
269<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CentreOnParent">
270<tt class="descname">CentreOnParent</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CentreOnParent" title="Permalink to this definition">¶</a></dt>
271<dd><p>CenterOnParent(self, int dir=BOTH)</p>
272<p>Center with respect to the the parent window</p>
273</dd></dl>
274
275<dl class="method">
276<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CentreOnScreen">
277<tt class="descname">CentreOnScreen</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CentreOnScreen" title="Permalink to this definition">¶</a></dt>
278<dd><p>CenterOnScreen(self, int dir=BOTH)</p>
279<p>Center the window on screen</p>
280</dd></dl>
281
282<dl class="attribute">
283<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CharHeight">
284<tt class="descname">CharHeight</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CharHeight" title="Permalink to this definition">¶</a></dt>
285<dd><p>See <cite>GetCharHeight</cite></p>
286</dd></dl>
287
288<dl class="attribute">
289<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CharWidth">
290<tt class="descname">CharWidth</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CharWidth" title="Permalink to this definition">¶</a></dt>
291<dd><p>See <cite>GetCharWidth</cite></p>
292</dd></dl>
293
294<dl class="attribute">
295<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Children">
296<tt class="descname">Children</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Children" title="Permalink to this definition">¶</a></dt>
297<dd><p>See <cite>GetChildren</cite></p>
298</dd></dl>
299
300<dl class="attribute">
301<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClassName">
302<tt class="descname">ClassName</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClassName" title="Permalink to this definition">¶</a></dt>
303<dd><p>See <cite>GetClassName</cite></p>
304</dd></dl>
305
306<dl class="method">
307<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClearBackground">
308<tt class="descname">ClearBackground</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClearBackground" title="Permalink to this definition">¶</a></dt>
309<dd><p>Clears the window by filling it with the current background
310colour. Does not cause an erase background event to be generated.</p>
311</dd></dl>
312
313<dl class="attribute">
314<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientAreaOrigin">
315<tt class="descname">ClientAreaOrigin</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientAreaOrigin" title="Permalink to this definition">¶</a></dt>
316<dd><p>See <cite>GetClientAreaOrigin</cite></p>
317</dd></dl>
318
319<dl class="attribute">
320<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientRect">
321<tt class="descname">ClientRect</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientRect" title="Permalink to this definition">¶</a></dt>
322<dd><p>See <cite>GetClientRect</cite> and <cite>SetClientRect</cite></p>
323</dd></dl>
324
325<dl class="attribute">
326<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientSize">
327<tt class="descname">ClientSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientSize" title="Permalink to this definition">¶</a></dt>
328<dd><p>See <cite>GetClientSize</cite> and <cite>SetClientSize</cite></p>
329</dd></dl>
330
331<dl class="method">
332<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientToScreen">
333<tt class="descname">ClientToScreen</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientToScreen" title="Permalink to this definition">¶</a></dt>
334<dd><p>Converts to screen coordinates from coordinates relative to this window.</p>
335</dd></dl>
336
337<dl class="method">
338<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientToScreenXY">
339<tt class="descname">ClientToScreenXY</tt><big>(</big><em>int x</em>, <em>int y) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientToScreenXY" title="Permalink to this definition">¶</a></dt>
340<dd><p>Converts to screen coordinates from coordinates relative to this window.</p>
341</dd></dl>
342
343<dl class="method">
344<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ClientToWindowSize">
345<tt class="descname">ClientToWindowSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ClientToWindowSize" title="Permalink to this definition">¶</a></dt>
346<dd></dd></dl>
347
348<dl class="method">
349<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Close">
350<tt class="descname">Close</tt><big>(</big><em>self</em>, <em>bool force=False</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Close" title="Permalink to this definition">¶</a></dt>
351<dd><p>This function simply generates a EVT_CLOSE event whose handler usually
352tries to close the window. It doesn&#8217;t close the window itself,
353however.  If force is False (the default) then the window&#8217;s close
354handler will be allowed to veto the destruction of the window.</p>
355</dd></dl>
356
357<dl class="method">
358<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Connect">
359<tt class="descname">Connect</tt><big>(</big><em>self</em>, <em>int id</em>, <em>int lastId</em>, <em>int eventType</em>, <em>PyObject func</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Connect" title="Permalink to this definition">¶</a></dt>
360<dd></dd></dl>
361
362<dl class="attribute">
363<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Constraints">
364<tt class="descname">Constraints</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Constraints" title="Permalink to this definition">¶</a></dt>
365<dd><p>See <cite>GetConstraints</cite> and <cite>SetConstraints</cite></p>
366</dd></dl>
367
368<dl class="attribute">
369<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ContainingSizer">
370<tt class="descname">ContainingSizer</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ContainingSizer" title="Permalink to this definition">¶</a></dt>
371<dd><p>See <cite>GetContainingSizer</cite> and <cite>SetContainingSizer</cite></p>
372</dd></dl>
373
374<dl class="method">
375<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ConvertDialogPointToPixels">
376<tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt>
377<dd><p>Converts a point or size from dialog units to pixels.  Dialog units
378are used for maintaining a dialog&#8217;s proportions even if the font
379changes. For the x dimension, the dialog units are multiplied by the
380average character width and then divided by 4. For the y dimension,
381the dialog units are multiplied by the average character height and
382then divided by 8.</p>
383</dd></dl>
384
385<dl class="method">
386<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ConvertDialogSizeToPixels">
387<tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt>
388<dd><p>Converts a point or size from dialog units to pixels.  Dialog units
389are used for maintaining a dialog&#8217;s proportions even if the font
390changes. For the x dimension, the dialog units are multiplied by the
391average character width and then divided by 4. For the y dimension,
392the dialog units are multiplied by the average character height and
393then divided by 8.</p>
394</dd></dl>
395
396<dl class="method">
397<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ConvertPixelPointToDialog">
398<tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt>
399<dd></dd></dl>
400
401<dl class="method">
402<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ConvertPixelSizeToDialog">
403<tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt>
404<dd></dd></dl>
405
406<dl class="method">
407<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Create">
408<tt class="descname">Create</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Create" title="Permalink to this definition">¶</a></dt>
409<dd><p>Create(self, Window parent, int id=-1, String title=EmptyString,
410Point pos=DefaultPosition, Size size=DefaultSize,
411long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -&gt; bool</p>
412</dd></dl>
413
414<dl class="method">
415<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CreateButtonSizer">
416<tt class="descname">CreateButtonSizer</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CreateButtonSizer" title="Permalink to this definition">¶</a></dt>
417<dd></dd></dl>
418
419<dl class="method">
420<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CreateSeparatedButtonSizer">
421<tt class="descname">CreateSeparatedButtonSizer</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CreateSeparatedButtonSizer" title="Permalink to this definition">¶</a></dt>
422<dd></dd></dl>
423
424<dl class="method">
425<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CreateStdDialogButtonSizer">
426<tt class="descname">CreateStdDialogButtonSizer</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> &rarr; StdDialogButtonSizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CreateStdDialogButtonSizer" title="Permalink to this definition">¶</a></dt>
427<dd></dd></dl>
428
429<dl class="method">
430<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.CreateTextSizer">
431<tt class="descname">CreateTextSizer</tt><big>(</big><em>self</em>, <em>String message</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.CreateTextSizer" title="Permalink to this definition">¶</a></dt>
432<dd></dd></dl>
433
434<dl class="attribute">
435<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Cursor">
436<tt class="descname">Cursor</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Cursor" title="Permalink to this definition">¶</a></dt>
437<dd><p>See <cite>GetCursor</cite> and <cite>SetCursor</cite></p>
438</dd></dl>
439
440<dl class="method">
441<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DLG_PNT">
442<tt class="descname">DLG_PNT</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DLG_PNT" title="Permalink to this definition">¶</a></dt>
443<dd><p>Converts a point or size from dialog units to pixels.  Dialog units
444are used for maintaining a dialog&#8217;s proportions even if the font
445changes. For the x dimension, the dialog units are multiplied by the
446average character width and then divided by 4. For the y dimension,
447the dialog units are multiplied by the average character height and
448then divided by 8.</p>
449</dd></dl>
450
451<dl class="method">
452<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DLG_SZE">
453<tt class="descname">DLG_SZE</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DLG_SZE" title="Permalink to this definition">¶</a></dt>
454<dd><p>Converts a point or size from dialog units to pixels.  Dialog units
455are used for maintaining a dialog&#8217;s proportions even if the font
456changes. For the x dimension, the dialog units are multiplied by the
457average character width and then divided by 4. For the y dimension,
458the dialog units are multiplied by the average character height and
459then divided by 8.</p>
460</dd></dl>
461
462<dl class="attribute">
463<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DefaultAttributes">
464<tt class="descname">DefaultAttributes</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DefaultAttributes" title="Permalink to this definition">¶</a></dt>
465<dd><p>See <cite>GetDefaultAttributes</cite></p>
466</dd></dl>
467
468<dl class="attribute">
469<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DefaultItem">
470<tt class="descname">DefaultItem</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DefaultItem" title="Permalink to this definition">¶</a></dt>
471<dd><p>See <cite>GetDefaultItem</cite> and <cite>SetDefaultItem</cite></p>
472</dd></dl>
473
474<dl class="method">
475<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Destroy">
476<tt class="descname">Destroy</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Destroy" title="Permalink to this definition">¶</a></dt>
477<dd><p>Destroys the window safely.  Frames and dialogs are not destroyed
478immediately when this function is called &#8211; they are added to a list
479of windows to be deleted on idle time, when all the window&#8217;s events
480have been processed. This prevents problems with events being sent to
481non-existent windows.</p>
482<p>Returns True if the window has either been successfully deleted, or it
483has been added to the list of windows pending real deletion.</p>
484</dd></dl>
485
486<dl class="method">
487<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DestroyChildren">
488<tt class="descname">DestroyChildren</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DestroyChildren" title="Permalink to this definition">¶</a></dt>
489<dd><p>Destroys all children of a window. Called automatically by the
490destructor.</p>
491</dd></dl>
492
493<dl class="method">
494<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Disable">
495<tt class="descname">Disable</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Disable" title="Permalink to this definition">¶</a></dt>
496<dd><p>Disables the window, same as Enable(false).</p>
497</dd></dl>
498
499<dl class="method">
500<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Disconnect">
501<tt class="descname">Disconnect</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Disconnect" title="Permalink to this definition">¶</a></dt>
502<dd><p>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL,
503PyObject func=None) -&gt; bool</p>
504</dd></dl>
505
506<dl class="method">
507<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DissociateHandle">
508<tt class="descname">DissociateHandle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DissociateHandle" title="Permalink to this definition">¶</a></dt>
509<dd><p>Dissociate the current native handle from the window</p>
510</dd></dl>
511
512<dl class="method">
513<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DragAcceptFiles">
514<tt class="descname">DragAcceptFiles</tt><big>(</big><em>self</em>, <em>bool accept</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DragAcceptFiles" title="Permalink to this definition">¶</a></dt>
515<dd><p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p>
516</dd></dl>
517
518<dl class="attribute">
519<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.DropTarget">
520<tt class="descname">DropTarget</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.DropTarget" title="Permalink to this definition">¶</a></dt>
521<dd><p>See <cite>GetDropTarget</cite> and <cite>SetDropTarget</cite></p>
522</dd></dl>
523
524<dl class="attribute">
525<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EffectiveMinSize">
526<tt class="descname">EffectiveMinSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EffectiveMinSize" title="Permalink to this definition">¶</a></dt>
527<dd><p>See <cite>GetEffectiveMinSize</cite></p>
528</dd></dl>
529
530<dl class="method">
531<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Enable">
532<tt class="descname">Enable</tt><big>(</big><em>self</em>, <em>bool enable=True</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Enable" title="Permalink to this definition">¶</a></dt>
533<dd><p>Enable or disable the window for user input. Note that when a parent
534window is disabled, all of its children are disabled as well and they
535are reenabled again when the parent is.  Returns true if the window
536has been enabled or disabled, false if nothing was done, i.e. if the
537window had already been in the specified state.</p>
538</dd></dl>
539
540<dl class="method">
541<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EnableCloseButton">
542<tt class="descname">EnableCloseButton</tt><big>(</big><em>self</em>, <em>bool enable</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EnableCloseButton" title="Permalink to this definition">¶</a></dt>
543<dd></dd></dl>
544
545<dl class="attribute">
546<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Enabled">
547<tt class="descname">Enabled</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Enabled" title="Permalink to this definition">¶</a></dt>
548<dd><p>See <cite>IsEnabled</cite> and <cite>Enable</cite></p>
549</dd></dl>
550
551<dl class="method">
552<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EndModal">
553<tt class="descname">EndModal</tt><big>(</big><em>self</em>, <em>int retCode</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EndModal" title="Permalink to this definition">¶</a></dt>
554<dd></dd></dl>
555
556<dl class="attribute">
557<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EscapeId">
558<tt class="descname">EscapeId</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EscapeId" title="Permalink to this definition">¶</a></dt>
559<dd><p>See <cite>GetEscapeId</cite> and <cite>SetEscapeId</cite></p>
560</dd></dl>
561
562<dl class="attribute">
563<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EventHandler">
564<tt class="descname">EventHandler</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EventHandler" title="Permalink to this definition">¶</a></dt>
565<dd><p>See <cite>GetEventHandler</cite> and <cite>SetEventHandler</cite></p>
566</dd></dl>
567
568<dl class="attribute">
569<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.EvtHandlerEnabled">
570<tt class="descname">EvtHandlerEnabled</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.EvtHandlerEnabled" title="Permalink to this definition">¶</a></dt>
571<dd><p>See <cite>GetEvtHandlerEnabled</cite> and <cite>SetEvtHandlerEnabled</cite></p>
572</dd></dl>
573
574<dl class="attribute">
575<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ExtraStyle">
576<tt class="descname">ExtraStyle</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ExtraStyle" title="Permalink to this definition">¶</a></dt>
577<dd><p>See <cite>GetExtraStyle</cite> and <cite>SetExtraStyle</cite></p>
578</dd></dl>
579
580<dl class="staticmethod">
581<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.FindFocus">
582<em class="property">static </em><tt class="descname">FindFocus</tt><big>(</big><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.FindFocus" title="Permalink to this definition">¶</a></dt>
583<dd><p>Returns the window or control that currently has the keyboard focus,
584or None.</p>
585</dd></dl>
586
587<dl class="method">
588<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowById">
589<tt class="descname">FindWindowById</tt><big>(</big><em>self</em>, <em>long winid</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowById" title="Permalink to this definition">¶</a></dt>
590<dd><p>Find a child of this window by window ID</p>
591</dd></dl>
592
593<dl class="method">
594<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowByLabel">
595<tt class="descname">FindWindowByLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowByLabel" title="Permalink to this definition">¶</a></dt>
596<dd><p>Find a child of this window by label</p>
597</dd></dl>
598
599<dl class="method">
600<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowByName">
601<tt class="descname">FindWindowByName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.FindWindowByName" title="Permalink to this definition">¶</a></dt>
602<dd><p>Find a child of this window by name</p>
603</dd></dl>
604
605<dl class="method">
606<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Fit">
607<tt class="descname">Fit</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Fit" title="Permalink to this definition">¶</a></dt>
608<dd><p>Sizes the window so that it fits around its subwindows. This function
609won&#8217;t do anything if there are no subwindows and will only really work
610correctly if sizers are used for the subwindows layout. Also, if the
611window has exactly one subwindow it is better (faster and the result
612is more precise as Fit adds some margin to account for fuzziness of
613its calculations) to call window.SetClientSize(child.GetSize())
614instead of calling Fit.</p>
615</dd></dl>
616
617<dl class="method">
618<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.FitInside">
619<tt class="descname">FitInside</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.FitInside" title="Permalink to this definition">¶</a></dt>
620<dd><p>Similar to Fit, but sizes the interior (virtual) size of a
621window. Mainly useful with scrolled windows to reset scrollbars after
622sizing changes that do not trigger a size event, and/or scrolled
623windows without an interior sizer. This function similarly won&#8217;t do
624anything if there are no subwindows.</p>
625</dd></dl>
626
627<dl class="attribute">
628<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Font">
629<tt class="descname">Font</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Font" title="Permalink to this definition">¶</a></dt>
630<dd><p>See <cite>GetFont</cite> and <cite>SetFont</cite></p>
631</dd></dl>
632
633<dl class="attribute">
634<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ForegroundColour">
635<tt class="descname">ForegroundColour</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ForegroundColour" title="Permalink to this definition">¶</a></dt>
636<dd><p>See <cite>GetForegroundColour</cite> and <cite>SetForegroundColour</cite></p>
637</dd></dl>
638
639<dl class="method">
640<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Freeze">
641<tt class="descname">Freeze</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Freeze" title="Permalink to this definition">¶</a></dt>
642<dd><p>Freezes the window or, in other words, prevents any updates from
643taking place on screen, the window is not redrawn at all. Thaw must be
644called to reenable window redrawing.  Calls to Freeze/Thaw may be
645nested, with the actual Thaw being delayed until all the nesting has
646been undone.</p>
647<p>This method is useful for visual appearance optimization (for example,
648it is a good idea to use it before inserting large amount of text into
649a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
650for all controls so it is mostly just a hint to wxWindows and not a
651mandatory directive.</p>
652</dd></dl>
653
654<dl class="method">
655<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetAcceleratorTable">
656<tt class="descname">GetAcceleratorTable</tt><big>(</big><em>self</em><big>)</big> &rarr; AcceleratorTable<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt>
657<dd><p>Gets the accelerator table for this window.</p>
658</dd></dl>
659
660<dl class="method">
661<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetAdjustedBestSize">
662<tt class="descname">GetAdjustedBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt>
663<dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p>
664</dd></dl>
665
666<dl class="method">
667<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetAffirmativeId">
668<tt class="descname">GetAffirmativeId</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetAffirmativeId" title="Permalink to this definition">¶</a></dt>
669<dd></dd></dl>
670
671<dl class="method">
672<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetAutoLayout">
673<tt class="descname">GetAutoLayout</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetAutoLayout" title="Permalink to this definition">¶</a></dt>
674<dd><p>Returns the current autoLayout setting</p>
675</dd></dl>
676
677<dl class="method">
678<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBackgroundColour">
679<tt class="descname">GetBackgroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; Colour<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBackgroundColour" title="Permalink to this definition">¶</a></dt>
680<dd><p>Returns the background colour of the window.</p>
681</dd></dl>
682
683<dl class="method">
684<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBackgroundStyle">
685<tt class="descname">GetBackgroundStyle</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt>
686<dd><p>Returns the background style of the window.</p>
687<table class="docutils field-list" frame="void" rules="none">
688<col class="field-name" />
689<col class="field-body" />
690<tbody valign="top">
691<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td>
692</tr>
693</tbody>
694</table>
695</dd></dl>
696
697<dl class="method">
698<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBestFittingSize">
699<tt class="descname">GetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBestFittingSize" title="Permalink to this definition">¶</a></dt>
700<dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p>
701</dd></dl>
702
703<dl class="method">
704<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBestSize">
705<tt class="descname">GetBestSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBestSize" title="Permalink to this definition">¶</a></dt>
706<dd><p>This function returns the best acceptable minimal size for the
707window, if applicable. For example, for a static text control, it will
708be the minimal size such that the control label is not truncated. For
709windows containing subwindows (such as wx.Panel), the size returned by
710this function will be the same as the size the window would have had
711after calling Fit.</p>
712</dd></dl>
713
714<dl class="method">
715<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBestSizeTuple">
716<tt class="descname">GetBestSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt>
717<dd><p>This function returns the best acceptable minimal size for the
718window, if applicable. For example, for a static text control, it will
719be the minimal size such that the control label is not truncated. For
720windows containing subwindows (such as wx.Panel), the size returned by
721this function will be the same as the size the window would have had
722after calling Fit.</p>
723</dd></dl>
724
725<dl class="method">
726<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBestVirtualSize">
727<tt class="descname">GetBestVirtualSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt>
728<dd><p>Return the largest of ClientSize and BestSize (as determined by a
729sizer, interior children, or other means)</p>
730</dd></dl>
731
732<dl class="method">
733<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetBorder">
734<tt class="descname">GetBorder</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetBorder" title="Permalink to this definition">¶</a></dt>
735<dd><p>GetBorder(self) -&gt; int</p>
736<p>Get border for the flags of this window</p>
737</dd></dl>
738
739<dl class="staticmethod">
740<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetCapture">
741<em class="property">static </em><tt class="descname">GetCapture</tt><big>(</big><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetCapture" title="Permalink to this definition">¶</a></dt>
742<dd><p>Returns the window which currently captures the mouse or None</p>
743</dd></dl>
744
745<dl class="method">
746<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetCaret">
747<tt class="descname">GetCaret</tt><big>(</big><em>self</em><big>)</big> &rarr; Caret<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetCaret" title="Permalink to this definition">¶</a></dt>
748<dd><p>Returns the caret associated with the window.</p>
749</dd></dl>
750
751<dl class="method">
752<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetCharHeight">
753<tt class="descname">GetCharHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetCharHeight" title="Permalink to this definition">¶</a></dt>
754<dd><p>Get the (average) character size for the current font.</p>
755</dd></dl>
756
757<dl class="method">
758<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetCharWidth">
759<tt class="descname">GetCharWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetCharWidth" title="Permalink to this definition">¶</a></dt>
760<dd><p>Get the (average) character size for the current font.</p>
761</dd></dl>
762
763<dl class="method">
764<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetChildren">
765<tt class="descname">GetChildren</tt><big>(</big><em>self</em><big>)</big> &rarr; WindowList<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetChildren" title="Permalink to this definition">¶</a></dt>
766<dd><p>Returns an object containing a list of the window&#8217;s children.  The
767object provides a Python sequence-like interface over the internal
768list maintained by the window..</p>
769</dd></dl>
770
771<dl class="staticmethod">
772<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClassDefaultAttributes">
773<em class="property">static </em><tt class="descname">GetClassDefaultAttributes</tt><big>(</big><em>int variant=WINDOW_VARIANT_NORMAL</em><big>)</big> &rarr; VisualAttributes<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt>
774<dd><p>Get the default attributes for this class.  This is useful if you want
775to use the same font or colour in your own control as in a standard
776control &#8211; which is a much better idea than hard coding specific
777colours or fonts which might look completely out of place on the
778user&#8217;s system, especially if it uses themes.</p>
779<p>The variant parameter is only relevant under Mac currently and is
780ignore under other platforms. Under Mac, it will change the size of
781the returned font. See <cite>wx.Window.SetWindowVariant</cite> for more about
782this.</p>
783</dd></dl>
784
785<dl class="method">
786<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClassName">
787<tt class="descname">GetClassName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClassName" title="Permalink to this definition">¶</a></dt>
788<dd><p>Returns the class name of the C++ class using wxRTTI.</p>
789</dd></dl>
790
791<dl class="method">
792<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClientAreaOrigin">
793<tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt>
794<dd><p>Get the origin of the client area of the window relative to the
795window&#8217;s top left corner (the client area may be shifted because of
796the borders, scrollbars, other decorations...)</p>
797</dd></dl>
798
799<dl class="method">
800<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClientRect">
801<tt class="descname">GetClientRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClientRect" title="Permalink to this definition">¶</a></dt>
802<dd><p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p>
803</dd></dl>
804
805<dl class="method">
806<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClientSize">
807<tt class="descname">GetClientSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClientSize" title="Permalink to this definition">¶</a></dt>
808<dd><p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client
809area is the area which may be drawn on by the programmer, excluding
810title bar, border, scrollbars, etc.</p>
811</dd></dl>
812
813<dl class="method">
814<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetClientSizeTuple">
815<tt class="descname">GetClientSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt>
816<dd><p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client
817area is the area which may be drawn on by the programmer, excluding
818title bar, border, scrollbars, etc.</p>
819</dd></dl>
820
821<dl class="method">
822<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetConstraints">
823<tt class="descname">GetConstraints</tt><big>(</big><em>self</em><big>)</big> &rarr; LayoutConstraints<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetConstraints" title="Permalink to this definition">¶</a></dt>
824<dd><p>Returns a pointer to the window&#8217;s layout constraints, or None if there
825are none.</p>
826</dd></dl>
827
828<dl class="method">
829<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetContainingSizer">
830<tt class="descname">GetContainingSizer</tt><big>(</big><em>self</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetContainingSizer" title="Permalink to this definition">¶</a></dt>
831<dd><p>Return the sizer that this window is a member of, if any, otherwise None.</p>
832</dd></dl>
833
834<dl class="method">
835<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetCursor">
836<tt class="descname">GetCursor</tt><big>(</big><em>self</em><big>)</big> &rarr; Cursor<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetCursor" title="Permalink to this definition">¶</a></dt>
837<dd><p>Return the cursor associated with this window.</p>
838</dd></dl>
839
840<dl class="method">
841<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetDefaultAttributes">
842<tt class="descname">GetDefaultAttributes</tt><big>(</big><em>self</em><big>)</big> &rarr; VisualAttributes<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt>
843<dd><p>Get the default attributes for an instance of this class.  This is
844useful if you want to use the same font or colour in your own control
845as in a standard control &#8211; which is a much better idea than hard
846coding specific colours or fonts which might look completely out of
847place on the user&#8217;s system, especially if it uses themes.</p>
848</dd></dl>
849
850<dl class="method">
851<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetDefaultItem">
852<tt class="descname">GetDefaultItem</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetDefaultItem" title="Permalink to this definition">¶</a></dt>
853<dd><p>Get the default child of this parent, i.e. the one which is activated
854by pressing &lt;Enter&gt; such as the OK button on a wx.Dialog.</p>
855</dd></dl>
856
857<dl class="method">
858<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetDropTarget">
859<tt class="descname">GetDropTarget</tt><big>(</big><em>self</em><big>)</big> &rarr; DropTarget<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetDropTarget" title="Permalink to this definition">¶</a></dt>
860<dd><p>Returns the associated drop target, which may be None.</p>
861</dd></dl>
862
863<dl class="method">
864<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetEffectiveMinSize">
865<tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt>
866<dd><p>This function will merge the window&#8217;s best size into the window&#8217;s
867minimum size, giving priority to the min size components, and returns
868the results.</p>
869</dd></dl>
870
871<dl class="method">
872<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetEscapeId">
873<tt class="descname">GetEscapeId</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetEscapeId" title="Permalink to this definition">¶</a></dt>
874<dd></dd></dl>
875
876<dl class="method">
877<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetEventHandler">
878<tt class="descname">GetEventHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetEventHandler" title="Permalink to this definition">¶</a></dt>
879<dd><p>Returns the event handler for this window. By default, the window is
880its own event handler.</p>
881</dd></dl>
882
883<dl class="method">
884<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetEvtHandlerEnabled">
885<tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt>
886<dd></dd></dl>
887
888<dl class="method">
889<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetExtraStyle">
890<tt class="descname">GetExtraStyle</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetExtraStyle" title="Permalink to this definition">¶</a></dt>
891<dd><p>Returns the extra style bits for the window.</p>
892</dd></dl>
893
894<dl class="method">
895<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetFont">
896<tt class="descname">GetFont</tt><big>(</big><em>self</em><big>)</big> &rarr; Font<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetFont" title="Permalink to this definition">¶</a></dt>
897<dd><p>Returns the default font used for this window.</p>
898</dd></dl>
899
900<dl class="method">
901<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetForegroundColour">
902<tt class="descname">GetForegroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; Colour<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetForegroundColour" title="Permalink to this definition">¶</a></dt>
903<dd><p>Returns the foreground colour of the window.  The interpretation of
904foreground colour is dependent on the window class; it may be the text
905colour or other colour, or it may not be used at all.</p>
906</dd></dl>
907
908<dl class="method">
909<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetFullTextExtent">
910<tt class="descname">GetFullTextExtent</tt><big>(</big><em>String string</em>, <em>Font font=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetFullTextExtent" title="Permalink to this definition">¶</a></dt>
911<dd><blockquote>
912<div>(width, height, descent, externalLeading)</div></blockquote>
913<p>Get the width, height, decent and leading of the text using the
914current or specified font.</p>
915</dd></dl>
916
917<dl class="method">
918<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetGrandParent">
919<tt class="descname">GetGrandParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetGrandParent" title="Permalink to this definition">¶</a></dt>
920<dd><p>Returns the parent of the parent of this window, or None if there
921isn&#8217;t one.</p>
922</dd></dl>
923
924<dl class="method">
925<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetGtkWidget">
926<tt class="descname">GetGtkWidget</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetGtkWidget" title="Permalink to this definition">¶</a></dt>
927<dd><p>On wxGTK returns a pointer to the GtkWidget for this window as a long
928integer.  On the other platforms this method returns zero.</p>
929</dd></dl>
930
931<dl class="method">
932<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetHandle">
933<tt class="descname">GetHandle</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetHandle" title="Permalink to this definition">¶</a></dt>
934<dd><p>Returns the platform-specific handle (as a long integer) of the
935physical window.  On wxMSW this is the win32 window handle, on wxGTK
936it is the XWindow ID, and on wxMac it is the ControlRef.</p>
937</dd></dl>
938
939<dl class="method">
940<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetHelpText">
941<tt class="descname">GetHelpText</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetHelpText" title="Permalink to this definition">¶</a></dt>
942<dd><p>Gets the help text to be used as context-sensitive help for this
943window.  Note that the text is actually stored by the current
944<cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p>
945</dd></dl>
946
947<dl class="method">
948<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetHelpTextAtPoint">
949<tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>wxHelpEvent::Origin origin</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt>
950<dd><p>Get the help string associated with the given position in this window.</p>
951<p>Notice that pt may be invalid if event origin is keyboard or unknown
952and this method should return the global window help text then</p>
953</dd></dl>
954
955<dl class="method">
956<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetIcon">
957<tt class="descname">GetIcon</tt><big>(</big><em>self</em><big>)</big> &rarr; Icon<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetIcon" title="Permalink to this definition">¶</a></dt>
958<dd></dd></dl>
959
960<dl class="method">
961<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetId">
962<tt class="descname">GetId</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetId" title="Permalink to this definition">¶</a></dt>
963<dd><p>Returns the identifier of the window.  Each window has an integer
964identifier. If the application has not provided one (or the default Id
965-1 is used) then an unique identifier with a negative value will be
966generated.</p>
967</dd></dl>
968
969<dl class="method">
970<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetLabel">
971<tt class="descname">GetLabel</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetLabel" title="Permalink to this definition">¶</a></dt>
972<dd><p>Generic way of getting a label from any window, for identification
973purposes.  The interpretation of this function differs from class to
974class. For frames and dialogs, the value returned is the title. For
975buttons or static text controls, it is the button text. This function
976can be useful for meta-programs such as testing tools or special-needs
977access programs)which need to identify windows by name.</p>
978</dd></dl>
979
980<dl class="method">
981<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetLayoutDirection">
982<tt class="descname">GetLayoutDirection</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetLayoutDirection" title="Permalink to this definition">¶</a></dt>
983<dd><p>Get the layout direction (LTR or RTL) for this window.  Returns
984<tt class="docutils literal"><span class="pre">wx.Layout_Default</span></tt> if layout direction is not supported.</p>
985</dd></dl>
986
987<dl class="method">
988<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxHeight">
989<tt class="descname">GetMaxHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxHeight" title="Permalink to this definition">¶</a></dt>
990<dd></dd></dl>
991
992<dl class="method">
993<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxSize">
994<tt class="descname">GetMaxSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxSize" title="Permalink to this definition">¶</a></dt>
995<dd></dd></dl>
996
997<dl class="method">
998<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxWidth">
999<tt class="descname">GetMaxWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMaxWidth" title="Permalink to this definition">¶</a></dt>
1000<dd></dd></dl>
1001
1002<dl class="method">
1003<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMinHeight">
1004<tt class="descname">GetMinHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMinHeight" title="Permalink to this definition">¶</a></dt>
1005<dd></dd></dl>
1006
1007<dl class="method">
1008<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMinSize">
1009<tt class="descname">GetMinSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMinSize" title="Permalink to this definition">¶</a></dt>
1010<dd></dd></dl>
1011
1012<dl class="method">
1013<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetMinWidth">
1014<tt class="descname">GetMinWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetMinWidth" title="Permalink to this definition">¶</a></dt>
1015<dd></dd></dl>
1016
1017<dl class="method">
1018<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetName">
1019<tt class="descname">GetName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetName" title="Permalink to this definition">¶</a></dt>
1020<dd><p>Returns the windows name.  This name is not guaranteed to be unique;
1021it is up to the programmer to supply an appropriate name in the window
1022constructor or via wx.Window.SetName.</p>
1023</dd></dl>
1024
1025<dl class="method">
1026<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetNextHandler">
1027<tt class="descname">GetNextHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetNextHandler" title="Permalink to this definition">¶</a></dt>
1028<dd></dd></dl>
1029
1030<dl class="method">
1031<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetParent">
1032<tt class="descname">GetParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetParent" title="Permalink to this definition">¶</a></dt>
1033<dd><p>Returns the parent window of this window, or None if there isn&#8217;t one.</p>
1034</dd></dl>
1035
1036<dl class="method">
1037<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetPosition">
1038<tt class="descname">GetPosition</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetPosition" title="Permalink to this definition">¶</a></dt>
1039<dd><p>Get the window&#8217;s position.  Notice that the position is in client
1040coordinates for child windows and screen coordinates for the top level
1041ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all
1042kinds of windows.</p>
1043</dd></dl>
1044
1045<dl class="method">
1046<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetPositionTuple">
1047<tt class="descname">GetPositionTuple</tt><big>(</big><em>) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetPositionTuple" title="Permalink to this definition">¶</a></dt>
1048<dd><p>Get the window&#8217;s position.  Notice that the position is in client
1049coordinates for child windows and screen coordinates for the top level
1050ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all
1051kinds of windows.</p>
1052</dd></dl>
1053
1054<dl class="method">
1055<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetPreviousHandler">
1056<tt class="descname">GetPreviousHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetPreviousHandler" title="Permalink to this definition">¶</a></dt>
1057<dd></dd></dl>
1058
1059<dl class="method">
1060<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetRect">
1061<tt class="descname">GetRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetRect" title="Permalink to this definition">¶</a></dt>
1062<dd><p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p>
1063</dd></dl>
1064
1065<dl class="method">
1066<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetReturnCode">
1067<tt class="descname">GetReturnCode</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetReturnCode" title="Permalink to this definition">¶</a></dt>
1068<dd></dd></dl>
1069
1070<dl class="method">
1071<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenPosition">
1072<tt class="descname">GetScreenPosition</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenPosition" title="Permalink to this definition">¶</a></dt>
1073<dd><p>Get the position of the window in screen coordinantes.</p>
1074</dd></dl>
1075
1076<dl class="method">
1077<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenPositionTuple">
1078<tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt>
1079<dd><p>Get the position of the window in screen coordinantes.</p>
1080</dd></dl>
1081
1082<dl class="method">
1083<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenRect">
1084<tt class="descname">GetScreenRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScreenRect" title="Permalink to this definition">¶</a></dt>
1085<dd><p>Returns the size and position of the window in screen coordinantes as
1086a <cite>wx.Rect</cite> object.</p>
1087</dd></dl>
1088
1089<dl class="method">
1090<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollPos">
1091<tt class="descname">GetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollPos" title="Permalink to this definition">¶</a></dt>
1092<dd><p>Returns the built-in scrollbar position.</p>
1093</dd></dl>
1094
1095<dl class="method">
1096<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollRange">
1097<tt class="descname">GetScrollRange</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollRange" title="Permalink to this definition">¶</a></dt>
1098<dd><p>Returns the built-in scrollbar range.</p>
1099</dd></dl>
1100
1101<dl class="method">
1102<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollThumb">
1103<tt class="descname">GetScrollThumb</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetScrollThumb" title="Permalink to this definition">¶</a></dt>
1104<dd><p>Returns the built-in scrollbar thumb size.</p>
1105</dd></dl>
1106
1107<dl class="method">
1108<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetSize">
1109<tt class="descname">GetSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetSize" title="Permalink to this definition">¶</a></dt>
1110<dd><p>Get the window size.</p>
1111</dd></dl>
1112
1113<dl class="method">
1114<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetSizeTuple">
1115<tt class="descname">GetSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetSizeTuple" title="Permalink to this definition">¶</a></dt>
1116<dd><p>Get the window size.</p>
1117</dd></dl>
1118
1119<dl class="method">
1120<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetSizer">
1121<tt class="descname">GetSizer</tt><big>(</big><em>self</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetSizer" title="Permalink to this definition">¶</a></dt>
1122<dd><p>Return the sizer associated with the window by a previous call to
1123SetSizer or None if there isn&#8217;t one.</p>
1124</dd></dl>
1125
1126<dl class="method">
1127<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetTextExtent">
1128<tt class="descname">GetTextExtent</tt><big>(</big><em>String string) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetTextExtent" title="Permalink to this definition">¶</a></dt>
1129<dd><p>Get the width and height of the text using the current font.</p>
1130</dd></dl>
1131
1132<dl class="method">
1133<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetThemeEnabled">
1134<tt class="descname">GetThemeEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetThemeEnabled" title="Permalink to this definition">¶</a></dt>
1135<dd><p>Return the themeEnabled flag.</p>
1136</dd></dl>
1137
1138<dl class="method">
1139<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetTitle">
1140<tt class="descname">GetTitle</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetTitle" title="Permalink to this definition">¶</a></dt>
1141<dd></dd></dl>
1142
1143<dl class="method">
1144<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetTmpDefaultItem">
1145<tt class="descname">GetTmpDefaultItem</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetTmpDefaultItem" title="Permalink to this definition">¶</a></dt>
1146<dd><p>Return the temporary default item, which can be None.</p>
1147</dd></dl>
1148
1149<dl class="method">
1150<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetToolTip">
1151<tt class="descname">GetToolTip</tt><big>(</big><em>self</em><big>)</big> &rarr; ToolTip<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetToolTip" title="Permalink to this definition">¶</a></dt>
1152<dd><p>get the associated tooltip or None if none</p>
1153</dd></dl>
1154
1155<dl class="method">
1156<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetTopLevelParent">
1157<tt class="descname">GetTopLevelParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetTopLevelParent" title="Permalink to this definition">¶</a></dt>
1158<dd><p>Returns the first frame or dialog in this window&#8217;s parental hierarchy.</p>
1159</dd></dl>
1160
1161<dl class="method">
1162<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetUpdateClientRect">
1163<tt class="descname">GetUpdateClientRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt>
1164<dd><p>Get the update rectangle region bounding box in client coords.</p>
1165</dd></dl>
1166
1167<dl class="method">
1168<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetUpdateRegion">
1169<tt class="descname">GetUpdateRegion</tt><big>(</big><em>self</em><big>)</big> &rarr; Region<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetUpdateRegion" title="Permalink to this definition">¶</a></dt>
1170<dd><p>Returns the region specifying which parts of the window have been
1171damaged. Should only be called within an EVT_PAINT handler.</p>
1172</dd></dl>
1173
1174<dl class="method">
1175<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetValidator">
1176<tt class="descname">GetValidator</tt><big>(</big><em>self</em><big>)</big> &rarr; Validator<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetValidator" title="Permalink to this definition">¶</a></dt>
1177<dd><p>Returns a pointer to the current validator for the window, or None if
1178there is none.</p>
1179</dd></dl>
1180
1181<dl class="method">
1182<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetVirtualSize">
1183<tt class="descname">GetVirtualSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetVirtualSize" title="Permalink to this definition">¶</a></dt>
1184<dd><p>Get the the virtual size of the window in pixels.  For most windows
1185this is just the client area of the window, but for some like scrolled
1186windows it is more or less independent of the screen window size.</p>
1187</dd></dl>
1188
1189<dl class="method">
1190<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetVirtualSizeTuple">
1191<tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt>
1192<dd><p>Get the the virtual size of the window in pixels.  For most windows
1193this is just the client area of the window, but for some like scrolled
1194windows it is more or less independent of the screen window size.</p>
1195</dd></dl>
1196
1197<dl class="method">
1198<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowBorderSize">
1199<tt class="descname">GetWindowBorderSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt>
1200<dd><p>Return the size of the left/right and top/bottom borders.</p>
1201</dd></dl>
1202
1203<dl class="method">
1204<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowStyle">
1205<tt class="descname">GetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowStyle" title="Permalink to this definition">¶</a></dt>
1206<dd><p>GetWindowStyleFlag(self) -&gt; long</p>
1207<p>Gets the window style that was passed to the constructor or Create
1208method.</p>
1209</dd></dl>
1210
1211<dl class="method">
1212<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowStyleFlag">
1213<tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt>
1214<dd><p>Gets the window style that was passed to the constructor or Create
1215method.</p>
1216</dd></dl>
1217
1218<dl class="method">
1219<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowVariant">
1220<tt class="descname">GetWindowVariant</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GetWindowVariant" title="Permalink to this definition">¶</a></dt>
1221<dd></dd></dl>
1222
1223<dl class="attribute">
1224<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GrandParent">
1225<tt class="descname">GrandParent</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GrandParent" title="Permalink to this definition">¶</a></dt>
1226<dd><p>See <cite>GetGrandParent</cite></p>
1227</dd></dl>
1228
1229<dl class="attribute">
1230<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.GtkWidget">
1231<tt class="descname">GtkWidget</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.GtkWidget" title="Permalink to this definition">¶</a></dt>
1232<dd><p>GetGtkWidget(self) -&gt; long</p>
1233<p>On wxGTK returns a pointer to the GtkWidget for this window as a long
1234integer.  On the other platforms this method returns zero.</p>
1235</dd></dl>
1236
1237<dl class="method">
1238<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HTML2PDF">
1239<tt class="descname">HTML2PDF</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HTML2PDF" title="Permalink to this definition">¶</a></dt>
1240<dd><p>Create a PDF file from html source string.</p>
1241<p>: data: html string
1242: filename: name of file to be saved</p>
1243</dd></dl>
1244
1245<dl class="attribute">
1246<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Handle">
1247<tt class="descname">Handle</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Handle" title="Permalink to this definition">¶</a></dt>
1248<dd><p>See <cite>GetHandle</cite></p>
1249</dd></dl>
1250
1251<dl class="method">
1252<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HasCapture">
1253<tt class="descname">HasCapture</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HasCapture" title="Permalink to this definition">¶</a></dt>
1254<dd><p>Returns true if this window has the current mouse capture.</p>
1255</dd></dl>
1256
1257<dl class="method">
1258<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HasFlag">
1259<tt class="descname">HasFlag</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HasFlag" title="Permalink to this definition">¶</a></dt>
1260<dd><p>Test if the given style is set for this window.</p>
1261</dd></dl>
1262
1263<dl class="method">
1264<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HasMultiplePages">
1265<tt class="descname">HasMultiplePages</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HasMultiplePages" title="Permalink to this definition">¶</a></dt>
1266<dd></dd></dl>
1267
1268<dl class="method">
1269<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HasScrollbar">
1270<tt class="descname">HasScrollbar</tt><big>(</big><em>self</em>, <em>int orient</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HasScrollbar" title="Permalink to this definition">¶</a></dt>
1271<dd><p>Does the window have the scrollbar for this orientation?</p>
1272</dd></dl>
1273
1274<dl class="method">
1275<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HasTransparentBackground">
1276<tt class="descname">HasTransparentBackground</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HasTransparentBackground" title="Permalink to this definition">¶</a></dt>
1277<dd><p>Returns True if this window&#8217;s background is transparent (as, for
1278example, for <cite>wx.StaticText</cite>) and should show the parent window&#8217;s
1279background.</p>
1280<p>This method is mostly used internally by the library itself and you
1281normally shouldn&#8217;t have to call it. You may, however, have to override
1282it in your custom control classes to ensure that background is painted
1283correctly.</p>
1284</dd></dl>
1285
1286<dl class="attribute">
1287<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HelpText">
1288<tt class="descname">HelpText</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HelpText" title="Permalink to this definition">¶</a></dt>
1289<dd><p>See <cite>GetHelpText</cite> and <cite>SetHelpText</cite></p>
1290</dd></dl>
1291
1292<dl class="method">
1293<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Hide">
1294<tt class="descname">Hide</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Hide" title="Permalink to this definition">¶</a></dt>
1295<dd><p>Equivalent to calling Show(False).</p>
1296</dd></dl>
1297
1298<dl class="method">
1299<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HitTest">
1300<tt class="descname">HitTest</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HitTest" title="Permalink to this definition">¶</a></dt>
1301<dd><p>Test where the given (in client coords) point lies</p>
1302</dd></dl>
1303
1304<dl class="method">
1305<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.HitTestXY">
1306<tt class="descname">HitTestXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.HitTestXY" title="Permalink to this definition">¶</a></dt>
1307<dd><p>Test where the given (in client coords) point lies</p>
1308</dd></dl>
1309
1310<dl class="attribute">
1311<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Icon">
1312<tt class="descname">Icon</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Icon" title="Permalink to this definition">¶</a></dt>
1313<dd><p>See <cite>GetIcon</cite> and <cite>SetIcon</cite></p>
1314</dd></dl>
1315
1316<dl class="method">
1317<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Iconize">
1318<tt class="descname">Iconize</tt><big>(</big><em>self</em>, <em>bool iconize=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Iconize" title="Permalink to this definition">¶</a></dt>
1319<dd></dd></dl>
1320
1321<dl class="attribute">
1322<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Id">
1323<tt class="descname">Id</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Id" title="Permalink to this definition">¶</a></dt>
1324<dd><p>See <cite>GetId</cite> and <cite>SetId</cite></p>
1325</dd></dl>
1326
1327<dl class="method">
1328<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.InheritAttributes">
1329<tt class="descname">InheritAttributes</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.InheritAttributes" title="Permalink to this definition">¶</a></dt>
1330<dd><p>This function is (or should be, in case of custom controls) called
1331during window creation to intelligently set up the window visual
1332attributes, that is the font and the foreground and background
1333colours.</p>
1334<p>By &#8216;intelligently&#8217; the following is meant: by default, all windows use
1335their own default attributes. However if some of the parent&#8217;s
1336attributes are explicitly changed (that is, using SetFont and not
1337SetOwnFont) and if the corresponding attribute hadn&#8217;t been
1338explicitly set for this window itself, then this window takes the same
1339value as used by the parent. In addition, if the window overrides
1340ShouldInheritColours to return false, the colours will not be changed
1341no matter what and only the font might.</p>
1342<p>This rather complicated logic is necessary in order to accommodate the
1343different usage scenarios. The most common one is when all default
1344attributes are used and in this case, nothing should be inherited as
1345in modern GUIs different controls use different fonts (and colours)
1346than their siblings so they can&#8217;t inherit the same value from the
1347parent. However it was also deemed desirable to allow to simply change
1348the attributes of all children at once by just changing the font or
1349colour of their common parent, hence in this case we do inherit the
1350parents attributes.</p>
1351</dd></dl>
1352
1353<dl class="method">
1354<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.InheritsBackgroundColour">
1355<tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt>
1356<dd></dd></dl>
1357
1358<dl class="method">
1359<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.InitDialog">
1360<tt class="descname">InitDialog</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.InitDialog" title="Permalink to this definition">¶</a></dt>
1361<dd><p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
1362to the dialog via validators.</p>
1363</dd></dl>
1364
1365<dl class="method">
1366<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.InvalidateBestSize">
1367<tt class="descname">InvalidateBestSize</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.InvalidateBestSize" title="Permalink to this definition">¶</a></dt>
1368<dd><p>Reset the cached best size value so it will be recalculated the next
1369time it is needed.</p>
1370</dd></dl>
1371
1372<dl class="method">
1373<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsActive">
1374<tt class="descname">IsActive</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsActive" title="Permalink to this definition">¶</a></dt>
1375<dd></dd></dl>
1376
1377<dl class="method">
1378<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsAlwaysMaximized">
1379<tt class="descname">IsAlwaysMaximized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsAlwaysMaximized" title="Permalink to this definition">¶</a></dt>
1380<dd></dd></dl>
1381
1382<dl class="method">
1383<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsBeingDeleted">
1384<tt class="descname">IsBeingDeleted</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsBeingDeleted" title="Permalink to this definition">¶</a></dt>
1385<dd><p>Is the window in the process of being deleted?</p>
1386</dd></dl>
1387
1388<dl class="method">
1389<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsDoubleBuffered">
1390<tt class="descname">IsDoubleBuffered</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt>
1391<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the
1392system, i.e. if any drawing done on the window is really done on a
1393temporary backing surface and transferred to the screen all at once
1394later.</p>
1395</dd></dl>
1396
1397<dl class="method">
1398<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsEnabled">
1399<tt class="descname">IsEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsEnabled" title="Permalink to this definition">¶</a></dt>
1400<dd><p>Returns true if the window is enabled for input, false otherwise.</p>
1401</dd></dl>
1402
1403<dl class="method">
1404<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsExposed">
1405<tt class="descname">IsExposed</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int w=1</em>, <em>int h=1</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsExposed" title="Permalink to this definition">¶</a></dt>
1406<dd><p>Returns true if the given point or rectangle area has been exposed
1407since the last repaint. Call this in an paint event handler to
1408optimize redrawing by only redrawing those areas, which have been
1409exposed.</p>
1410</dd></dl>
1411
1412<dl class="method">
1413<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsExposedPoint">
1414<tt class="descname">IsExposedPoint</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsExposedPoint" title="Permalink to this definition">¶</a></dt>
1415<dd><p>Returns true if the given point or rectangle area has been exposed
1416since the last repaint. Call this in an paint event handler to
1417optimize redrawing by only redrawing those areas, which have been
1418exposed.</p>
1419</dd></dl>
1420
1421<dl class="method">
1422<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsExposedRect">
1423<tt class="descname">IsExposedRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsExposedRect" title="Permalink to this definition">¶</a></dt>
1424<dd><p>Returns true if the given point or rectangle area has been exposed
1425since the last repaint. Call this in an paint event handler to
1426optimize redrawing by only redrawing those areas, which have been
1427exposed.</p>
1428</dd></dl>
1429
1430<dl class="method">
1431<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsFrozen">
1432<tt class="descname">IsFrozen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsFrozen" title="Permalink to this definition">¶</a></dt>
1433<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p>
1434<table class="docutils field-list" frame="void" rules="none">
1435<col class="field-name" />
1436<col class="field-body" />
1437<tbody valign="top">
1438<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td>
1439</tr>
1440</tbody>
1441</table>
1442</dd></dl>
1443
1444<dl class="method">
1445<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsFullScreen">
1446<tt class="descname">IsFullScreen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsFullScreen" title="Permalink to this definition">¶</a></dt>
1447<dd></dd></dl>
1448
1449<dl class="method">
1450<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsIconized">
1451<tt class="descname">IsIconized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsIconized" title="Permalink to this definition">¶</a></dt>
1452<dd></dd></dl>
1453
1454<dl class="method">
1455<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsMaximized">
1456<tt class="descname">IsMaximized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsMaximized" title="Permalink to this definition">¶</a></dt>
1457<dd></dd></dl>
1458
1459<dl class="method">
1460<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsModal">
1461<tt class="descname">IsModal</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsModal" title="Permalink to this definition">¶</a></dt>
1462<dd></dd></dl>
1463
1464<dl class="method">
1465<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsRetained">
1466<tt class="descname">IsRetained</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsRetained" title="Permalink to this definition">¶</a></dt>
1467<dd><p>Returns true if the window is retained, false otherwise.  Retained
1468windows are only available on X platforms.</p>
1469</dd></dl>
1470
1471<dl class="method">
1472<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsSameAs">
1473<tt class="descname">IsSameAs</tt><big>(</big><em>self</em>, <em>Object p</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsSameAs" title="Permalink to this definition">¶</a></dt>
1474<dd><p>For wx.Objects that use C++ reference counting internally, this method
1475can be used to determine if two objects are referencing the same data
1476object.</p>
1477</dd></dl>
1478
1479<dl class="method">
1480<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsShown">
1481<tt class="descname">IsShown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsShown" title="Permalink to this definition">¶</a></dt>
1482<dd><p>Returns true if the window is shown, false if it has been hidden.</p>
1483</dd></dl>
1484
1485<dl class="method">
1486<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsShownOnScreen">
1487<tt class="descname">IsShownOnScreen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsShownOnScreen" title="Permalink to this definition">¶</a></dt>
1488<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen,
1489i.e. it is shown and all its parents up to the toplevel window are
1490shown as well.</p>
1491</dd></dl>
1492
1493<dl class="method">
1494<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.IsTopLevel">
1495<tt class="descname">IsTopLevel</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.IsTopLevel" title="Permalink to this definition">¶</a></dt>
1496<dd><p>Returns true if the given window is a top-level one. Currently all
1497frames and dialogs are always considered to be top-level windows (even
1498if they have a parent window).</p>
1499</dd></dl>
1500
1501<dl class="attribute">
1502<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Label">
1503<tt class="descname">Label</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Label" title="Permalink to this definition">¶</a></dt>
1504<dd><p>See <cite>GetLabel</cite> and <cite>SetLabel</cite></p>
1505</dd></dl>
1506
1507<dl class="method">
1508<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Layout">
1509<tt class="descname">Layout</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Layout" title="Permalink to this definition">¶</a></dt>
1510<dd><p>Invokes the constraint-based layout algorithm or the sizer-based
1511algorithm for this window.  See SetAutoLayout: when auto layout is on,
1512this function gets called automatically by the default EVT_SIZE
1513handler when the window is resized.</p>
1514</dd></dl>
1515
1516<dl class="attribute">
1517<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.LayoutDirection">
1518<tt class="descname">LayoutDirection</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.LayoutDirection" title="Permalink to this definition">¶</a></dt>
1519<dd><p>See <cite>GetLayoutDirection</cite> and <cite>SetLayoutDirection</cite></p>
1520</dd></dl>
1521
1522<dl class="method">
1523<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.LineDown">
1524<tt class="descname">LineDown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.LineDown" title="Permalink to this definition">¶</a></dt>
1525<dd><p>This is just a wrapper for ScrollLines(1).</p>
1526</dd></dl>
1527
1528<dl class="method">
1529<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.LineUp">
1530<tt class="descname">LineUp</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.LineUp" title="Permalink to this definition">¶</a></dt>
1531<dd><p>This is just a wrapper for ScrollLines(-1).</p>
1532</dd></dl>
1533
1534<dl class="method">
1535<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Lower">
1536<tt class="descname">Lower</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Lower" title="Permalink to this definition">¶</a></dt>
1537<dd><p>Lowers the window to the bottom of the window hierarchy.  In current
1538version of wxWidgets this works both for managed and child windows.</p>
1539</dd></dl>
1540
1541<dl class="method">
1542<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MacGetMetalAppearance">
1543<tt class="descname">MacGetMetalAppearance</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MacGetMetalAppearance" title="Permalink to this definition">¶</a></dt>
1544<dd></dd></dl>
1545
1546<dl class="method">
1547<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MacGetTopLevelWindowRef">
1548<tt class="descname">MacGetTopLevelWindowRef</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MacGetTopLevelWindowRef" title="Permalink to this definition">¶</a></dt>
1549<dd></dd></dl>
1550
1551<dl class="method">
1552<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MacGetUnifiedAppearance">
1553<tt class="descname">MacGetUnifiedAppearance</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MacGetUnifiedAppearance" title="Permalink to this definition">¶</a></dt>
1554<dd></dd></dl>
1555
1556<dl class="method">
1557<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MacSetMetalAppearance">
1558<tt class="descname">MacSetMetalAppearance</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MacSetMetalAppearance" title="Permalink to this definition">¶</a></dt>
1559<dd></dd></dl>
1560
1561<dl class="method">
1562<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MakeModal">
1563<tt class="descname">MakeModal</tt><big>(</big><em>self</em>, <em>bool modal=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MakeModal" title="Permalink to this definition">¶</a></dt>
1564<dd><p>Disables all other windows in the application so that the user can
1565only interact with this window.  Passing False will reverse this
1566effect.</p>
1567</dd></dl>
1568
1569<dl class="attribute">
1570<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MaxHeight">
1571<tt class="descname">MaxHeight</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MaxHeight" title="Permalink to this definition">¶</a></dt>
1572<dd><p>See <cite>GetMaxHeight</cite></p>
1573</dd></dl>
1574
1575<dl class="attribute">
1576<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MaxSize">
1577<tt class="descname">MaxSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MaxSize" title="Permalink to this definition">¶</a></dt>
1578<dd><p>See <cite>GetMaxSize</cite> and <cite>SetMaxSize</cite></p>
1579</dd></dl>
1580
1581<dl class="attribute">
1582<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MaxWidth">
1583<tt class="descname">MaxWidth</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MaxWidth" title="Permalink to this definition">¶</a></dt>
1584<dd><p>See <cite>GetMaxWidth</cite></p>
1585</dd></dl>
1586
1587<dl class="method">
1588<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Maximize">
1589<tt class="descname">Maximize</tt><big>(</big><em>self</em>, <em>bool maximize=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Maximize" title="Permalink to this definition">¶</a></dt>
1590<dd></dd></dl>
1591
1592<dl class="attribute">
1593<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MinHeight">
1594<tt class="descname">MinHeight</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MinHeight" title="Permalink to this definition">¶</a></dt>
1595<dd><p>See <cite>GetMinHeight</cite></p>
1596</dd></dl>
1597
1598<dl class="attribute">
1599<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MinSize">
1600<tt class="descname">MinSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MinSize" title="Permalink to this definition">¶</a></dt>
1601<dd><p>See <cite>GetMinSize</cite> and <cite>SetMinSize</cite></p>
1602</dd></dl>
1603
1604<dl class="attribute">
1605<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MinWidth">
1606<tt class="descname">MinWidth</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MinWidth" title="Permalink to this definition">¶</a></dt>
1607<dd><p>See <cite>GetMinWidth</cite></p>
1608</dd></dl>
1609
1610<dl class="method">
1611<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Move">
1612<tt class="descname">Move</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Move" title="Permalink to this definition">¶</a></dt>
1613<dd><p>Moves the window to the given position.</p>
1614</dd></dl>
1615
1616<dl class="method">
1617<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MoveAfterInTabOrder">
1618<tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt>
1619<dd><p>Moves this window in the tab navigation order after the specified
1620sibling window.  This means that when the user presses the TAB key on
1621that other window, the focus switches to this window.</p>
1622<p>The default tab order is the same as creation order.  This function
1623and <cite>MoveBeforeInTabOrder</cite> allow to change it after creating all the
1624windows.</p>
1625</dd></dl>
1626
1627<dl class="method">
1628<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MoveBeforeInTabOrder">
1629<tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt>
1630<dd><p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just
1631before win instead of putting it right after it.</p>
1632</dd></dl>
1633
1634<dl class="method">
1635<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.MoveXY">
1636<tt class="descname">MoveXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.MoveXY" title="Permalink to this definition">¶</a></dt>
1637<dd><p>Moves the window to the given position.</p>
1638</dd></dl>
1639
1640<dl class="attribute">
1641<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Name">
1642<tt class="descname">Name</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Name" title="Permalink to this definition">¶</a></dt>
1643<dd><p>See <cite>GetName</cite> and <cite>SetName</cite></p>
1644</dd></dl>
1645
1646<dl class="method">
1647<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Navigate">
1648<tt class="descname">Navigate</tt><big>(</big><em>self</em>, <em>int flags=NavigationKeyEvent.IsForward</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Navigate" title="Permalink to this definition">¶</a></dt>
1649<dd><p>Does keyboard navigation from this window to another, by sending a
1650<cite>wx.NavigationKeyEvent</cite>.</p>
1651</dd></dl>
1652
1653<dl class="staticmethod">
1654<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.NewControlId">
1655<em class="property">static </em><tt class="descname">NewControlId</tt><big>(</big><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.NewControlId" title="Permalink to this definition">¶</a></dt>
1656<dd><p>Generate a control id for the controls which were not given one.</p>
1657</dd></dl>
1658
1659<dl class="staticmethod">
1660<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.NextControlId">
1661<em class="property">static </em><tt class="descname">NextControlId</tt><big>(</big><em>int winid</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.NextControlId" title="Permalink to this definition">¶</a></dt>
1662<dd><p>Get the id of the control following the one with the given
1663autogenerated) id</p>
1664</dd></dl>
1665
1666<dl class="attribute">
1667<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.NextHandler">
1668<tt class="descname">NextHandler</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.NextHandler" title="Permalink to this definition">¶</a></dt>
1669<dd><p>See <cite>GetNextHandler</cite> and <cite>SetNextHandler</cite></p>
1670</dd></dl>
1671
1672<dl class="method">
1673<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.OnClose">
1674<tt class="descname">OnClose</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.OnClose" title="Permalink to this definition">¶</a></dt>
1675<dd><p>Close the Dialog</p>
1676<p>: event: Close button event</p>
1677</dd></dl>
1678
1679<dl class="method">
1680<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.OnPaint">
1681<tt class="descname">OnPaint</tt><big>(</big><em>self</em>, <em>PaintEvent event</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.OnPaint" title="Permalink to this definition">¶</a></dt>
1682<dd></dd></dl>
1683
1684<dl class="method">
1685<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PageDown">
1686<tt class="descname">PageDown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PageDown" title="Permalink to this definition">¶</a></dt>
1687<dd><p>This is just a wrapper for ScrollPages(1).</p>
1688</dd></dl>
1689
1690<dl class="method">
1691<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PageUp">
1692<tt class="descname">PageUp</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PageUp" title="Permalink to this definition">¶</a></dt>
1693<dd><p>This is just a wrapper for ScrollPages(-1).</p>
1694</dd></dl>
1695
1696<dl class="attribute">
1697<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Parent">
1698<tt class="descname">Parent</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Parent" title="Permalink to this definition">¶</a></dt>
1699<dd><p>See <cite>GetParent</cite></p>
1700</dd></dl>
1701
1702<dl class="method">
1703<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PopEventHandler">
1704<tt class="descname">PopEventHandler</tt><big>(</big><em>self</em>, <em>bool deleteHandler=False</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PopEventHandler" title="Permalink to this definition">¶</a></dt>
1705<dd><p>Removes and returns the top-most event handler on the event handler
1706stack.  If deleteHandler is True then the wx.EvtHandler object will be
1707destroyed after it is popped, and <tt class="docutils literal"><span class="pre">None</span></tt> will be returned instead.</p>
1708</dd></dl>
1709
1710<dl class="method">
1711<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PopupMenu">
1712<tt class="descname">PopupMenu</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>Point pos=DefaultPosition</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PopupMenu" title="Permalink to this definition">¶</a></dt>
1713<dd><p>Pops up the given menu at the specified coordinates, relative to this window,
1714and returns control when the user has dismissed the menu. If a menu item is
1715selected, the corresponding menu event is generated and will be processed as
1716usual.  If the default position is given then the current position of the
1717mouse cursor will be used.</p>
1718</dd></dl>
1719
1720<dl class="method">
1721<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PopupMenuXY">
1722<tt class="descname">PopupMenuXY</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>int x=-1</em>, <em>int y=-1</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PopupMenuXY" title="Permalink to this definition">¶</a></dt>
1723<dd><p>Pops up the given menu at the specified coordinates, relative to this window,
1724and returns control when the user has dismissed the menu. If a menu item is
1725selected, the corresponding menu event is generated and will be processed as
1726usual.  If the default position is given then the current position of the
1727mouse cursor will be used.</p>
1728</dd></dl>
1729
1730<dl class="attribute">
1731<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Position">
1732<tt class="descname">Position</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Position" title="Permalink to this definition">¶</a></dt>
1733<dd><p>See <cite>GetPosition</cite> and <cite>SetPosition</cite></p>
1734</dd></dl>
1735
1736<dl class="method">
1737<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PostCreate">
1738<tt class="descname">PostCreate</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PostCreate" title="Permalink to this definition">¶</a></dt>
1739<dd><p>Phase 3 of the 2-phase create &lt;wink!&gt;
1740Call this method after precreating the window with the 2-phase create method.</p>
1741</dd></dl>
1742
1743<dl class="method">
1744<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PrepareDC">
1745<tt class="descname">PrepareDC</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PrepareDC" title="Permalink to this definition">¶</a></dt>
1746<dd><p>Call this function to prepare the device context for drawing a
1747scrolled image. It sets the device origin according to the current
1748scroll position.</p>
1749</dd></dl>
1750
1751<dl class="staticmethod">
1752<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PrevControlId">
1753<em class="property">static </em><tt class="descname">PrevControlId</tt><big>(</big><em>int winid</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PrevControlId" title="Permalink to this definition">¶</a></dt>
1754<dd><p>Get the id of the control preceding the one with the given
1755autogenerated) id</p>
1756</dd></dl>
1757
1758<dl class="attribute">
1759<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PreviousHandler">
1760<tt class="descname">PreviousHandler</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PreviousHandler" title="Permalink to this definition">¶</a></dt>
1761<dd><p>See <cite>GetPreviousHandler</cite> and <cite>SetPreviousHandler</cite></p>
1762</dd></dl>
1763
1764<dl class="method">
1765<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ProcessEvent">
1766<tt class="descname">ProcessEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ProcessEvent" title="Permalink to this definition">¶</a></dt>
1767<dd></dd></dl>
1768
1769<dl class="method">
1770<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ProcessPendingEvents">
1771<tt class="descname">ProcessPendingEvents</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt>
1772<dd></dd></dl>
1773
1774<dl class="method">
1775<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.PushEventHandler">
1776<tt class="descname">PushEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.PushEventHandler" title="Permalink to this definition">¶</a></dt>
1777<dd><p>Pushes this event handler onto the event handler stack for the window.
1778An event handler is an object that is capable of processing the events
1779sent to a window.  (In other words, is able to dispatch the events to a
1780handler function.)  By default, the window is its own event handler,
1781but an application may wish to substitute another, for example to
1782allow central implementation of event-handling for a variety of
1783different window classes.</p>
1784<p>wx.Window.PushEventHandler allows an application to set up a chain of
1785event handlers, where an event not handled by one event handler is
1786handed to the next one in the chain.  Use <cite>wx.Window.PopEventHandler</cite>
1787to remove the event handler.  Ownership of the handler is <em>not</em> given
1788to the window, so you should be sure to pop the handler before the
1789window is destroyed and either let PopEventHandler destroy it, or call
1790its Destroy method yourself.</p>
1791</dd></dl>
1792
1793<dl class="method">
1794<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Raise">
1795<tt class="descname">Raise</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Raise" title="Permalink to this definition">¶</a></dt>
1796<dd><p>Raises the window to the top of the window hierarchy.  In current
1797version of wxWidgets this works both for managed and child windows.</p>
1798</dd></dl>
1799
1800<dl class="attribute">
1801<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Rect">
1802<tt class="descname">Rect</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Rect" title="Permalink to this definition">¶</a></dt>
1803<dd><p>See <cite>GetRect</cite> and <cite>SetRect</cite></p>
1804</dd></dl>
1805
1806<dl class="method">
1807<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Refresh">
1808<tt class="descname">Refresh</tt><big>(</big><em>self</em>, <em>bool eraseBackground=True</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Refresh" title="Permalink to this definition">¶</a></dt>
1809<dd><p>Mark the specified rectangle (or the whole window) as &#8220;dirty&#8221; so it
1810will be repainted.  Causes an EVT_PAINT event to be generated and sent
1811to the window.</p>
1812</dd></dl>
1813
1814<dl class="method">
1815<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.RefreshRect">
1816<tt class="descname">RefreshRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>bool eraseBackground=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.RefreshRect" title="Permalink to this definition">¶</a></dt>
1817<dd><p>Redraws the contents of the given rectangle: the area inside it will
1818be repainted.  This is the same as Refresh but has a nicer syntax.</p>
1819</dd></dl>
1820
1821<dl class="method">
1822<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.RegisterHotKey">
1823<tt class="descname">RegisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em>, <em>int modifiers</em>, <em>int keycode</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.RegisterHotKey" title="Permalink to this definition">¶</a></dt>
1824<dd><p>Registers a system wide hotkey. Every time the user presses the hotkey
1825registered here, this window will receive a hotkey event. It will
1826receive the event even if the application is in the background and
1827does not have the input focus because the user is working with some
1828other application.  To bind an event handler function to this hotkey
1829use EVT_HOTKEY with an id equal to hotkeyId.  Returns True if the
1830hotkey was registered successfully.</p>
1831</dd></dl>
1832
1833<dl class="method">
1834<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ReleaseMouse">
1835<tt class="descname">ReleaseMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ReleaseMouse" title="Permalink to this definition">¶</a></dt>
1836<dd><p>Releases mouse input captured with wx.Window.CaptureMouse.</p>
1837</dd></dl>
1838
1839<dl class="method">
1840<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.RemoveChild">
1841<tt class="descname">RemoveChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.RemoveChild" title="Permalink to this definition">¶</a></dt>
1842<dd><p>Removes a child window. This is called automatically by window
1843deletion functions so should not be required by the application
1844programmer.</p>
1845</dd></dl>
1846
1847<dl class="method">
1848<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.RemoveEventHandler">
1849<tt class="descname">RemoveEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.RemoveEventHandler" title="Permalink to this definition">¶</a></dt>
1850<dd><p>Find the given handler in the event handler chain and remove (but not
1851delete) it from the event handler chain, returns True if it was found
1852and False otherwise (this also results in an assert failure so this
1853function should only be called when the handler is supposed to be
1854there.)</p>
1855</dd></dl>
1856
1857<dl class="method">
1858<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Reparent">
1859<tt class="descname">Reparent</tt><big>(</big><em>self</em>, <em>Window newParent</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Reparent" title="Permalink to this definition">¶</a></dt>
1860<dd><p>Reparents the window, i.e the window will be removed from its current
1861parent window (e.g. a non-standard toolbar in a wxFrame) and then
1862re-inserted into another. Available on Windows and GTK.  Returns True
1863if the parent was changed, False otherwise (error or newParent ==
1864oldParent)</p>
1865</dd></dl>
1866
1867<dl class="method">
1868<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.RequestUserAttention">
1869<tt class="descname">RequestUserAttention</tt><big>(</big><em>self</em>, <em>int flags=USER_ATTENTION_INFO</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.RequestUserAttention" title="Permalink to this definition">¶</a></dt>
1870<dd></dd></dl>
1871
1872<dl class="method">
1873<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Restore">
1874<tt class="descname">Restore</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Restore" title="Permalink to this definition">¶</a></dt>
1875<dd></dd></dl>
1876
1877<dl class="attribute">
1878<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ReturnCode">
1879<tt class="descname">ReturnCode</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ReturnCode" title="Permalink to this definition">¶</a></dt>
1880<dd><p>See <cite>GetReturnCode</cite> and <cite>SetReturnCode</cite></p>
1881</dd></dl>
1882
1883<dl class="attribute">
1884<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScreenPosition">
1885<tt class="descname">ScreenPosition</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScreenPosition" title="Permalink to this definition">¶</a></dt>
1886<dd><p>See <cite>GetScreenPosition</cite></p>
1887</dd></dl>
1888
1889<dl class="attribute">
1890<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScreenRect">
1891<tt class="descname">ScreenRect</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScreenRect" title="Permalink to this definition">¶</a></dt>
1892<dd><p>See <cite>GetScreenRect</cite></p>
1893</dd></dl>
1894
1895<dl class="method">
1896<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScreenToClient">
1897<tt class="descname">ScreenToClient</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScreenToClient" title="Permalink to this definition">¶</a></dt>
1898<dd><p>Converts from screen to client window coordinates.</p>
1899</dd></dl>
1900
1901<dl class="method">
1902<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScreenToClientXY">
1903<tt class="descname">ScreenToClientXY</tt><big>(</big><em>int x</em>, <em>int y) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScreenToClientXY" title="Permalink to this definition">¶</a></dt>
1904<dd><p>Converts from screen to client window coordinates.</p>
1905</dd></dl>
1906
1907<dl class="method">
1908<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScrollLines">
1909<tt class="descname">ScrollLines</tt><big>(</big><em>self</em>, <em>int lines</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScrollLines" title="Permalink to this definition">¶</a></dt>
1910<dd><p>If the platform and window class supports it, scrolls the window by
1911the given number of lines down, if lines is positive, or up if lines
1912is negative.  Returns True if the window was scrolled, False if it was
1913already on top/bottom and nothing was done.</p>
1914</dd></dl>
1915
1916<dl class="method">
1917<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScrollPages">
1918<tt class="descname">ScrollPages</tt><big>(</big><em>self</em>, <em>int pages</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScrollPages" title="Permalink to this definition">¶</a></dt>
1919<dd><p>If the platform and window class supports it, scrolls the window by
1920the given number of pages down, if pages is positive, or up if pages
1921is negative.  Returns True if the window was scrolled, False if it was
1922already on top/bottom and nothing was done.</p>
1923</dd></dl>
1924
1925<dl class="method">
1926<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ScrollWindow">
1927<tt class="descname">ScrollWindow</tt><big>(</big><em>self</em>, <em>int dx</em>, <em>int dy</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ScrollWindow" title="Permalink to this definition">¶</a></dt>
1928<dd><p>Physically scrolls the pixels in the window and move child windows
1929accordingly.  Use this function to optimise your scrolling
1930implementations, to minimise the area that must be redrawn. Note that
1931it is rarely required to call this function from a user program.</p>
1932</dd></dl>
1933
1934<dl class="method">
1935<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SendSizeEvent">
1936<tt class="descname">SendSizeEvent</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SendSizeEvent" title="Permalink to this definition">¶</a></dt>
1937<dd></dd></dl>
1938
1939<dl class="method">
1940<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetAcceleratorTable">
1941<tt class="descname">SetAcceleratorTable</tt><big>(</big><em>self</em>, <em>AcceleratorTable accel</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt>
1942<dd><p>Sets the accelerator table for this window.</p>
1943</dd></dl>
1944
1945<dl class="method">
1946<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetAffirmativeId">
1947<tt class="descname">SetAffirmativeId</tt><big>(</big><em>self</em>, <em>int affirmativeId</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetAffirmativeId" title="Permalink to this definition">¶</a></dt>
1948<dd></dd></dl>
1949
1950<dl class="method">
1951<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetAutoLayout">
1952<tt class="descname">SetAutoLayout</tt><big>(</big><em>self</em>, <em>bool autoLayout</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetAutoLayout" title="Permalink to this definition">¶</a></dt>
1953<dd><p>Determines whether the Layout function will be called automatically
1954when the window is resized.  lease note that this only happens for the
1955windows usually used to contain children, namely <cite>wx.Panel</cite> and
1956<cite>wx.TopLevelWindow</cite> (and the classes deriving from them).</p>
1957<p>This method is called implicitly by <cite>SetSizer</cite> but if you use
1958<cite>SetConstraints</cite> you should call it manually or otherwise the window
1959layout won&#8217;t be correctly updated when its size changes.</p>
1960</dd></dl>
1961
1962<dl class="method">
1963<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetBackgroundColour">
1964<tt class="descname">SetBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetBackgroundColour" title="Permalink to this definition">¶</a></dt>
1965<dd><p>Sets the background colour of the window.  Returns True if the colour
1966was changed.  The background colour is usually painted by the default
1967EVT_ERASE_BACKGROUND event handler function under Windows and
1968automatically under GTK.  Using <cite>wx.NullColour</cite> will reset the window
1969to the default background colour.</p>
1970<p>Note that setting the background colour may not cause an immediate
1971refresh, so you may wish to call <cite>ClearBackground</cite> or <cite>Refresh</cite> after
1972calling this function.</p>
1973<p>Using this function will disable attempts to use themes for this
1974window, if the system supports them.  Use with care since usually the
1975themes represent the appearance chosen by the user to be used for all
1976applications on the system.</p>
1977</dd></dl>
1978
1979<dl class="method">
1980<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetBackgroundStyle">
1981<tt class="descname">SetBackgroundStyle</tt><big>(</big><em>self</em>, <em>int style</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt>
1982<dd><p>Returns the background style of the window. The background style
1983indicates how the background of the window is drawn.</p>
1984<blockquote>
1985<div><table border="1" class="docutils">
1986<colgroup>
1987<col width="35%" />
1988<col width="65%" />
1989</colgroup>
1990<tbody valign="top">
1991<tr class="row-odd"><td>wx.BG_STYLE_SYSTEM</td>
1992<td>The background colour or pattern should
1993be determined by the system</td>
1994</tr>
1995<tr class="row-even"><td>wx.BG_STYLE_COLOUR</td>
1996<td>The background should be a solid colour</td>
1997</tr>
1998<tr class="row-odd"><td>wx.BG_STYLE_CUSTOM</td>
1999<td>The background will be implemented by the
2000application.</td>
2001</tr>
2002</tbody>
2003</table>
2004</div></blockquote>
2005<p>On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of
2006a custom background, such as a tiled bitmap. Currently the style has
2007no effect on other platforms.</p>
2008<table class="docutils field-list" frame="void" rules="none">
2009<col class="field-name" />
2010<col class="field-body" />
2011<tbody valign="top">
2012<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td>
2013</tr>
2014</tbody>
2015</table>
2016</dd></dl>
2017
2018<dl class="method">
2019<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetBestFittingSize">
2020<tt class="descname">SetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetBestFittingSize" title="Permalink to this definition">¶</a></dt>
2021<dd><p>Use <cite>SetInitialSize</cite></p>
2022</dd></dl>
2023
2024<dl class="method">
2025<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetCaret">
2026<tt class="descname">SetCaret</tt><big>(</big><em>self</em>, <em>Caret caret</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetCaret" title="Permalink to this definition">¶</a></dt>
2027<dd><p>Sets the caret associated with the window.</p>
2028</dd></dl>
2029
2030<dl class="method">
2031<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetClientRect">
2032<tt class="descname">SetClientRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetClientRect" title="Permalink to this definition">¶</a></dt>
2033<dd><p>This sets the size of the window client area in pixels. Using this
2034function to size a window tends to be more device-independent than
2035wx.Window.SetSize, since the application need not worry about what
2036dimensions the border or title bar have when trying to fit the window
2037around panel items, for example.</p>
2038</dd></dl>
2039
2040<dl class="method">
2041<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetClientSize">
2042<tt class="descname">SetClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetClientSize" title="Permalink to this definition">¶</a></dt>
2043<dd><p>This sets the size of the window client area in pixels. Using this
2044function to size a window tends to be more device-independent than
2045wx.Window.SetSize, since the application need not worry about what
2046dimensions the border or title bar have when trying to fit the window
2047around panel items, for example.</p>
2048</dd></dl>
2049
2050<dl class="method">
2051<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetClientSizeWH">
2052<tt class="descname">SetClientSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetClientSizeWH" title="Permalink to this definition">¶</a></dt>
2053<dd><p>This sets the size of the window client area in pixels. Using this
2054function to size a window tends to be more device-independent than
2055wx.Window.SetSize, since the application need not worry about what
2056dimensions the border or title bar have when trying to fit the window
2057around panel items, for example.</p>
2058</dd></dl>
2059
2060<dl class="method">
2061<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetConstraints">
2062<tt class="descname">SetConstraints</tt><big>(</big><em>self</em>, <em>LayoutConstraints constraints</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetConstraints" title="Permalink to this definition">¶</a></dt>
2063<dd><p>Sets the window to have the given layout constraints. If an existing
2064layout constraints object is already owned by the window, it will be
2065deleted.  Pass None to disassociate and delete the window&#8217;s current
2066constraints.</p>
2067<p>You must call SetAutoLayout to tell a window to use the constraints
2068automatically in its default EVT_SIZE handler; otherwise, you must
2069handle EVT_SIZE yourself and call Layout() explicitly. When setting
2070both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have
2071effect.</p>
2072</dd></dl>
2073
2074<dl class="method">
2075<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetContainingSizer">
2076<tt class="descname">SetContainingSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetContainingSizer" title="Permalink to this definition">¶</a></dt>
2077<dd><p>This normally does not need to be called by application code. It is
2078called internally when a window is added to a sizer, and is used so
2079the window can remove itself from the sizer when it is destroyed.</p>
2080</dd></dl>
2081
2082<dl class="method">
2083<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetCursor">
2084<tt class="descname">SetCursor</tt><big>(</big><em>self</em>, <em>Cursor cursor</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetCursor" title="Permalink to this definition">¶</a></dt>
2085<dd><p>Sets the window&#8217;s cursor. Notice that the window cursor also sets it
2086for the children of the window implicitly.</p>
2087<p>The cursor may be wx.NullCursor in which case the window cursor will
2088be reset back to default.</p>
2089</dd></dl>
2090
2091<dl class="method">
2092<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetDefaultItem">
2093<tt class="descname">SetDefaultItem</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetDefaultItem" title="Permalink to this definition">¶</a></dt>
2094<dd><p>Set this child as default, return the old default.</p>
2095</dd></dl>
2096
2097<dl class="method">
2098<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetDimensions">
2099<tt class="descname">SetDimensions</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int width</em>, <em>int height</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetDimensions" title="Permalink to this definition">¶</a></dt>
2100<dd><p>Sets the position and size of the window in pixels.  The sizeFlags
2101parameter indicates the interpretation of the other params if they are
2102equal to -1.</p>
2103<blockquote>
2104<div><table border="1" class="docutils">
2105<colgroup>
2106<col width="39%" />
2107<col width="61%" />
2108</colgroup>
2109<tbody valign="top">
2110<tr class="row-odd"><td>wx.SIZE_AUTO</td>
2111<td>A -1 indicates that a class-specific
2112default should be used.</td>
2113</tr>
2114<tr class="row-even"><td>wx.SIZE_USE_EXISTING</td>
2115<td>Existing dimensions should be used if
2116-1 values are supplied.</td>
2117</tr>
2118<tr class="row-odd"><td>wxSIZE_ALLOW_MINUS_ONE</td>
2119<td>Allow dimensions of -1 and less to be
2120interpreted as real dimensions, not
2121default values.</td>
2122</tr>
2123</tbody>
2124</table>
2125</div></blockquote>
2126</dd></dl>
2127
2128<dl class="method">
2129<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetDoubleBuffered">
2130<tt class="descname">SetDoubleBuffered</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt>
2131<dd><p>Put the native window into double buffered or composited mode.</p>
2132</dd></dl>
2133
2134<dl class="method">
2135<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetDropTarget">
2136<tt class="descname">SetDropTarget</tt><big>(</big><em>self</em>, <em>DropTarget dropTarget</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetDropTarget" title="Permalink to this definition">¶</a></dt>
2137<dd><p>Associates a drop target with this window.  If the window already has
2138a drop target, it is deleted.</p>
2139</dd></dl>
2140
2141<dl class="method">
2142<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetEscapeId">
2143<tt class="descname">SetEscapeId</tt><big>(</big><em>self</em>, <em>int escapeId</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetEscapeId" title="Permalink to this definition">¶</a></dt>
2144<dd></dd></dl>
2145
2146<dl class="method">
2147<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetEventHandler">
2148<tt class="descname">SetEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetEventHandler" title="Permalink to this definition">¶</a></dt>
2149<dd><p>Sets the event handler for this window.  An event handler is an object
2150that is capable of processing the events sent to a window.  (In other
2151words, is able to dispatch the events to handler function.)  By
2152default, the window is its own event handler, but an application may
2153wish to substitute another, for example to allow central
2154implementation of event-handling for a variety of different window
2155classes.</p>
2156<p>It is usually better to use <cite>wx.Window.PushEventHandler</cite> since this sets
2157up a chain of event handlers, where an event not handled by one event
2158handler is handed off to the next one in the chain.</p>
2159</dd></dl>
2160
2161<dl class="method">
2162<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetEvtHandlerEnabled">
2163<tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>self</em>, <em>bool enabled</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt>
2164<dd></dd></dl>
2165
2166<dl class="method">
2167<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetExtraStyle">
2168<tt class="descname">SetExtraStyle</tt><big>(</big><em>self</em>, <em>long exStyle</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetExtraStyle" title="Permalink to this definition">¶</a></dt>
2169<dd><p>Sets the extra style bits for the window.  Extra styles are the less
2170often used style bits which can&#8217;t be set with the constructor or with
2171SetWindowStyleFlag()</p>
2172</dd></dl>
2173
2174<dl class="method">
2175<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetFocus">
2176<tt class="descname">SetFocus</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetFocus" title="Permalink to this definition">¶</a></dt>
2177<dd><p>Set&#8217;s the focus to this window, allowing it to receive keyboard input.</p>
2178</dd></dl>
2179
2180<dl class="method">
2181<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetFocusFromKbd">
2182<tt class="descname">SetFocusFromKbd</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt>
2183<dd><p>Set focus to this window as the result of a keyboard action.  Normally
2184only called internally.</p>
2185</dd></dl>
2186
2187<dl class="method">
2188<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetFont">
2189<tt class="descname">SetFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetFont" title="Permalink to this definition">¶</a></dt>
2190<dd><p>Sets the font for this window.</p>
2191</dd></dl>
2192
2193<dl class="method">
2194<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetForegroundColour">
2195<tt class="descname">SetForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetForegroundColour" title="Permalink to this definition">¶</a></dt>
2196<dd><p>Sets the foreground colour of the window.  Returns True is the colour
2197was changed.  The interpretation of foreground colour is dependent on
2198the window class; it may be the text colour or other colour, or it may
2199not be used at all.</p>
2200</dd></dl>
2201
2202<dl class="method">
2203<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetHelpText">
2204<tt class="descname">SetHelpText</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetHelpText" title="Permalink to this definition">¶</a></dt>
2205<dd><p>Sets the help text to be used as context-sensitive help for this
2206window.  Note that the text is actually stored by the current
2207<cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p>
2208</dd></dl>
2209
2210<dl class="method">
2211<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetHelpTextForId">
2212<tt class="descname">SetHelpTextForId</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetHelpTextForId" title="Permalink to this definition">¶</a></dt>
2213<dd><p>Associate this help text with all windows with the same id as this
2214one.</p>
2215</dd></dl>
2216
2217<dl class="method">
2218<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetIcon">
2219<tt class="descname">SetIcon</tt><big>(</big><em>self</em>, <em>Icon icon</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetIcon" title="Permalink to this definition">¶</a></dt>
2220<dd></dd></dl>
2221
2222<dl class="method">
2223<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetIcons">
2224<tt class="descname">SetIcons</tt><big>(</big><em>self</em>, <em>wxIconBundle icons</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetIcons" title="Permalink to this definition">¶</a></dt>
2225<dd></dd></dl>
2226
2227<dl class="method">
2228<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetId">
2229<tt class="descname">SetId</tt><big>(</big><em>self</em>, <em>int winid</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetId" title="Permalink to this definition">¶</a></dt>
2230<dd><p>Sets the identifier of the window.  Each window has an integer
2231identifier. If the application has not provided one, an identifier
2232will be generated. Normally, the identifier should be provided on
2233creation and should not be modified subsequently.</p>
2234</dd></dl>
2235
2236<dl class="method">
2237<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetInitialSize">
2238<tt class="descname">SetInitialSize</tt><big>(</big><em>self</em>, <em>Size size=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetInitialSize" title="Permalink to this definition">¶</a></dt>
2239<dd><p>A &#8216;Smart&#8217; SetSize that will fill in default size components with the
2240window&#8217;s <em>best size</em> values.  Also set&#8217;s the minsize for use with sizers.</p>
2241</dd></dl>
2242
2243<dl class="method">
2244<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetLabel">
2245<tt class="descname">SetLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetLabel" title="Permalink to this definition">¶</a></dt>
2246<dd><p>Set the text which the window shows in its label if applicable.</p>
2247</dd></dl>
2248
2249<dl class="method">
2250<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetLayoutDirection">
2251<tt class="descname">SetLayoutDirection</tt><big>(</big><em>self</em>, <em>int dir</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetLayoutDirection" title="Permalink to this definition">¶</a></dt>
2252<dd><p>Set the layout direction (LTR or RTL) for this window.</p>
2253</dd></dl>
2254
2255<dl class="method">
2256<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetMaxSize">
2257<tt class="descname">SetMaxSize</tt><big>(</big><em>self</em>, <em>Size maxSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetMaxSize" title="Permalink to this definition">¶</a></dt>
2258<dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the
2259max size.</p>
2260</dd></dl>
2261
2262<dl class="method">
2263<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetMinSize">
2264<tt class="descname">SetMinSize</tt><big>(</big><em>self</em>, <em>Size minSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetMinSize" title="Permalink to this definition">¶</a></dt>
2265<dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the
2266min size.</p>
2267</dd></dl>
2268
2269<dl class="method">
2270<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetName">
2271<tt class="descname">SetName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetName" title="Permalink to this definition">¶</a></dt>
2272<dd><p>Sets the window&#8217;s name.  The window name is used for ressource setting
2273in X, it is not the same as the window title/label</p>
2274</dd></dl>
2275
2276<dl class="method">
2277<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetNextHandler">
2278<tt class="descname">SetNextHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetNextHandler" title="Permalink to this definition">¶</a></dt>
2279<dd></dd></dl>
2280
2281<dl class="method">
2282<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnBackgroundColour">
2283<tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt>
2284<dd></dd></dl>
2285
2286<dl class="method">
2287<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnFont">
2288<tt class="descname">SetOwnFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnFont" title="Permalink to this definition">¶</a></dt>
2289<dd></dd></dl>
2290
2291<dl class="method">
2292<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnForegroundColour">
2293<tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt>
2294<dd></dd></dl>
2295
2296<dl class="method">
2297<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetPosition">
2298<tt class="descname">SetPosition</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetPosition" title="Permalink to this definition">¶</a></dt>
2299<dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p>
2300<p>Moves the window to the given position.</p>
2301</dd></dl>
2302
2303<dl class="method">
2304<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetPreviousHandler">
2305<tt class="descname">SetPreviousHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetPreviousHandler" title="Permalink to this definition">¶</a></dt>
2306<dd></dd></dl>
2307
2308<dl class="method">
2309<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetRect">
2310<tt class="descname">SetRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetRect" title="Permalink to this definition">¶</a></dt>
2311<dd><p>Sets the position and size of the window in pixels using a wx.Rect.</p>
2312</dd></dl>
2313
2314<dl class="method">
2315<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetReturnCode">
2316<tt class="descname">SetReturnCode</tt><big>(</big><em>self</em>, <em>int returnCode</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetReturnCode" title="Permalink to this definition">¶</a></dt>
2317<dd></dd></dl>
2318
2319<dl class="method">
2320<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetScrollPos">
2321<tt class="descname">SetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em>, <em>int pos</em>, <em>bool refresh=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetScrollPos" title="Permalink to this definition">¶</a></dt>
2322<dd><p>Sets the position of one of the built-in scrollbars.</p>
2323</dd></dl>
2324
2325<dl class="method">
2326<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetScrollbar">
2327<tt class="descname">SetScrollbar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetScrollbar" title="Permalink to this definition">¶</a></dt>
2328<dd><dl class="docutils">
2329<dt>SetScrollbar(self, int orientation, int position, int thumbSize, int range, </dt>
2330<dd>bool refresh=True)</dd>
2331</dl>
2332<p>Sets the scrollbar properties of a built-in scrollbar.</p>
2333</dd></dl>
2334
2335<dl class="method">
2336<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetShape">
2337<tt class="descname">SetShape</tt><big>(</big><em>self</em>, <em>Region region</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetShape" title="Permalink to this definition">¶</a></dt>
2338<dd></dd></dl>
2339
2340<dl class="method">
2341<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSize">
2342<tt class="descname">SetSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSize" title="Permalink to this definition">¶</a></dt>
2343<dd><p>Sets the size of the window in pixels.</p>
2344</dd></dl>
2345
2346<dl class="method">
2347<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeHints">
2348<tt class="descname">SetSizeHints</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeHints" title="Permalink to this definition">¶</a></dt>
2349<dd><dl class="docutils">
2350<dt>SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, </dt>
2351<dd>int incH=-1)</dd>
2352</dl>
2353<p>Allows specification of minimum and maximum window sizes, and window
2354size increments. If a pair of values is not set (or set to -1), the
2355default values will be used.  If this function is called, the user
2356will not be able to size the window outside the given bounds (if it is
2357a top-level window.)  Sizers will also inspect the minimum window size
2358and will use that value if set when calculating layout.</p>
2359<p>The resizing increments are only significant under Motif or Xt.</p>
2360</dd></dl>
2361
2362<dl class="method">
2363<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeHintsSz">
2364<tt class="descname">SetSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em>, <em>Size incSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt>
2365<dd><p>Allows specification of minimum and maximum window sizes, and window
2366size increments. If a pair of values is not set (or set to -1), the
2367default values will be used.  If this function is called, the user
2368will not be able to size the window outside the given bounds (if it is
2369a top-level window.)  Sizers will also inspect the minimum window size
2370and will use that value if set when calculating layout.</p>
2371<p>The resizing increments are only significant under Motif or Xt.</p>
2372</dd></dl>
2373
2374<dl class="method">
2375<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeWH">
2376<tt class="descname">SetSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSizeWH" title="Permalink to this definition">¶</a></dt>
2377<dd><p>Sets the size of the window in pixels.</p>
2378</dd></dl>
2379
2380<dl class="method">
2381<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSizer">
2382<tt class="descname">SetSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSizer" title="Permalink to this definition">¶</a></dt>
2383<dd><p>Sets the window to have the given layout sizer. The window will then
2384own the object, and will take care of its deletion. If an existing
2385layout sizer object is already owned by the window, it will be deleted
2386if the deleteOld parameter is true. Note that this function will also
2387call SetAutoLayout implicitly with a True parameter if the sizer is
2388non-None, and False otherwise.</p>
2389</dd></dl>
2390
2391<dl class="method">
2392<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetSizerAndFit">
2393<tt class="descname">SetSizerAndFit</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetSizerAndFit" title="Permalink to this definition">¶</a></dt>
2394<dd><p>The same as SetSizer, except it also sets the size hints for the
2395window based on the sizer&#8217;s minimum size.</p>
2396</dd></dl>
2397
2398<dl class="method">
2399<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetThemeEnabled">
2400<tt class="descname">SetThemeEnabled</tt><big>(</big><em>self</em>, <em>bool enableTheme</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetThemeEnabled" title="Permalink to this definition">¶</a></dt>
2401<dd><dl class="docutils">
2402<dt>This function tells a window if it should use the system&#8217;s &#8220;theme&#8221;</dt>
2403<dd>code to draw the windows&#8217; background instead if its own background
2404drawing code. This will only have an effect on platforms that support
2405the notion of themes in user defined windows. One such platform is
2406GTK+ where windows can have (very colourful) backgrounds defined by a
2407user&#8217;s selected theme.</dd>
2408</dl>
2409<p>Dialogs, notebook pages and the status bar have this flag set to true
2410by default so that the default look and feel is simulated best.</p>
2411</dd></dl>
2412
2413<dl class="method">
2414<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetTitle">
2415<tt class="descname">SetTitle</tt><big>(</big><em>self</em>, <em>String title</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetTitle" title="Permalink to this definition">¶</a></dt>
2416<dd></dd></dl>
2417
2418<dl class="method">
2419<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetTmpDefaultItem">
2420<tt class="descname">SetTmpDefaultItem</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetTmpDefaultItem" title="Permalink to this definition">¶</a></dt>
2421<dd><p>Set this child as temporary default</p>
2422</dd></dl>
2423
2424<dl class="method">
2425<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetToolTip">
2426<tt class="descname">SetToolTip</tt><big>(</big><em>self</em>, <em>ToolTip tip</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetToolTip" title="Permalink to this definition">¶</a></dt>
2427<dd><p>Attach a tooltip to the window.</p>
2428</dd></dl>
2429
2430<dl class="method">
2431<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetToolTipString">
2432<tt class="descname">SetToolTipString</tt><big>(</big><em>self</em>, <em>String tip</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetToolTipString" title="Permalink to this definition">¶</a></dt>
2433<dd><p>Attach a tooltip to the window.</p>
2434</dd></dl>
2435
2436<dl class="method">
2437<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetTransparent">
2438<tt class="descname">SetTransparent</tt><big>(</big><em>self</em>, <em>byte alpha</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetTransparent" title="Permalink to this definition">¶</a></dt>
2439<dd><p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value,
2440returns True on success.  The <tt class="docutils literal"><span class="pre">alpha</span></tt> value is an integer in the
2441range of 0 to 255, where 0 is fully transparent and 255 is fully
2442opaque.</p>
2443</dd></dl>
2444
2445<dl class="method">
2446<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetValidator">
2447<tt class="descname">SetValidator</tt><big>(</big><em>self</em>, <em>Validator validator</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetValidator" title="Permalink to this definition">¶</a></dt>
2448<dd><p>Deletes the current validator (if any) and sets the window validator,
2449having called wx.Validator.Clone to create a new validator of this
2450type.</p>
2451</dd></dl>
2452
2453<dl class="method">
2454<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSize">
2455<tt class="descname">SetVirtualSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSize" title="Permalink to this definition">¶</a></dt>
2456<dd><p>Set the the virtual size of a window in pixels.  For most windows this
2457is just the client area of the window, but for some like scrolled
2458windows it is more or less independent of the screen window size.</p>
2459</dd></dl>
2460
2461<dl class="method">
2462<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeHints">
2463<tt class="descname">SetVirtualSizeHints</tt><big>(</big><em>self</em>, <em>int minW</em>, <em>int minH</em>, <em>int maxW=-1</em>, <em>int maxH=-1</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt>
2464<dd><p>Allows specification of minimum and maximum virtual window sizes. If a
2465pair of values is not set (or set to -1), the default values will be
2466used.  If this function is called, the user will not be able to size
2467the virtual area of the window outside the given bounds.</p>
2468</dd></dl>
2469
2470<dl class="method">
2471<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeHintsSz">
2472<tt class="descname">SetVirtualSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt>
2473<dd><p>Allows specification of minimum and maximum virtual window sizes. If a
2474pair of values is not set (or set to -1), the default values will be
2475used.  If this function is called, the user will not be able to size
2476the virtual area of the window outside the given bounds.</p>
2477</dd></dl>
2478
2479<dl class="method">
2480<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeWH">
2481<tt class="descname">SetVirtualSizeWH</tt><big>(</big><em>self</em>, <em>int w</em>, <em>int h</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt>
2482<dd><p>Set the the virtual size of a window in pixels.  For most windows this
2483is just the client area of the window, but for some like scrolled
2484windows it is more or less independent of the screen window size.</p>
2485</dd></dl>
2486
2487<dl class="method">
2488<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowStyle">
2489<tt class="descname">SetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowStyle" title="Permalink to this definition">¶</a></dt>
2490<dd><p>SetWindowStyleFlag(self, long style)</p>
2491<p>Sets the style of the window. Please note that some styles cannot be
2492changed after the window creation and that Refresh() might need to be
2493called after changing the others for the change to take place
2494immediately.</p>
2495</dd></dl>
2496
2497<dl class="method">
2498<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowStyleFlag">
2499<tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>self</em>, <em>long style</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt>
2500<dd><p>Sets the style of the window. Please note that some styles cannot be
2501changed after the window creation and that Refresh() might need to be
2502called after changing the others for the change to take place
2503immediately.</p>
2504</dd></dl>
2505
2506<dl class="method">
2507<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowVariant">
2508<tt class="descname">SetWindowVariant</tt><big>(</big><em>self</em>, <em>int variant</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.SetWindowVariant" title="Permalink to this definition">¶</a></dt>
2509<dd><p>Sets the variant of the window/font size to use for this window, if
2510the platform supports variants, for example, wxMac.</p>
2511</dd></dl>
2512
2513<dl class="method">
2514<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ShouldInheritColours">
2515<tt class="descname">ShouldInheritColours</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ShouldInheritColours" title="Permalink to this definition">¶</a></dt>
2516<dd><p>Return true from here to allow the colours of this window to be
2517changed by InheritAttributes, returning false forbids inheriting them
2518from the parent window.</p>
2519<p>The base class version returns false, but this method is overridden in
2520wxControl where it returns true.</p>
2521</dd></dl>
2522
2523<dl class="method">
2524<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Show">
2525<tt class="descname">Show</tt><big>(</big><em>self</em>, <em>bool show=True</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Show" title="Permalink to this definition">¶</a></dt>
2526<dd><p>Shows or hides the window. You may need to call Raise for a top level
2527window if you want to bring it to top, although this is not needed if
2528Show is called immediately after the frame creation.  Returns True if
2529the window has been shown or hidden or False if nothing was done
2530because it already was in the requested state.</p>
2531</dd></dl>
2532
2533<dl class="method">
2534<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ShowFullScreen">
2535<tt class="descname">ShowFullScreen</tt><big>(</big><em>self</em>, <em>bool show</em>, <em>long style=FULLSCREEN_ALL</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ShowFullScreen" title="Permalink to this definition">¶</a></dt>
2536<dd></dd></dl>
2537
2538<dl class="method">
2539<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ShowModal">
2540<tt class="descname">ShowModal</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ShowModal" title="Permalink to this definition">¶</a></dt>
2541<dd></dd></dl>
2542
2543<dl class="attribute">
2544<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Shown">
2545<tt class="descname">Shown</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Shown" title="Permalink to this definition">¶</a></dt>
2546<dd><p>See <cite>IsShown</cite> and <cite>Show</cite></p>
2547</dd></dl>
2548
2549<dl class="attribute">
2550<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Size">
2551<tt class="descname">Size</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Size" title="Permalink to this definition">¶</a></dt>
2552<dd><p>See <cite>GetSize</cite> and <cite>SetSize</cite></p>
2553</dd></dl>
2554
2555<dl class="attribute">
2556<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Sizer">
2557<tt class="descname">Sizer</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Sizer" title="Permalink to this definition">¶</a></dt>
2558<dd><p>See <cite>GetSizer</cite> and <cite>SetSizer</cite></p>
2559</dd></dl>
2560
2561<dl class="method">
2562<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Thaw">
2563<tt class="descname">Thaw</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Thaw" title="Permalink to this definition">¶</a></dt>
2564<dd><p>Reenables window updating after a previous call to Freeze.  Calls to
2565Freeze/Thaw may be nested, so Thaw must be called the same number of
2566times that Freeze was before the window will be updated.</p>
2567</dd></dl>
2568
2569<dl class="attribute">
2570<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ThemeEnabled">
2571<tt class="descname">ThemeEnabled</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ThemeEnabled" title="Permalink to this definition">¶</a></dt>
2572<dd><p>See <cite>GetThemeEnabled</cite> and <cite>SetThemeEnabled</cite></p>
2573</dd></dl>
2574
2575<dl class="attribute">
2576<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Title">
2577<tt class="descname">Title</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Title" title="Permalink to this definition">¶</a></dt>
2578<dd><p>See <cite>GetTitle</cite> and <cite>SetTitle</cite></p>
2579</dd></dl>
2580
2581<dl class="attribute">
2582<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.TmpDefaultItem">
2583<tt class="descname">TmpDefaultItem</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.TmpDefaultItem" title="Permalink to this definition">¶</a></dt>
2584<dd><p>See <cite>GetTmpDefaultItem</cite> and <cite>SetTmpDefaultItem</cite></p>
2585</dd></dl>
2586
2587<dl class="method">
2588<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ToggleWindowStyle">
2589<tt class="descname">ToggleWindowStyle</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt>
2590<dd><p>Turn the flag on if it had been turned off before and vice versa,
2591returns True if the flag is turned on by this function call.</p>
2592</dd></dl>
2593
2594<dl class="attribute">
2595<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.ToolTip">
2596<tt class="descname">ToolTip</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.ToolTip" title="Permalink to this definition">¶</a></dt>
2597<dd><p>See <cite>GetToolTip</cite> and <cite>SetToolTip</cite></p>
2598</dd></dl>
2599
2600<dl class="attribute">
2601<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.TopLevel">
2602<tt class="descname">TopLevel</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.TopLevel" title="Permalink to this definition">¶</a></dt>
2603<dd><p>See <cite>IsTopLevel</cite></p>
2604</dd></dl>
2605
2606<dl class="attribute">
2607<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.TopLevelParent">
2608<tt class="descname">TopLevelParent</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.TopLevelParent" title="Permalink to this definition">¶</a></dt>
2609<dd><p>See <cite>GetTopLevelParent</cite></p>
2610</dd></dl>
2611
2612<dl class="method">
2613<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.TransferDataFromWindow">
2614<tt class="descname">TransferDataFromWindow</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt>
2615<dd><p>Transfers values from child controls to data areas specified by their
2616validators. Returns false if a transfer failed.  If the window has
2617wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will
2618also call TransferDataFromWindow() of all child windows.</p>
2619</dd></dl>
2620
2621<dl class="method">
2622<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.TransferDataToWindow">
2623<tt class="descname">TransferDataToWindow</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.TransferDataToWindow" title="Permalink to this definition">¶</a></dt>
2624<dd><p>Transfers values to child controls from data areas specified by their
2625validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
2626style flag set, the method will also call TransferDataToWindow() of
2627all child windows.</p>
2628</dd></dl>
2629
2630<dl class="method">
2631<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Unbind">
2632<tt class="descname">Unbind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Unbind" title="Permalink to this definition">¶</a></dt>
2633<dd><p>Disconnects the event handler binding for event from self.
2634Returns True if successful.</p>
2635</dd></dl>
2636
2637<dl class="method">
2638<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.UnregisterHotKey">
2639<tt class="descname">UnregisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.UnregisterHotKey" title="Permalink to this definition">¶</a></dt>
2640<dd><p>Unregisters a system wide hotkey.</p>
2641</dd></dl>
2642
2643<dl class="method">
2644<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Update">
2645<tt class="descname">Update</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Update" title="Permalink to this definition">¶</a></dt>
2646<dd><p>Calling this method immediately repaints the invalidated area of the
2647window instead of waiting for the EVT_PAINT event to happen, (normally
2648this would usually only happen when the flow of control returns to the
2649event loop.)  Notice that this function doesn&#8217;t refresh the window and
2650does nothing if the window has been already repainted.  Use <cite>Refresh</cite>
2651first if you want to immediately redraw the window (or some portion of
2652it) unconditionally.</p>
2653</dd></dl>
2654
2655<dl class="attribute">
2656<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.UpdateClientRect">
2657<tt class="descname">UpdateClientRect</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.UpdateClientRect" title="Permalink to this definition">¶</a></dt>
2658<dd><p>See <cite>GetUpdateClientRect</cite></p>
2659</dd></dl>
2660
2661<dl class="attribute">
2662<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.UpdateRegion">
2663<tt class="descname">UpdateRegion</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.UpdateRegion" title="Permalink to this definition">¶</a></dt>
2664<dd><p>See <cite>GetUpdateRegion</cite></p>
2665</dd></dl>
2666
2667<dl class="method">
2668<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.UpdateWindowUI">
2669<tt class="descname">UpdateWindowUI</tt><big>(</big><em>self</em>, <em>long flags=UPDATE_UI_NONE</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.UpdateWindowUI" title="Permalink to this definition">¶</a></dt>
2670<dd><p>This function sends EVT_UPDATE_UI events to the window. The particular
2671implementation depends on the window; for example a wx.ToolBar will
2672send an update UI event for each toolbar button, and a wx.Frame will
2673send an update UI event for each menubar menu item. You can call this
2674function from your application to ensure that your UI is up-to-date at
2675a particular point in time (as far as your EVT_UPDATE_UI handlers are
2676concerned). This may be necessary if you have called
2677<cite>wx.UpdateUIEvent.SetMode</cite> or <cite>wx.UpdateUIEvent.SetUpdateInterval</cite> to
2678limit the overhead that wxWindows incurs by sending update UI events
2679in idle time.</p>
2680</dd></dl>
2681
2682<dl class="method">
2683<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.UseBgCol">
2684<tt class="descname">UseBgCol</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.UseBgCol" title="Permalink to this definition">¶</a></dt>
2685<dd></dd></dl>
2686
2687<dl class="method">
2688<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Validate">
2689<tt class="descname">Validate</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Validate" title="Permalink to this definition">¶</a></dt>
2690<dd><p>Validates the current values of the child controls using their
2691validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
2692style flag set, the method will also call Validate() of all child
2693windows.  Returns false if any of the validations failed.</p>
2694</dd></dl>
2695
2696<dl class="attribute">
2697<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.Validator">
2698<tt class="descname">Validator</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.Validator" title="Permalink to this definition">¶</a></dt>
2699<dd><p>See <cite>GetValidator</cite> and <cite>SetValidator</cite></p>
2700</dd></dl>
2701
2702<dl class="attribute">
2703<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.VirtualSize">
2704<tt class="descname">VirtualSize</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.VirtualSize" title="Permalink to this definition">¶</a></dt>
2705<dd><p>See <cite>GetVirtualSize</cite> and <cite>SetVirtualSize</cite></p>
2706</dd></dl>
2707
2708<dl class="method">
2709<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.WarpPointer">
2710<tt class="descname">WarpPointer</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.WarpPointer" title="Permalink to this definition">¶</a></dt>
2711<dd><p>Moves the pointer to the given position on the window.</p>
2712<p>NOTE: This function is not supported under Mac because Apple Human
2713Interface Guidelines forbid moving the mouse cursor programmatically.</p>
2714</dd></dl>
2715
2716<dl class="attribute">
2717<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.WindowStyle">
2718<tt class="descname">WindowStyle</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.WindowStyle" title="Permalink to this definition">¶</a></dt>
2719<dd><p>See <cite>GetWindowStyle</cite> and <cite>SetWindowStyle</cite></p>
2720</dd></dl>
2721
2722<dl class="attribute">
2723<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.WindowStyleFlag">
2724<tt class="descname">WindowStyleFlag</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.WindowStyleFlag" title="Permalink to this definition">¶</a></dt>
2725<dd><p>See <cite>GetWindowStyleFlag</cite> and <cite>SetWindowStyleFlag</cite></p>
2726</dd></dl>
2727
2728<dl class="method">
2729<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.WindowToClientSize">
2730<tt class="descname">WindowToClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.WindowToClientSize" title="Permalink to this definition">¶</a></dt>
2731<dd></dd></dl>
2732
2733<dl class="attribute">
2734<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.WindowVariant">
2735<tt class="descname">WindowVariant</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.WindowVariant" title="Permalink to this definition">¶</a></dt>
2736<dd><p>See <cite>GetWindowVariant</cite> and <cite>SetWindowVariant</cite></p>
2737</dd></dl>
2738
2739<dl class="method">
2740<dt id="sans.perspectives.invariant.report_dialog.ReportDialog._CreateButtonSizer">
2741<tt class="descname">_CreateButtonSizer</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog._CreateButtonSizer" title="Permalink to this definition">¶</a></dt>
2742<dd></dd></dl>
2743
2744<dl class="attribute">
2745<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__class__">
2746<tt class="descname">__class__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__class__" title="Permalink to this definition">¶</a></dt>
2747<dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p>
2748</dd></dl>
2749
2750<dl class="attribute">
2751<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__delattr__">
2752<tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__delattr__" title="Permalink to this definition">¶</a></dt>
2753<dd><p>x.__delattr__(&#8216;name&#8217;) &lt;==&gt; del x.name</p>
2754</dd></dl>
2755
2756<dl class="attribute">
2757<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__dict__">
2758<tt class="descname">__dict__</tt><em class="property"> = &lt;dictproxy object at 0x05098B70&gt;</em><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__dict__" title="Permalink to this definition">¶</a></dt>
2759<dd></dd></dl>
2760
2761<dl class="method">
2762<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__enter__">
2763<tt class="descname">__enter__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__enter__" title="Permalink to this definition">¶</a></dt>
2764<dd></dd></dl>
2765
2766<dl class="method">
2767<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__exit__">
2768<tt class="descname">__exit__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__exit__" title="Permalink to this definition">¶</a></dt>
2769<dd></dd></dl>
2770
2771<dl class="attribute">
2772<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__getattribute__">
2773<tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__getattribute__" title="Permalink to this definition">¶</a></dt>
2774<dd><p>x.__getattribute__(&#8216;name&#8217;) &lt;==&gt; x.name</p>
2775</dd></dl>
2776
2777<dl class="attribute">
2778<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__hash__">
2779<tt class="descname">__hash__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__hash__" title="Permalink to this definition">¶</a></dt>
2780<dd><p>x.__hash__() &lt;==&gt; hash(x)</p>
2781</dd></dl>
2782
2783<dl class="method">
2784<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__init__">
2785<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__init__" title="Permalink to this definition">¶</a></dt>
2786<dd><p>Initialization. The parameters added to Dialog are:</p>
2787<table class="docutils field-list" frame="void" rules="none">
2788<col class="field-name" />
2789<col class="field-body" />
2790<tbody valign="top">
2791<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>list</strong> &#8211; report_list (list of html_str, text_str, image)</td>
2792</tr>
2793</tbody>
2794</table>
2795<p>from invariant_state</p>
2796</dd></dl>
2797
2798<dl class="attribute">
2799<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__module__">
2800<tt class="descname">__module__</tt><em class="property"> = 'sans.perspectives.invariant.report_dialog'</em><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__module__" title="Permalink to this definition">¶</a></dt>
2801<dd></dd></dl>
2802
2803<dl class="staticmethod">
2804<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__new__">
2805<em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> &rarr; a new object with type S, a subtype of T<a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__new__" title="Permalink to this definition">¶</a></dt>
2806<dd></dd></dl>
2807
2808<dl class="method">
2809<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__reduce__">
2810<tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__reduce__" title="Permalink to this definition">¶</a></dt>
2811<dd><p>helper for pickle</p>
2812</dd></dl>
2813
2814<dl class="method">
2815<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__reduce_ex__">
2816<tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__reduce_ex__" title="Permalink to this definition">¶</a></dt>
2817<dd><p>helper for pickle</p>
2818</dd></dl>
2819
2820<dl class="method">
2821<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__repr__">
2822<tt class="descname">__repr__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__repr__" title="Permalink to this definition">¶</a></dt>
2823<dd></dd></dl>
2824
2825<dl class="attribute">
2826<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__setattr__">
2827<tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__setattr__" title="Permalink to this definition">¶</a></dt>
2828<dd><p>x.__setattr__(&#8216;name&#8217;, value) &lt;==&gt; x.name = value</p>
2829</dd></dl>
2830
2831<dl class="attribute">
2832<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__str__">
2833<tt class="descname">__str__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__str__" title="Permalink to this definition">¶</a></dt>
2834<dd><p>x.__str__() &lt;==&gt; str(x)</p>
2835</dd></dl>
2836
2837<dl class="attribute">
2838<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.__weakref__">
2839<tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.__weakref__" title="Permalink to this definition">¶</a></dt>
2840<dd><p>list of weak references to the object (if defined)</p>
2841</dd></dl>
2842
2843<dl class="method">
2844<dt id="sans.perspectives.invariant.report_dialog.ReportDialog._setOORInfo">
2845<tt class="descname">_setOORInfo</tt><big>(</big><em>self</em>, <em>PyObject _self</em>, <em>bool incref=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog._setOORInfo" title="Permalink to this definition">¶</a></dt>
2846<dd></dd></dl>
2847
2848<dl class="method">
2849<dt id="sans.perspectives.invariant.report_dialog.ReportDialog._setup_layout">
2850<tt class="descname">_setup_layout</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog._setup_layout" title="Permalink to this definition">¶</a></dt>
2851<dd><p>Set up layout</p>
2852</dd></dl>
2853
2854<dl class="method">
2855<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.onPreview">
2856<tt class="descname">onPreview</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.onPreview" title="Permalink to this definition">¶</a></dt>
2857<dd><p>Preview</p>
2858<p>: event: Preview button event</p>
2859</dd></dl>
2860
2861<dl class="method">
2862<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.onPrint">
2863<tt class="descname">onPrint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.onPrint" title="Permalink to this definition">¶</a></dt>
2864<dd><p>Print</p>
2865<p>: event: Print button event</p>
2866</dd></dl>
2867
2868<dl class="method">
2869<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.onSave">
2870<tt class="descname">onSave</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.onSave" title="Permalink to this definition">¶</a></dt>
2871<dd><p>Save</p>
2872</dd></dl>
2873
2874<dl class="attribute">
2875<dt id="sans.perspectives.invariant.report_dialog.ReportDialog.thisown">
2876<tt class="descname">thisown</tt><a class="headerlink" href="#sans.perspectives.invariant.report_dialog.ReportDialog.thisown" title="Permalink to this definition">¶</a></dt>
2877<dd><p>The membership flag</p>
2878</dd></dl>
2879
2880</dd></dl>
2881
2882</div>
2883</div>
2884
2885
2886          </div>
2887        </div>
2888      </div>
2889      <div class="sphinxsidebar">
2890        <div class="sphinxsidebarwrapper">
2891  <h3><a href="../index.html">Table Of Contents</a></h3>
2892  <ul>
2893<li><a class="reference internal" href="#">report_dialog</a><ul>
2894<li><a class="reference internal" href="#sans-perspectives-invariant-report-dialog"><tt class="docutils literal"><span class="pre">sans.perspectives.invariant.report_dialog</span></tt></a></li>
2895</ul>
2896</li>
2897</ul>
2898
2899  <h4>Previous topic</h4>
2900  <p class="topless"><a href="invariant_widgets.html"
2901                        title="previous chapter">invariant_widgets</a></p>
2902  <h3>This Page</h3>
2903  <ul class="this-page-menu">
2904    <li><a href="../_sources/api/report_dialog.txt"
2905           rel="nofollow">Show Source</a></li>
2906  </ul>
2907<div id="searchbox" style="display: none">
2908  <h3>Quick search</h3>
2909    <form class="search" action="../search.html" method="get">
2910      <input type="text" name="q" />
2911      <input type="submit" value="Go" />
2912      <input type="hidden" name="check_keywords" value="yes" />
2913      <input type="hidden" name="area" value="default" />
2914    </form>
2915    <p class="searchtip" style="font-size: 90%">
2916    Enter search terms or a module, class or function name.
2917    </p>
2918</div>
2919<script type="text/javascript">$('#searchbox').show(0);</script>
2920        </div>
2921      </div>
2922      <div class="clearer"></div>
2923    </div>
2924    <div class="related">
2925      <h3>Navigation</h3>
2926      <ul>
2927        <li class="right" style="margin-right: 10px">
2928          <a href="../genindex.html" title="General Index"
2929             >index</a></li>
2930        <li class="right" >
2931          <a href="../py-modindex.html" title="Python Module Index"
2932             >modules</a> |</li>
2933        <li class="right" >
2934          <a href="invariant_widgets.html" title="invariant_widgets"
2935             >previous</a> |</li>
2936        <li><a href="../index.html">invariantview 0.1.0 documentation</a> &raquo;</li>
2937          <li><a href="index.html" >Reference</a> &raquo;</li> 
2938      </ul>
2939    </div>
2940    <div class="footer">
2941        &copy; Copyright 2010, sans group.
2942      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.
2943    </div>
2944  </body>
2945</html>
Note: See TracBrowser for help on using the repository browser.