source: sasview/fittingview/docs/sphinx/html/api/perspectives/fitting/simfitpage.html @ 5a9a98f

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 5a9a98f was 5a9a98f, checked in by Jessica Tumarkin <jtumarki@…>, 13 years ago

HTML folder generated by Sphinx

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