source: sasview/fittingview/docs/sphinx/html/api/perspectives/fitting/report_dialog.html @ 09e89b7

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 09e89b7 was 30d3a1b, checked in by Gervaise Alina <gervyh@…>, 13 years ago

edit doc

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