Changeset 30d3a1b in sasview for fittingview/docs/sphinx/html/api/perspectives/fitting/simfitpage.html
- Timestamp:
- Oct 24, 2011 1:15:13 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 89b7858
- Parents:
- 63edfb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fittingview/docs/sphinx/html/api/perspectives/fitting/simfitpage.html
r5a9a98f r30d3a1b 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 8 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 10 10 <title>simfitpage — sansview v0.1.0 documentation</title> 11 <title>simfitpage — sansview 0.1.0 documentation</title> 12 11 13 <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 12 14 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 15 13 16 <script type="text/javascript"> 14 17 var DOCUMENTATION_OPTIONS = { … … 23 26 <script type="text/javascript" src="../../../_static/underscore.js"></script> 24 27 <script type="text/javascript" src="../../../_static/doctools.js"></script> 25 <link rel="top" title="sansview v0.1.0 documentation" href="../../../index.html" />28 <link rel="top" title="sansview 0.1.0 documentation" href="../../../index.html" /> 26 29 <link rel="up" title="Reference" href="index.html" /> 27 <link rel="prev" title="pagestate" href="pagestate.html" /> 30 <link rel="next" title="utils" href="utils.html" /> 31 <link rel="prev" title="report_dialog" href="report_dialog.html" /> 28 32 </head> 29 33 <body> … … 38 42 >modules</a> |</li> 39 43 <li class="right" > 40 <a href="pagestate.html" title="pagestate" 44 <a href="utils.html" title="utils" 45 accesskey="N">next</a> |</li> 46 <li class="right" > 47 <a href="report_dialog.html" title="report_dialog" 41 48 accesskey="P">previous</a> |</li> 42 <li><a href="../../../index.html">sansview v0.1.0 documentation</a> »</li>49 <li><a href="../../../index.html">sansview 0.1.0 documentation</a> »</li> 43 50 <li><a href="index.html" accesskey="U">Reference</a> »</li> 44 51 </ul> … … 52 59 <div class="section" id="simfitpage"> 53 60 <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">61 <div class="section" id="sans-perspectives-fitting-simfitpage"> 62 <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="#sans-perspectives-fitting-simfitpage" title="Permalink to this headline">¶</a></h2> 63 <span class="target" id="module-sans.perspectives.fitting.simfitpage"></span><dl class="class"> 57 64 <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>65 <em class="property">class </em><tt class="descclassname">sans.perspectives.fitting.simfitpage.</tt><tt class="descname">SimultaneousFitPage</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage" title="Permalink to this definition">¶</a></dt> 59 66 <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 67 <p>Simultaneous fitting panel … … 69 76 <dl class="method"> 70 77 <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) -> bool</p> 73 <p>Can this window have focus?</p> 78 <tt class="descname">AcceptsFocus</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AcceptsFocus" title="Permalink to this definition">¶</a></dt> 79 <dd><p>Can this window have focus?</p> 74 80 </dd></dl> 75 81 76 82 <dl class="method"> 77 83 <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) -> bool</p> 80 <p>Can this window be given focus by keyboard navigation? if not, the 84 <tt class="descname">AcceptsFocusFromKeyboard</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 85 <dd><p>Can this window be given focus by keyboard navigation? if not, the 81 86 only way to give it focus (provided it accepts it at all) is to click 82 87 it.</p> … … 85 90 <dl class="method"> 86 91 <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 92 <tt class="descname">AddChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AddChild" title="Permalink to this definition">¶</a></dt> 93 <dd><p>Adds a child window. This is called automatically by window creation 90 94 functions so should not be required by the application programmer.</p> 91 95 </dd></dl> … … 93 97 <dl class="method"> 94 98 <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> 99 <tt class="descname">AddPendingEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 100 <dd></dd></dl> 98 101 99 102 <dl class="method"> 100 103 <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) -> int</p> 103 <p>Mirror coordinates for RTL layout if this window uses it and if the 104 <tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int width</em>, <em>int widthTotal</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt> 105 <dd><p>Mirror coordinates for RTL layout if this window uses it and if the 104 106 mirroring is not done automatically like Win32.</p> 105 107 </dd></dl> … … 107 109 <dl class="method"> 108 110 <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> 111 <tt class="descname">AdjustScrollbars</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AdjustScrollbars" title="Permalink to this definition">¶</a></dt> 112 <dd></dd></dl> 112 113 113 114 <dl class="method"> 114 115 <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> 116 <tt class="descname">AssociateHandle</tt><big>(</big><em>self</em>, <em>long handle</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.AssociateHandle" title="Permalink to this definition">¶</a></dt> 117 <dd><p>Associate the window with a new native handle</p> 118 118 </dd></dl> 119 119 … … 150 150 <dl class="method"> 151 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>152 <tt class="descname">Bind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Bind" title="Permalink to this definition">¶</a></dt> 153 153 <dd><p>Bind an event to an event handler.</p> 154 154 <table class="docutils field-list" frame="void" rules="none"> … … 156 156 <col class="field-body" /> 157 157 <tbody valign="top"> 158 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">158 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 159 159 <li><strong>event</strong> – One of the EVT_* objects that specifies the 160 160 type of event to bind,</li> … … 189 189 <dl class="method"> 190 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’t need to be calculated again, (at least until 191 <tt class="descname">CacheBestSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CacheBestSize" title="Permalink to this definition">¶</a></dt> 192 <dd><p>Cache the best size so it doesn’t need to be calculated again, (at least until 194 193 some properties of the window change.)</p> 195 194 </dd></dl> … … 197 196 <dl class="method"> 198 197 <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) -> int</p> 201 </dd></dl> 198 <tt class="descname">CalcScrollInc</tt><big>(</big><em>self</em>, <em>ScrollWinEvent event</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CalcScrollInc" title="Permalink to this definition">¶</a></dt> 199 <dd></dd></dl> 202 200 203 201 <dl class="method"> 204 202 <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) -> Point 207 CalcScrolledPosition(int x, int y) -> (sx, sy)</p> 203 <tt class="descname">CalcScrolledPosition</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CalcScrolledPosition" title="Permalink to this definition">¶</a></dt> 204 <dd><p>CalcScrolledPosition(int x, int y) -> (sx, sy)</p> 208 205 <p>Translate between scrolled and unscrolled coordinates.</p> 209 206 </dd></dl> … … 211 208 <dl class="method"> 212 209 <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) -> Point 215 CalcUnscrolledPosition(int x, int y) -> (ux, uy)</p> 210 <tt class="descname">CalcUnscrolledPosition</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CalcUnscrolledPosition" title="Permalink to this definition">¶</a></dt> 211 <dd><p>CalcUnscrolledPosition(int x, int y) -> (ux, uy)</p> 216 212 <p>Translate between scrolled and unscrolled coordinates.</p> 217 213 </dd></dl> … … 219 215 <dl class="method"> 220 216 <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) -> bool</p> 223 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 217 <tt class="descname">CanSetTransparent</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CanSetTransparent" title="Permalink to this definition">¶</a></dt> 218 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 224 219 this window. Note that this method will err on the side of caution, 225 so it is possible that this will return <tt class=" xrefdocutils literal"><span class="pre">False</span></tt> when it is in fact220 so it is possible that this will return <tt class="docutils literal"><span class="pre">False</span></tt> when it is in fact 226 221 possible to set the transparency.</p> 227 222 <p>NOTE: On X-windows systems the X server must have the composite … … 232 227 <dl class="method"> 233 228 <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 229 <tt class="descname">CaptureMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CaptureMouse" title="Permalink to this definition">¶</a></dt> 230 <dd><p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to 237 231 release the capture.</p> 238 232 <p>Note that wxWindows maintains the stack of windows having captured the … … 256 250 <dl class="method"> 257 251 <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> 252 <tt class="descname">Center</tt><big>(</big><em>self</em>, <em>int direction=BOTH</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Center" title="Permalink to this definition">¶</a></dt> 253 <dd><p>Centers the window. The parameter specifies the direction for 254 centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may 255 also include wx.CENTER_ON_SCREEN flag if you want to center the window 256 on the entire screen and not on its parent window. If it is a 257 top-level window and has no parent then it will always be centered 258 relative to the screen.</p> 259 </dd></dl> 260 261 <dl class="method"> 262 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CenterOnParent"> 263 <tt class="descname">CenterOnParent</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CenterOnParent" title="Permalink to this definition">¶</a></dt> 264 <dd><p>Center with respect to the the parent window</p> 265 </dd></dl> 266 267 <dl class="method"> 268 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Centre"> 269 <tt class="descname">Centre</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Centre" title="Permalink to this definition">¶</a></dt> 259 270 <dd><p>Center(self, int direction=BOTH)</p> 260 271 <p>Centers the window. The parameter specifies the direction for … … 267 278 268 279 <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 for280 centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may281 also include wx.CENTER_ON_SCREEN flag if you want to center the window282 on the entire screen and not on its parent window. If it is a283 top-level window and has no parent then it will always be centered284 relative to the screen.</p>285 </dd></dl>286 287 <dl class="method">288 280 <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>281 <tt class="descname">CentreOnParent</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.CentreOnParent" title="Permalink to this definition">¶</a></dt> 290 282 <dd><p>CenterOnParent(self, int dir=BOTH)</p> 291 283 <p>Center with respect to the the parent window</p> … … 318 310 <dl class="method"> 319 311 <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 312 <tt class="descname">ClearBackground</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ClearBackground" title="Permalink to this definition">¶</a></dt> 313 <dd><p>Clears the window by filling it with the current background 323 314 colour. Does not cause an erase background event to be generated.</p> 324 315 </dd></dl> … … 344 335 <dl class="method"> 345 336 <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) -> Point</p> 348 <p>Converts to screen coordinates from coordinates relative to this window.</p> 337 <tt class="descname">ClientToScreen</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ClientToScreen" title="Permalink to this definition">¶</a></dt> 338 <dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 349 339 </dd></dl> 350 340 351 341 <dl class="method"> 352 342 <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) -> (x,y)</p> 355 <p>Converts to screen coordinates from coordinates relative to this window.</p> 343 <tt class="descname">ClientToScreenXY</tt><big>(</big><em>int x</em>, <em>int y) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ClientToScreenXY" title="Permalink to this definition">¶</a></dt> 344 <dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 356 345 </dd></dl> 357 346 358 347 <dl class="method"> 359 348 <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) -> Size</p> 362 </dd></dl> 349 <tt class="descname">ClientToWindowSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ClientToWindowSize" title="Permalink to this definition">¶</a></dt> 350 <dd></dd></dl> 363 351 364 352 <dl class="method"> 365 353 <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) -> bool</p> 368 <p>This function simply generates a EVT_CLOSE event whose handler usually 354 <tt class="descname">Close</tt><big>(</big><em>self</em>, <em>bool force=False</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Close" title="Permalink to this definition">¶</a></dt> 355 <dd><p>This function simply generates a EVT_CLOSE event whose handler usually 369 356 tries to close the window. It doesn’t close the window itself, 370 357 however. If force is False (the default) then the window’s close … … 374 361 <dl class="method"> 375 362 <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> 363 <tt class="descname">Connect</tt><big>(</big><em>self</em>, <em>int id</em>, <em>int lastId</em>, <em>int eventType</em>, <em>PyObject func</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Connect" title="Permalink to this definition">¶</a></dt> 364 <dd></dd></dl> 379 365 380 366 <dl class="attribute"> … … 392 378 <dl class="method"> 393 379 <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) -> Point</p> 396 <p>Converts a point or size from dialog units to pixels. Dialog units 380 <tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt> 381 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 397 382 are used for maintaining a dialog’s proportions even if the font 398 383 changes. For the x dimension, the dialog units are multiplied by the … … 404 389 <dl class="method"> 405 390 <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) -> Size</p> 408 <p>Converts a point or size from dialog units to pixels. Dialog units 391 <tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt> 392 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 409 393 are used for maintaining a dialog’s proportions even if the font 410 394 changes. For the x dimension, the dialog units are multiplied by the … … 416 400 <dl class="method"> 417 401 <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) -> Point</p> 420 </dd></dl> 402 <tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt> 403 <dd></dd></dl> 421 404 422 405 <dl class="method"> 423 406 <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) -> Size</p> 426 </dd></dl> 407 <tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt> 408 <dd></dd></dl> 427 409 428 410 <dl class="method"> 429 411 <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>412 <tt class="descname">Create</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Create" title="Permalink to this definition">¶</a></dt> 431 413 <dd><dl class="docutils"> 432 414 <dt>Create(self, Window parent, int id=-1, Point pos=DefaultPosition, </dt> … … 445 427 <dl class="method"> 446 428 <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) -> Point</p> 449 <p>Converts a point or size from dialog units to pixels. Dialog units 429 <tt class="descname">DLG_PNT</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DLG_PNT" title="Permalink to this definition">¶</a></dt> 430 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 450 431 are used for maintaining a dialog’s proportions even if the font 451 432 changes. For the x dimension, the dialog units are multiplied by the … … 457 438 <dl class="method"> 458 439 <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) -> Size</p> 461 <p>Converts a point or size from dialog units to pixels. Dialog units 440 <tt class="descname">DLG_SZE</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DLG_SZE" title="Permalink to this definition">¶</a></dt> 441 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 462 442 are used for maintaining a dialog’s proportions even if the font 463 443 changes. For the x dimension, the dialog units are multiplied by the … … 475 455 <dl class="method"> 476 456 <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) -> bool</p> 479 <p>Destroys the window safely. Frames and dialogs are not destroyed 457 <tt class="descname">Destroy</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Destroy" title="Permalink to this definition">¶</a></dt> 458 <dd><p>Destroys the window safely. Frames and dialogs are not destroyed 480 459 immediately when this function is called – they are added to a list 481 460 of windows to be deleted on idle time, when all the window’s events … … 488 467 <dl class="method"> 489 468 <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) -> bool</p> 492 <p>Destroys all children of a window. Called automatically by the 469 <tt class="descname">DestroyChildren</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DestroyChildren" title="Permalink to this definition">¶</a></dt> 470 <dd><p>Destroys all children of a window. Called automatically by the 493 471 destructor.</p> 494 472 </dd></dl> … … 496 474 <dl class="method"> 497 475 <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) -> bool</p> 500 <p>Disables the window, same as Enable(false).</p> 476 <tt class="descname">Disable</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Disable" title="Permalink to this definition">¶</a></dt> 477 <dd><p>Disables the window, same as Enable(false).</p> 501 478 </dd></dl> 502 479 503 480 <dl class="method"> 504 481 <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) -> bool</dd> 509 </dl> 482 <tt class="descname">Disconnect</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Disconnect" title="Permalink to this definition">¶</a></dt> 483 <dd><p>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, 484 PyObject func=None) -> bool</p> 510 485 </dd></dl> 511 486 512 487 <dl class="method"> 513 488 <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> 489 <tt class="descname">DissociateHandle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DissociateHandle" title="Permalink to this definition">¶</a></dt> 490 <dd><p>Dissociate the current native handle from the window</p> 517 491 </dd></dl> 518 492 519 493 <dl class="method"> 520 494 <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) -> bool</p> 523 </dd></dl> 495 <tt class="descname">DoEraseBackground</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoEraseBackground" title="Permalink to this definition">¶</a></dt> 496 <dd></dd></dl> 524 497 525 498 <dl class="method"> 526 499 <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) -> Size</p> 529 </dd></dl> 500 <tt class="descname">DoGetBestSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoGetBestSize" title="Permalink to this definition">¶</a></dt> 501 <dd></dd></dl> 530 502 531 503 <dl class="method"> 532 504 <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() -> (width, height)</p> 535 </dd></dl> 505 <tt class="descname">DoGetClientSize</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoGetClientSize" title="Permalink to this definition">¶</a></dt> 506 <dd></dd></dl> 536 507 537 508 <dl class="method"> 538 509 <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() -> (x,y)</p> 541 </dd></dl> 510 <tt class="descname">DoGetPosition</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoGetPosition" title="Permalink to this definition">¶</a></dt> 511 <dd></dd></dl> 542 512 543 513 <dl class="method"> 544 514 <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() -> (width, height)</p> 547 </dd></dl> 515 <tt class="descname">DoGetSize</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoGetSize" title="Permalink to this definition">¶</a></dt> 516 <dd></dd></dl> 548 517 549 518 <dl class="method"> 550 519 <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) -> Size</p> 553 </dd></dl> 520 <tt class="descname">DoGetVirtualSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoGetVirtualSize" title="Permalink to this definition">¶</a></dt> 521 <dd></dd></dl> 554 522 555 523 <dl class="method"> 556 524 <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> 525 <tt class="descname">DoMoveWindow</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoMoveWindow" title="Permalink to this definition">¶</a></dt> 526 <dd></dd></dl> 560 527 561 528 <dl class="method"> 562 529 <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> 530 <tt class="descname">DoPrepareDC</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoPrepareDC" title="Permalink to this definition">¶</a></dt> 531 <dd><p>Normally what is called by <cite>PrepareDC</cite>.</p> 566 532 </dd></dl> 567 533 568 534 <dl class="method"> 569 535 <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> 536 <tt class="descname">DoSetClientSize</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoSetClientSize" title="Permalink to this definition">¶</a></dt> 537 <dd></dd></dl> 573 538 574 539 <dl class="method"> 575 540 <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> 541 <tt class="descname">DoSetSize</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int width</em>, <em>int height</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoSetSize" title="Permalink to this definition">¶</a></dt> 542 <dd></dd></dl> 579 543 580 544 <dl class="method"> 581 545 <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> 546 <tt class="descname">DoSetVirtualSize</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DoSetVirtualSize" title="Permalink to this definition">¶</a></dt> 547 <dd></dd></dl> 585 548 586 549 <dl class="method"> 587 550 <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> 551 <tt class="descname">DragAcceptFiles</tt><big>(</big><em>self</em>, <em>bool accept</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.DragAcceptFiles" title="Permalink to this definition">¶</a></dt> 552 <dd><p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p> 591 553 </dd></dl> 592 554 … … 605 567 <dl class="method"> 606 568 <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) -> bool</p> 609 <p>Enable or disable the window for user input. Note that when a parent 569 <tt class="descname">Enable</tt><big>(</big><em>self</em>, <em>bool enable=True</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Enable" title="Permalink to this definition">¶</a></dt> 570 <dd><p>Enable or disable the window for user input. Note that when a parent 610 571 window is disabled, all of its children are disabled as well and they 611 572 are reenabled again when the parent is. Returns true if the window … … 616 577 <dl class="method"> 617 578 <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> 579 <tt class="descname">EnableScrolling</tt><big>(</big><em>self</em>, <em>bool x_scrolling</em>, <em>bool y_scrolling</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.EnableScrolling" title="Permalink to this definition">¶</a></dt> 580 <dd></dd></dl> 621 581 622 582 <dl class="attribute"> … … 646 606 <dl class="staticmethod"> 647 607 <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() -> Window</p> 650 <p>Returns the window or control that currently has the keyboard focus, 608 <em class="property">static </em><tt class="descname">FindFocus</tt><big>(</big><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.FindFocus" title="Permalink to this definition">¶</a></dt> 609 <dd><p>Returns the window or control that currently has the keyboard focus, 651 610 or None.</p> 652 611 </dd></dl> … … 654 613 <dl class="method"> 655 614 <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) -> Window</p> 658 <p>Find a child of this window by window ID</p> 615 <tt class="descname">FindWindowById</tt><big>(</big><em>self</em>, <em>long winid</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.FindWindowById" title="Permalink to this definition">¶</a></dt> 616 <dd><p>Find a child of this window by window ID</p> 659 617 </dd></dl> 660 618 661 619 <dl class="method"> 662 620 <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) -> Window</p> 665 <p>Find a child of this window by label</p> 621 <tt class="descname">FindWindowByLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.FindWindowByLabel" title="Permalink to this definition">¶</a></dt> 622 <dd><p>Find a child of this window by label</p> 666 623 </dd></dl> 667 624 668 625 <dl class="method"> 669 626 <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) -> Window</p> 672 <p>Find a child of this window by name</p> 627 <tt class="descname">FindWindowByName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.FindWindowByName" title="Permalink to this definition">¶</a></dt> 628 <dd><p>Find a child of this window by name</p> 673 629 </dd></dl> 674 630 675 631 <dl class="method"> 676 632 <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 633 <tt class="descname">Fit</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Fit" title="Permalink to this definition">¶</a></dt> 634 <dd><p>Sizes the window so that it fits around its subwindows. This function 680 635 won’t do anything if there are no subwindows and will only really work 681 636 correctly if sizers are used for the subwindows layout. Also, if the … … 688 643 <dl class="method"> 689 644 <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 645 <tt class="descname">FitInside</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.FitInside" title="Permalink to this definition">¶</a></dt> 646 <dd><p>Similar to Fit, but sizes the interior (virtual) size of a 693 647 window. Mainly useful with scrolled windows to reset scrollbars after 694 648 sizing changes that do not trigger a size event, and/or scrolled … … 711 665 <dl class="method"> 712 666 <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 667 <tt class="descname">Freeze</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Freeze" title="Permalink to this definition">¶</a></dt> 668 <dd><p>Freezes the window or, in other words, prevents any updates from 716 669 taking place on screen, the window is not redrawn at all. Thaw must be 717 670 called to reenable window redrawing. Calls to Freeze/Thaw may be … … 727 680 <dl class="method"> 728 681 <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) -> AcceleratorTable</p> 731 <p>Gets the accelerator table for this window.</p> 682 <tt class="descname">GetAcceleratorTable</tt><big>(</big><em>self</em><big>)</big> → AcceleratorTable<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 683 <dd><p>Gets the accelerator table for this window.</p> 732 684 </dd></dl> 733 685 734 686 <dl class="method"> 735 687 <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>688 <tt class="descname">GetAdjustedBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt> 737 689 <dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 738 690 </dd></dl> … … 740 692 <dl class="method"> 741 693 <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) -> bool</p> 744 <p>Returns the current autoLayout setting</p> 694 <tt class="descname">GetAutoLayout</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetAutoLayout" title="Permalink to this definition">¶</a></dt> 695 <dd><p>Returns the current autoLayout setting</p> 745 696 </dd></dl> 746 697 747 698 <dl class="method"> 748 699 <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) -> Colour</p> 751 <p>Returns the background colour of the window.</p> 700 <tt class="descname">GetBackgroundColour</tt><big>(</big><em>self</em><big>)</big> → Colour<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBackgroundColour" title="Permalink to this definition">¶</a></dt> 701 <dd><p>Returns the background colour of the window.</p> 752 702 </dd></dl> 753 703 754 704 <dl class="method"> 755 705 <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) -> int</p> 758 <p>Returns the background style of the window.</p> 706 <tt class="descname">GetBackgroundStyle</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 707 <dd><p>Returns the background style of the window.</p> 759 708 <table class="docutils field-list" frame="void" rules="none"> 760 709 <col class="field-name" /> 761 710 <col class="field-body" /> 762 711 <tbody valign="top"> 763 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td>712 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td> 764 713 </tr> 765 714 </tbody> … … 769 718 <dl class="method"> 770 719 <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>720 <tt class="descname">GetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBestFittingSize" title="Permalink to this definition">¶</a></dt> 772 721 <dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 773 722 </dd></dl> … … 775 724 <dl class="method"> 776 725 <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) -> Size</p> 779 <p>This function returns the best acceptable minimal size for the 726 <tt class="descname">GetBestSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBestSize" title="Permalink to this definition">¶</a></dt> 727 <dd><p>This function returns the best acceptable minimal size for the 780 728 window, if applicable. For example, for a static text control, it will 781 729 be the minimal size such that the control label is not truncated. For … … 787 735 <dl class="method"> 788 736 <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() -> (width, height)</p> 791 <p>This function returns the best acceptable minimal size for the 737 <tt class="descname">GetBestSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt> 738 <dd><p>This function returns the best acceptable minimal size for the 792 739 window, if applicable. For example, for a static text control, it will 793 740 be the minimal size such that the control label is not truncated. For … … 799 746 <dl class="method"> 800 747 <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) -> Size</p> 803 <p>Return the largest of ClientSize and BestSize (as determined by a 748 <tt class="descname">GetBestVirtualSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt> 749 <dd><p>Return the largest of ClientSize and BestSize (as determined by a 804 750 sizer, interior children, or other means)</p> 805 751 </dd></dl> … … 807 753 <dl class="method"> 808 754 <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) -> int 811 GetBorder(self) -> int</p> 755 <tt class="descname">GetBorder</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetBorder" title="Permalink to this definition">¶</a></dt> 756 <dd><p>GetBorder(self) -> int</p> 812 757 <p>Get border for the flags of this window</p> 813 758 </dd></dl> … … 815 760 <dl class="staticmethod"> 816 761 <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() -> Window</p> 819 <p>Returns the window which currently captures the mouse or None</p> 762 <em class="property">static </em><tt class="descname">GetCapture</tt><big>(</big><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetCapture" title="Permalink to this definition">¶</a></dt> 763 <dd><p>Returns the window which currently captures the mouse or None</p> 820 764 </dd></dl> 821 765 822 766 <dl class="method"> 823 767 <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) -> Caret</p> 826 <p>Returns the caret associated with the window.</p> 768 <tt class="descname">GetCaret</tt><big>(</big><em>self</em><big>)</big> → Caret<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetCaret" title="Permalink to this definition">¶</a></dt> 769 <dd><p>Returns the caret associated with the window.</p> 827 770 </dd></dl> 828 771 829 772 <dl class="method"> 830 773 <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) -> int</p> 833 <p>Get the (average) character size for the current font.</p> 774 <tt class="descname">GetCharHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetCharHeight" title="Permalink to this definition">¶</a></dt> 775 <dd><p>Get the (average) character size for the current font.</p> 834 776 </dd></dl> 835 777 836 778 <dl class="method"> 837 779 <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) -> int</p> 840 <p>Get the (average) character size for the current font.</p> 780 <tt class="descname">GetCharWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetCharWidth" title="Permalink to this definition">¶</a></dt> 781 <dd><p>Get the (average) character size for the current font.</p> 841 782 </dd></dl> 842 783 843 784 <dl class="method"> 844 785 <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) -> WindowList</p> 847 <p>Returns an object containing a list of the window’s children. The 786 <tt class="descname">GetChildren</tt><big>(</big><em>self</em><big>)</big> → WindowList<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetChildren" title="Permalink to this definition">¶</a></dt> 787 <dd><p>Returns an object containing a list of the window’s children. The 848 788 object provides a Python sequence-like interface over the internal 849 789 list maintained by the window..</p> … … 852 792 <dl class="staticmethod"> 853 793 <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) -> VisualAttributes</p> 856 <p>Get the default attributes for this class. This is useful if you want 794 <em class="property">static </em><tt class="descname">GetClassDefaultAttributes</tt><big>(</big><em>int variant=WINDOW_VARIANT_NORMAL</em><big>)</big> → VisualAttributes<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt> 795 <dd><p>Get the default attributes for this class. This is useful if you want 857 796 to use the same font or colour in your own control as in a standard 858 797 control – which is a much better idea than hard coding specific … … 867 806 <dl class="method"> 868 807 <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) -> String</p> 871 <p>Returns the class name of the C++ class using wxRTTI.</p> 808 <tt class="descname">GetClassName</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClassName" title="Permalink to this definition">¶</a></dt> 809 <dd><p>Returns the class name of the C++ class using wxRTTI.</p> 872 810 </dd></dl> 873 811 874 812 <dl class="method"> 875 813 <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) -> Point</p> 878 <p>Get the origin of the client area of the window relative to the 814 <tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt> 815 <dd><p>Get the origin of the client area of the window relative to the 879 816 window’s top left corner (the client area may be shifted because of 880 817 the borders, scrollbars, other decorations...)</p> … … 883 820 <dl class="method"> 884 821 <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) -> Rect</p> 887 <p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 822 <tt class="descname">GetClientRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClientRect" title="Permalink to this definition">¶</a></dt> 823 <dd><p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 888 824 </dd></dl> 889 825 890 826 <dl class="method"> 891 827 <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) -> Size</p> 894 <p>This gets the size of the window’s ‘client area’ in pixels. The client 828 <tt class="descname">GetClientSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClientSize" title="Permalink to this definition">¶</a></dt> 829 <dd><p>This gets the size of the window’s ‘client area’ in pixels. The client 895 830 area is the area which may be drawn on by the programmer, excluding 896 831 title bar, border, scrollbars, etc.</p> … … 899 834 <dl class="method"> 900 835 <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() -> (width, height)</p> 903 <p>This gets the size of the window’s ‘client area’ in pixels. The client 836 <tt class="descname">GetClientSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt> 837 <dd><p>This gets the size of the window’s ‘client area’ in pixels. The client 904 838 area is the area which may be drawn on by the programmer, excluding 905 839 title bar, border, scrollbars, etc.</p> … … 908 842 <dl class="method"> 909 843 <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) -> LayoutConstraints</p> 912 <p>Returns a pointer to the window’s layout constraints, or None if there 844 <tt class="descname">GetConstraints</tt><big>(</big><em>self</em><big>)</big> → LayoutConstraints<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetConstraints" title="Permalink to this definition">¶</a></dt> 845 <dd><p>Returns a pointer to the window’s layout constraints, or None if there 913 846 are none.</p> 914 847 </dd></dl> … … 916 849 <dl class="method"> 917 850 <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) -> Sizer</p> 920 <p>Return the sizer that this window is a member of, if any, otherwise None.</p> 851 <tt class="descname">GetContainingSizer</tt><big>(</big><em>self</em><big>)</big> → Sizer<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetContainingSizer" title="Permalink to this definition">¶</a></dt> 852 <dd><p>Return the sizer that this window is a member of, if any, otherwise None.</p> 921 853 </dd></dl> 922 854 923 855 <dl class="method"> 924 856 <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) -> Cursor</p> 927 <p>Return the cursor associated with this window.</p> 857 <tt class="descname">GetCursor</tt><big>(</big><em>self</em><big>)</big> → Cursor<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetCursor" title="Permalink to this definition">¶</a></dt> 858 <dd><p>Return the cursor associated with this window.</p> 928 859 </dd></dl> 929 860 930 861 <dl class="method"> 931 862 <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) -> VisualAttributes</p> 934 </dd></dl> 863 <tt class="descname">GetDefaultAttributes</tt><big>(</big><em>self</em><big>)</big> → VisualAttributes<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 864 <dd></dd></dl> 935 865 936 866 <dl class="method"> 937 867 <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) -> DropTarget</p> 940 <p>Returns the associated drop target, which may be None.</p> 868 <tt class="descname">GetDropTarget</tt><big>(</big><em>self</em><big>)</big> → DropTarget<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetDropTarget" title="Permalink to this definition">¶</a></dt> 869 <dd><p>Returns the associated drop target, which may be None.</p> 941 870 </dd></dl> 942 871 943 872 <dl class="method"> 944 873 <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) -> Size</p> 947 <p>This function will merge the window’s best size into the window’s 874 <tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt> 875 <dd><p>This function will merge the window’s best size into the window’s 948 876 minimum size, giving priority to the min size components, and returns 949 877 the results.</p> … … 952 880 <dl class="method"> 953 881 <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) -> EvtHandler</p> 956 <p>Returns the event handler for this window. By default, the window is 882 <tt class="descname">GetEventHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetEventHandler" title="Permalink to this definition">¶</a></dt> 883 <dd><p>Returns the event handler for this window. By default, the window is 957 884 its own event handler.</p> 958 885 </dd></dl> … … 960 887 <dl class="method"> 961 888 <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) -> bool</p> 964 </dd></dl> 889 <tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 890 <dd></dd></dl> 965 891 966 892 <dl class="method"> 967 893 <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) -> long</p> 970 <p>Returns the extra style bits for the window.</p> 894 <tt class="descname">GetExtraStyle</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetExtraStyle" title="Permalink to this definition">¶</a></dt> 895 <dd><p>Returns the extra style bits for the window.</p> 971 896 </dd></dl> 972 897 973 898 <dl class="method"> 974 899 <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) -> Font</p> 977 <p>Returns the default font used for this window.</p> 900 <tt class="descname">GetFont</tt><big>(</big><em>self</em><big>)</big> → Font<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetFont" title="Permalink to this definition">¶</a></dt> 901 <dd><p>Returns the default font used for this window.</p> 978 902 </dd></dl> 979 903 980 904 <dl class="method"> 981 905 <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) -> Colour</p> 984 <p>Returns the foreground colour of the window. The interpretation of 906 <tt class="descname">GetForegroundColour</tt><big>(</big><em>self</em><big>)</big> → Colour<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetForegroundColour" title="Permalink to this definition">¶</a></dt> 907 <dd><p>Returns the foreground colour of the window. The interpretation of 985 908 foreground colour is dependent on the window class; it may be the text 986 909 colour or other colour, or it may not be used at all.</p> … … 989 912 <dl class="method"> 990 913 <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) -></dt> 994 <dd>(width, height, descent, externalLeading)</dd> 995 </dl> 914 <tt class="descname">GetFullTextExtent</tt><big>(</big><em>String string</em>, <em>Font font=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetFullTextExtent" title="Permalink to this definition">¶</a></dt> 915 <dd><blockquote> 916 <div>(width, height, descent, externalLeading)</div></blockquote> 996 917 <p>Get the width, height, decent and leading of the text using the 997 918 current or specified font.</p> … … 1000 921 <dl class="method"> 1001 922 <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) -> Window</p> 1004 <p>Returns the parent of the parent of this window, or None if there 923 <tt class="descname">GetGrandParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetGrandParent" title="Permalink to this definition">¶</a></dt> 924 <dd><p>Returns the parent of the parent of this window, or None if there 1005 925 isn’t one.</p> 1006 926 </dd></dl> … … 1008 928 <dl class="method"> 1009 929 <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) -> long</p> 1012 <p>On wxGTK returns a pointer to the GtkWidget for this window as a long 930 <tt class="descname">GetGtkWidget</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetGtkWidget" title="Permalink to this definition">¶</a></dt> 931 <dd><p>On wxGTK returns a pointer to the GtkWidget for this window as a long 1013 932 integer. On the other platforms this method returns zero.</p> 1014 933 </dd></dl> … … 1016 935 <dl class="method"> 1017 936 <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) -> long</p> 1020 <p>Returns the platform-specific handle (as a long integer) of the 937 <tt class="descname">GetHandle</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetHandle" title="Permalink to this definition">¶</a></dt> 938 <dd><p>Returns the platform-specific handle (as a long integer) of the 1021 939 physical window. On wxMSW this is the win32 window handle, on wxGTK 1022 940 it is the XWindow ID, and on wxMac it is the ControlRef.</p> … … 1025 943 <dl class="method"> 1026 944 <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) -> String</p> 1029 <p>Gets the help text to be used as context-sensitive help for this 945 <tt class="descname">GetHelpText</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetHelpText" title="Permalink to this definition">¶</a></dt> 946 <dd><p>Gets the help text to be used as context-sensitive help for this 1030 947 window. Note that the text is actually stored by the current 1031 948 <cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> … … 1034 951 <dl class="method"> 1035 952 <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) -> String</p> 1038 <p>Get the help string associated with the given position in this window.</p> 953 <tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>wxHelpEvent::Origin origin</em><big>)</big> → String<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt> 954 <dd><p>Get the help string associated with the given position in this window.</p> 1039 955 <p>Notice that pt may be invalid if event origin is keyboard or unknown 1040 956 and this method should return the global window help text then</p> … … 1043 959 <dl class="method"> 1044 960 <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) -> int</p> 1047 <p>Returns the identifier of the window. Each window has an integer 961 <tt class="descname">GetId</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetId" title="Permalink to this definition">¶</a></dt> 962 <dd><p>Returns the identifier of the window. Each window has an integer 1048 963 identifier. If the application has not provided one (or the default Id 1049 964 -1 is used) then an unique identifier with a negative value will be … … 1053 968 <dl class="method"> 1054 969 <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) -> String</p> 1057 <p>Generic way of getting a label from any window, for identification 970 <tt class="descname">GetLabel</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetLabel" title="Permalink to this definition">¶</a></dt> 971 <dd><p>Generic way of getting a label from any window, for identification 1058 972 purposes. The interpretation of this function differs from class to 1059 973 class. For frames and dialogs, the value returned is the title. For … … 1065 979 <dl class="method"> 1066 980 <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) -> int</p> 1069 <p>Get the layout direction (LTR or RTL) for this window. Returns 981 <tt class="descname">GetLayoutDirection</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 982 <dd><p>Get the layout direction (LTR or RTL) for this window. Returns 1070 983 <tt class="docutils literal"><span class="pre">wx.Layout_Default</span></tt> if layout direction is not supported.</p> 1071 984 </dd></dl> … … 1073 986 <dl class="method"> 1074 987 <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) -> int</p> 1077 </dd></dl> 988 <tt class="descname">GetMaxHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMaxHeight" title="Permalink to this definition">¶</a></dt> 989 <dd></dd></dl> 1078 990 1079 991 <dl class="method"> 1080 992 <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) -> Size</p> 1083 </dd></dl> 993 <tt class="descname">GetMaxSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMaxSize" title="Permalink to this definition">¶</a></dt> 994 <dd></dd></dl> 1084 995 1085 996 <dl class="method"> 1086 997 <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) -> int</p> 1089 </dd></dl> 998 <tt class="descname">GetMaxWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMaxWidth" title="Permalink to this definition">¶</a></dt> 999 <dd></dd></dl> 1090 1000 1091 1001 <dl class="method"> 1092 1002 <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) -> int</p> 1095 </dd></dl> 1003 <tt class="descname">GetMinHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMinHeight" title="Permalink to this definition">¶</a></dt> 1004 <dd></dd></dl> 1096 1005 1097 1006 <dl class="method"> 1098 1007 <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) -> Size</p> 1101 </dd></dl> 1008 <tt class="descname">GetMinSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMinSize" title="Permalink to this definition">¶</a></dt> 1009 <dd></dd></dl> 1102 1010 1103 1011 <dl class="method"> 1104 1012 <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) -> int</p> 1107 </dd></dl> 1013 <tt class="descname">GetMinWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetMinWidth" title="Permalink to this definition">¶</a></dt> 1014 <dd></dd></dl> 1108 1015 1109 1016 <dl class="method"> 1110 1017 <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) -> String</p> 1113 <p>Returns the windows name. This name is not guaranteed to be unique; 1018 <tt class="descname">GetName</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetName" title="Permalink to this definition">¶</a></dt> 1019 <dd><p>Returns the windows name. This name is not guaranteed to be unique; 1114 1020 it is up to the programmer to supply an appropriate name in the window 1115 1021 constructor or via wx.Window.SetName.</p> … … 1118 1024 <dl class="method"> 1119 1025 <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) -> EvtHandler</p> 1122 </dd></dl> 1026 <tt class="descname">GetNextHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetNextHandler" title="Permalink to this definition">¶</a></dt> 1027 <dd></dd></dl> 1123 1028 1124 1029 <dl class="method"> 1125 1030 <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) -> Window</p> 1128 <p>Returns the parent window of this window, or None if there isn’t one.</p> 1031 <tt class="descname">GetParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetParent" title="Permalink to this definition">¶</a></dt> 1032 <dd><p>Returns the parent window of this window, or None if there isn’t one.</p> 1129 1033 </dd></dl> 1130 1034 1131 1035 <dl class="method"> 1132 1036 <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) -> Point</p> 1135 <p>Get the window’s position. Notice that the position is in client 1037 <tt class="descname">GetPosition</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetPosition" title="Permalink to this definition">¶</a></dt> 1038 <dd><p>Get the window’s position. Notice that the position is in client 1136 1039 coordinates for child windows and screen coordinates for the top level 1137 1040 ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all … … 1141 1044 <dl class="method"> 1142 1045 <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() -> (x,y)</p> 1145 <p>Get the window’s position. Notice that the position is in client 1046 <tt class="descname">GetPositionTuple</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetPositionTuple" title="Permalink to this definition">¶</a></dt> 1047 <dd><p>Get the window’s position. Notice that the position is in client 1146 1048 coordinates for child windows and screen coordinates for the top level 1147 1049 ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all … … 1151 1053 <dl class="method"> 1152 1054 <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) -> EvtHandler</p> 1155 </dd></dl> 1055 <tt class="descname">GetPreviousHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 1056 <dd></dd></dl> 1156 1057 1157 1058 <dl class="method"> 1158 1059 <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) -> Rect</p> 1161 <p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 1060 <tt class="descname">GetRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetRect" title="Permalink to this definition">¶</a></dt> 1061 <dd><p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 1162 1062 </dd></dl> 1163 1063 1164 1064 <dl class="method"> 1165 1065 <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) -> double</p> 1168 </dd></dl> 1066 <tt class="descname">GetScaleX</tt><big>(</big><em>self</em><big>)</big> → double<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScaleX" title="Permalink to this definition">¶</a></dt> 1067 <dd></dd></dl> 1169 1068 1170 1069 <dl class="method"> 1171 1070 <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) -> double</p> 1174 </dd></dl> 1071 <tt class="descname">GetScaleY</tt><big>(</big><em>self</em><big>)</big> → double<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScaleY" title="Permalink to this definition">¶</a></dt> 1072 <dd></dd></dl> 1175 1073 1176 1074 <dl class="method"> 1177 1075 <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) -> Point</p> 1180 <p>Get the position of the window in screen coordinantes.</p> 1076 <tt class="descname">GetScreenPosition</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScreenPosition" title="Permalink to this definition">¶</a></dt> 1077 <dd><p>Get the position of the window in screen coordinantes.</p> 1181 1078 </dd></dl> 1182 1079 1183 1080 <dl class="method"> 1184 1081 <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() -> (x,y)</p> 1187 <p>Get the position of the window in screen coordinantes.</p> 1082 <tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt> 1083 <dd><p>Get the position of the window in screen coordinantes.</p> 1188 1084 </dd></dl> 1189 1085 1190 1086 <dl class="method"> 1191 1087 <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) -> Rect</p> 1194 <p>Returns the size and position of the window in screen coordinantes as 1088 <tt class="descname">GetScreenRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScreenRect" title="Permalink to this definition">¶</a></dt> 1089 <dd><p>Returns the size and position of the window in screen coordinantes as 1195 1090 a <cite>wx.Rect</cite> object.</p> 1196 1091 </dd></dl> … … 1198 1093 <dl class="method"> 1199 1094 <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) -> int</p> 1202 </dd></dl> 1095 <tt class="descname">GetScrollPageSize</tt><big>(</big><em>self</em>, <em>int orient</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScrollPageSize" title="Permalink to this definition">¶</a></dt> 1096 <dd></dd></dl> 1203 1097 1204 1098 <dl class="method"> 1205 1099 <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() -> (xUnit, yUnit)</p> 1208 <p>Get the size of one logical unit in physical units.</p> 1100 <tt class="descname">GetScrollPixelsPerUnit</tt><big>(</big><em>) -> (xUnit</em>, <em>yUnit</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScrollPixelsPerUnit" title="Permalink to this definition">¶</a></dt> 1101 <dd><p>Get the size of one logical unit in physical units.</p> 1209 1102 </dd></dl> 1210 1103 1211 1104 <dl class="method"> 1212 1105 <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) -> int</p> 1215 <p>Returns the built-in scrollbar position.</p> 1106 <tt class="descname">GetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScrollPos" title="Permalink to this definition">¶</a></dt> 1107 <dd><p>Returns the built-in scrollbar position.</p> 1216 1108 </dd></dl> 1217 1109 1218 1110 <dl class="method"> 1219 1111 <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) -> int</p> 1222 <p>Returns the built-in scrollbar range.</p> 1112 <tt class="descname">GetScrollRange</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScrollRange" title="Permalink to this definition">¶</a></dt> 1113 <dd><p>Returns the built-in scrollbar range.</p> 1223 1114 </dd></dl> 1224 1115 1225 1116 <dl class="method"> 1226 1117 <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) -> int</p> 1229 <p>Returns the built-in scrollbar thumb size.</p> 1118 <tt class="descname">GetScrollThumb</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetScrollThumb" title="Permalink to this definition">¶</a></dt> 1119 <dd><p>Returns the built-in scrollbar thumb size.</p> 1230 1120 </dd></dl> 1231 1121 1232 1122 <dl class="method"> 1233 1123 <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) -> Size</p> 1236 <p>Get the window size.</p> 1124 <tt class="descname">GetSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetSize" title="Permalink to this definition">¶</a></dt> 1125 <dd><p>Get the window size.</p> 1237 1126 </dd></dl> 1238 1127 1239 1128 <dl class="method"> 1240 1129 <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() -> (width, height)</p> 1243 <p>Get the window size.</p> 1130 <tt class="descname">GetSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetSizeTuple" title="Permalink to this definition">¶</a></dt> 1131 <dd><p>Get the window size.</p> 1244 1132 </dd></dl> 1245 1133 1246 1134 <dl class="method"> 1247 1135 <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) -> Sizer</p> 1250 <p>Return the sizer associated with the window by a previous call to 1136 <tt class="descname">GetSizer</tt><big>(</big><em>self</em><big>)</big> → Sizer<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetSizer" title="Permalink to this definition">¶</a></dt> 1137 <dd><p>Return the sizer associated with the window by a previous call to 1251 1138 SetSizer or None if there isn’t one.</p> 1252 1139 </dd></dl> … … 1254 1141 <dl class="method"> 1255 1142 <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) -> Rect</p> 1258 </dd></dl> 1143 <tt class="descname">GetTargetRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetTargetRect" title="Permalink to this definition">¶</a></dt> 1144 <dd></dd></dl> 1259 1145 1260 1146 <dl class="method"> 1261 1147 <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) -> Window</p> 1264 </dd></dl> 1148 <tt class="descname">GetTargetWindow</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetTargetWindow" title="Permalink to this definition">¶</a></dt> 1149 <dd></dd></dl> 1265 1150 1266 1151 <dl class="method"> 1267 1152 <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) -> (width, height)</p> 1270 <p>Get the width and height of the text using the current font.</p> 1153 <tt class="descname">GetTextExtent</tt><big>(</big><em>String string) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetTextExtent" title="Permalink to this definition">¶</a></dt> 1154 <dd><p>Get the width and height of the text using the current font.</p> 1271 1155 </dd></dl> 1272 1156 1273 1157 <dl class="method"> 1274 1158 <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) -> bool</p> 1277 <p>Return the themeEnabled flag.</p> 1159 <tt class="descname">GetThemeEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetThemeEnabled" title="Permalink to this definition">¶</a></dt> 1160 <dd><p>Return the themeEnabled flag.</p> 1278 1161 </dd></dl> 1279 1162 1280 1163 <dl class="method"> 1281 1164 <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) -> ToolTip</p> 1284 <p>get the associated tooltip or None if none</p> 1165 <tt class="descname">GetToolTip</tt><big>(</big><em>self</em><big>)</big> → ToolTip<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetToolTip" title="Permalink to this definition">¶</a></dt> 1166 <dd><p>get the associated tooltip or None if none</p> 1285 1167 </dd></dl> 1286 1168 1287 1169 <dl class="method"> 1288 1170 <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) -> Window</p> 1291 <p>Returns the first frame or dialog in this window’s parental hierarchy.</p> 1171 <tt class="descname">GetTopLevelParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetTopLevelParent" title="Permalink to this definition">¶</a></dt> 1172 <dd><p>Returns the first frame or dialog in this window’s parental hierarchy.</p> 1292 1173 </dd></dl> 1293 1174 1294 1175 <dl class="method"> 1295 1176 <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) -> Rect</p> 1298 <p>Get the update rectangle region bounding box in client coords.</p> 1177 <tt class="descname">GetUpdateClientRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt> 1178 <dd><p>Get the update rectangle region bounding box in client coords.</p> 1299 1179 </dd></dl> 1300 1180 1301 1181 <dl class="method"> 1302 1182 <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) -> Region</p> 1305 <p>Returns the region specifying which parts of the window have been 1183 <tt class="descname">GetUpdateRegion</tt><big>(</big><em>self</em><big>)</big> → Region<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetUpdateRegion" title="Permalink to this definition">¶</a></dt> 1184 <dd><p>Returns the region specifying which parts of the window have been 1306 1185 damaged. Should only be called within an EVT_PAINT handler.</p> 1307 1186 </dd></dl> … … 1309 1188 <dl class="method"> 1310 1189 <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) -> Validator</p> 1313 <p>Returns a pointer to the current validator for the window, or None if 1190 <tt class="descname">GetValidator</tt><big>(</big><em>self</em><big>)</big> → Validator<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetValidator" title="Permalink to this definition">¶</a></dt> 1191 <dd><p>Returns a pointer to the current validator for the window, or None if 1314 1192 there is none.</p> 1315 1193 </dd></dl> … … 1317 1195 <dl class="method"> 1318 1196 <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() -> (x,y)</p> 1321 <p>Get the view start</p> 1197 <tt class="descname">GetViewStart</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetViewStart" title="Permalink to this definition">¶</a></dt> 1198 <dd><p>Get the view start</p> 1322 1199 </dd></dl> 1323 1200 1324 1201 <dl class="method"> 1325 1202 <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) -> Size</p> 1328 <p>Get the the virtual size of the window in pixels. For most windows 1203 <tt class="descname">GetVirtualSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetVirtualSize" title="Permalink to this definition">¶</a></dt> 1204 <dd><p>Get the the virtual size of the window in pixels. For most windows 1329 1205 this is just the client area of the window, but for some like scrolled 1330 1206 windows it is more or less independent of the screen window size.</p> … … 1333 1209 <dl class="method"> 1334 1210 <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() -> (width, height)</p> 1337 <p>Get the the virtual size of the window in pixels. For most windows 1211 <tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt> 1212 <dd><p>Get the the virtual size of the window in pixels. For most windows 1338 1213 this is just the client area of the window, but for some like scrolled 1339 1214 windows it is more or less independent of the screen window size.</p> … … 1342 1217 <dl class="method"> 1343 1218 <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) -> Size</p> 1346 <p>Return the size of the left/right and top/bottom borders.</p> 1219 <tt class="descname">GetWindowBorderSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt> 1220 <dd><p>Return the size of the left/right and top/bottom borders.</p> 1347 1221 </dd></dl> 1348 1222 1349 1223 <dl class="method"> 1350 1224 <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>1225 <tt class="descname">GetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetWindowStyle" title="Permalink to this definition">¶</a></dt> 1352 1226 <dd><p>GetWindowStyleFlag(self) -> long</p> 1353 1227 <p>Gets the window style that was passed to the constructor or Create … … 1357 1231 <dl class="method"> 1358 1232 <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) -> long</p> 1361 <p>Gets the window style that was passed to the constructor or Create 1233 <tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 1234 <dd><p>Gets the window style that was passed to the constructor or Create 1362 1235 method.</p> 1363 1236 </dd></dl> … … 1365 1238 <dl class="method"> 1366 1239 <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) -> int</p> 1369 </dd></dl> 1240 <tt class="descname">GetWindowVariant</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.GetWindowVariant" title="Permalink to this definition">¶</a></dt> 1241 <dd></dd></dl> 1370 1242 1371 1243 <dl class="attribute"> … … 1391 1263 <dl class="method"> 1392 1264 <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) -> bool</p> 1395 <p>Returns true if this window has the current mouse capture.</p> 1265 <tt class="descname">HasCapture</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HasCapture" title="Permalink to this definition">¶</a></dt> 1266 <dd><p>Returns true if this window has the current mouse capture.</p> 1396 1267 </dd></dl> 1397 1268 1398 1269 <dl class="method"> 1399 1270 <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) -> bool</p> 1402 <p>Test if the given style is set for this window.</p> 1271 <tt class="descname">HasFlag</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HasFlag" title="Permalink to this definition">¶</a></dt> 1272 <dd><p>Test if the given style is set for this window.</p> 1403 1273 </dd></dl> 1404 1274 1405 1275 <dl class="method"> 1406 1276 <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) -> bool</p> 1409 </dd></dl> 1277 <tt class="descname">HasMultiplePages</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HasMultiplePages" title="Permalink to this definition">¶</a></dt> 1278 <dd></dd></dl> 1410 1279 1411 1280 <dl class="method"> 1412 1281 <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) -> bool</p> 1415 <p>Does the window have the scrollbar for this orientation?</p> 1282 <tt class="descname">HasScrollbar</tt><big>(</big><em>self</em>, <em>int orient</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HasScrollbar" title="Permalink to this definition">¶</a></dt> 1283 <dd><p>Does the window have the scrollbar for this orientation?</p> 1416 1284 </dd></dl> 1417 1285 1418 1286 <dl class="method"> 1419 1287 <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) -> bool</p> 1422 <p>Returns True if this window’s background is transparent (as, for 1288 <tt class="descname">HasTransparentBackground</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HasTransparentBackground" title="Permalink to this definition">¶</a></dt> 1289 <dd><p>Returns True if this window’s background is transparent (as, for 1423 1290 example, for <cite>wx.StaticText</cite>) and should show the parent window’s 1424 1291 background.</p> … … 1437 1304 <dl class="method"> 1438 1305 <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) -> bool</p> 1441 <p>Equivalent to calling Show(False).</p> 1306 <tt class="descname">Hide</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Hide" title="Permalink to this definition">¶</a></dt> 1307 <dd><p>Equivalent to calling Show(False).</p> 1442 1308 </dd></dl> 1443 1309 1444 1310 <dl class="method"> 1445 1311 <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) -> int</p> 1448 <p>Test where the given (in client coords) point lies</p> 1312 <tt class="descname">HitTest</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HitTest" title="Permalink to this definition">¶</a></dt> 1313 <dd><p>Test where the given (in client coords) point lies</p> 1449 1314 </dd></dl> 1450 1315 1451 1316 <dl class="method"> 1452 1317 <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) -> int</p> 1455 <p>Test where the given (in client coords) point lies</p> 1318 <tt class="descname">HitTestXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.HitTestXY" title="Permalink to this definition">¶</a></dt> 1319 <dd><p>Test where the given (in client coords) point lies</p> 1456 1320 </dd></dl> 1457 1321 … … 1464 1328 <dl class="method"> 1465 1329 <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 1330 <tt class="descname">InheritAttributes</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.InheritAttributes" title="Permalink to this definition">¶</a></dt> 1331 <dd><p>This function is (or should be, in case of custom controls) called 1469 1332 during window creation to intelligently set up the window visual 1470 1333 attributes, that is the font and the foreground and background … … 1491 1354 <dl class="method"> 1492 1355 <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) -> bool</p> 1495 </dd></dl> 1356 <tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt> 1357 <dd></dd></dl> 1496 1358 1497 1359 <dl class="method"> 1498 1360 <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 1361 <tt class="descname">InitDialog</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.InitDialog" title="Permalink to this definition">¶</a></dt> 1362 <dd><p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data 1502 1363 to the dialog via validators.</p> 1503 1364 </dd></dl> … … 1505 1366 <dl class="method"> 1506 1367 <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 1368 <tt class="descname">InvalidateBestSize</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.InvalidateBestSize" title="Permalink to this definition">¶</a></dt> 1369 <dd><p>Reset the cached best size value so it will be recalculated the next 1510 1370 time it is needed.</p> 1511 1371 </dd></dl> … … 1513 1373 <dl class="method"> 1514 1374 <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) -> bool</p> 1517 <p>Is the window in the process of being deleted?</p> 1375 <tt class="descname">IsBeingDeleted</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsBeingDeleted" title="Permalink to this definition">¶</a></dt> 1376 <dd><p>Is the window in the process of being deleted?</p> 1518 1377 </dd></dl> 1519 1378 1520 1379 <dl class="method"> 1521 1380 <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) -> 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 1381 <tt class="descname">IsDoubleBuffered</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt> 1382 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the 1525 1383 system, i.e. if any drawing done on the window is really done on a 1526 1384 temporary backing surface and transferred to the screen all at once … … 1530 1388 <dl class="method"> 1531 1389 <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) -> bool</p> 1534 <p>Returns true if the window is enabled for input, false otherwise.</p> 1390 <tt class="descname">IsEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsEnabled" title="Permalink to this definition">¶</a></dt> 1391 <dd><p>Returns true if the window is enabled for input, false otherwise.</p> 1535 1392 </dd></dl> 1536 1393 1537 1394 <dl class="method"> 1538 1395 <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) -> bool</p> 1541 <p>Returns true if the given point or rectangle area has been exposed 1396 <tt class="descname">IsExposed</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int w=1</em>, <em>int h=1</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsExposed" title="Permalink to this definition">¶</a></dt> 1397 <dd><p>Returns true if the given point or rectangle area has been exposed 1542 1398 since the last repaint. Call this in an paint event handler to 1543 1399 optimize redrawing by only redrawing those areas, which have been … … 1547 1403 <dl class="method"> 1548 1404 <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) -> bool</p> 1551 <p>Returns true if the given point or rectangle area has been exposed 1405 <tt class="descname">IsExposedPoint</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsExposedPoint" title="Permalink to this definition">¶</a></dt> 1406 <dd><p>Returns true if the given point or rectangle area has been exposed 1552 1407 since the last repaint. Call this in an paint event handler to 1553 1408 optimize redrawing by only redrawing those areas, which have been … … 1557 1412 <dl class="method"> 1558 1413 <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) -> bool</p> 1561 <p>Returns true if the given point or rectangle area has been exposed 1414 <tt class="descname">IsExposedRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsExposedRect" title="Permalink to this definition">¶</a></dt> 1415 <dd><p>Returns true if the given point or rectangle area has been exposed 1562 1416 since the last repaint. Call this in an paint event handler to 1563 1417 optimize redrawing by only redrawing those areas, which have been … … 1567 1421 <dl class="method"> 1568 1422 <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) -> 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> 1423 <tt class="descname">IsFrozen</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsFrozen" title="Permalink to this definition">¶</a></dt> 1424 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p> 1572 1425 <table class="docutils field-list" frame="void" rules="none"> 1573 1426 <col class="field-name" /> 1574 1427 <col class="field-body" /> 1575 1428 <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>1429 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td> 1577 1430 </tr> 1578 1431 </tbody> … … 1582 1435 <dl class="method"> 1583 1436 <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) -> bool</p> 1586 <p>Returns true if the window is retained, false otherwise. Retained 1437 <tt class="descname">IsRetained</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsRetained" title="Permalink to this definition">¶</a></dt> 1438 <dd><p>Returns true if the window is retained, false otherwise. Retained 1587 1439 windows are only available on X platforms.</p> 1588 1440 </dd></dl> … … 1590 1442 <dl class="method"> 1591 1443 <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) -> bool</p> 1594 <p>For wx.Objects that use C++ reference counting internally, this method 1444 <tt class="descname">IsSameAs</tt><big>(</big><em>self</em>, <em>Object p</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsSameAs" title="Permalink to this definition">¶</a></dt> 1445 <dd><p>For wx.Objects that use C++ reference counting internally, this method 1595 1446 can be used to determine if two objects are referencing the same data 1596 1447 object.</p> … … 1599 1450 <dl class="method"> 1600 1451 <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) -> bool</p> 1603 <p>Returns true if the window is shown, false if it has been hidden.</p> 1452 <tt class="descname">IsShown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsShown" title="Permalink to this definition">¶</a></dt> 1453 <dd><p>Returns true if the window is shown, false if it has been hidden.</p> 1604 1454 </dd></dl> 1605 1455 1606 1456 <dl class="method"> 1607 1457 <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) -> 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, 1458 <tt class="descname">IsShownOnScreen</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsShownOnScreen" title="Permalink to this definition">¶</a></dt> 1459 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen, 1611 1460 i.e. it is shown and all its parents up to the toplevel window are 1612 1461 shown as well.</p> … … 1615 1464 <dl class="method"> 1616 1465 <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) -> bool</p> 1619 <p>Returns true if the given window is a top-level one. Currently all 1466 <tt class="descname">IsTopLevel</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.IsTopLevel" title="Permalink to this definition">¶</a></dt> 1467 <dd><p>Returns true if the given window is a top-level one. Currently all 1620 1468 frames and dialogs are always considered to be top-level windows (even 1621 1469 if they have a parent window).</p> … … 1630 1478 <dl class="method"> 1631 1479 <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) -> bool</p> 1634 <p>Invokes the constraint-based layout algorithm or the sizer-based 1480 <tt class="descname">Layout</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Layout" title="Permalink to this definition">¶</a></dt> 1481 <dd><p>Invokes the constraint-based layout algorithm or the sizer-based 1635 1482 algorithm for this window. See SetAutoLayout: when auto layout is on, 1636 1483 this function gets called automatically by the default EVT_SIZE … … 1646 1493 <dl class="method"> 1647 1494 <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) -> bool</p> 1650 <p>This is just a wrapper for ScrollLines(1).</p> 1495 <tt class="descname">LineDown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.LineDown" title="Permalink to this definition">¶</a></dt> 1496 <dd><p>This is just a wrapper for ScrollLines(1).</p> 1651 1497 </dd></dl> 1652 1498 1653 1499 <dl class="method"> 1654 1500 <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) -> bool</p> 1657 <p>This is just a wrapper for ScrollLines(-1).</p> 1501 <tt class="descname">LineUp</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.LineUp" title="Permalink to this definition">¶</a></dt> 1502 <dd><p>This is just a wrapper for ScrollLines(-1).</p> 1658 1503 </dd></dl> 1659 1504 1660 1505 <dl class="method"> 1661 1506 <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 1507 <tt class="descname">Lower</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Lower" title="Permalink to this definition">¶</a></dt> 1508 <dd><p>Lowers the window to the bottom of the window hierarchy. In current 1665 1509 version of wxWidgets this works both for managed and child windows.</p> 1666 1510 </dd></dl> … … 1668 1512 <dl class="method"> 1669 1513 <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 1514 <tt class="descname">MakeModal</tt><big>(</big><em>self</em>, <em>bool modal=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.MakeModal" title="Permalink to this definition">¶</a></dt> 1515 <dd><p>Disables all other windows in the application so that the user can 1673 1516 only interact with this window. Passing False will reverse this 1674 1517 effect.</p> … … 1713 1556 <dl class="method"> 1714 1557 <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> 1558 <tt class="descname">Move</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Move" title="Permalink to this definition">¶</a></dt> 1559 <dd><p>Moves the window to the given position.</p> 1718 1560 </dd></dl> 1719 1561 1720 1562 <dl class="method"> 1721 1563 <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 1564 <tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt> 1565 <dd><p>Moves this window in the tab navigation order after the specified 1725 1566 sibling window. This means that when the user presses the TAB key on 1726 1567 that other window, the focus switches to this window.</p> … … 1732 1573 <dl class="method"> 1733 1574 <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 1575 <tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt> 1576 <dd><p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just 1737 1577 before win instead of putting it right after it.</p> 1738 1578 </dd></dl> … … 1740 1580 <dl class="method"> 1741 1581 <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> 1582 <tt class="descname">MoveXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.MoveXY" title="Permalink to this definition">¶</a></dt> 1583 <dd><p>Moves the window to the given position.</p> 1745 1584 </dd></dl> 1746 1585 … … 1753 1592 <dl class="method"> 1754 1593 <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) -> bool</p> 1757 <p>Does keyboard navigation from this window to another, by sending a 1594 <tt class="descname">Navigate</tt><big>(</big><em>self</em>, <em>int flags=NavigationKeyEvent.IsForward</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Navigate" title="Permalink to this definition">¶</a></dt> 1595 <dd><p>Does keyboard navigation from this window to another, by sending a 1758 1596 <cite>wx.NavigationKeyEvent</cite>.</p> 1759 1597 </dd></dl> … … 1761 1599 <dl class="staticmethod"> 1762 1600 <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() -> int</p> 1765 <p>Generate a control id for the controls which were not given one.</p> 1601 <em class="property">static </em><tt class="descname">NewControlId</tt><big>(</big><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.NewControlId" title="Permalink to this definition">¶</a></dt> 1602 <dd><p>Generate a control id for the controls which were not given one.</p> 1766 1603 </dd></dl> 1767 1604 1768 1605 <dl class="staticmethod"> 1769 1606 <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) -> int</p> 1772 <p>Get the id of the control following the one with the given 1607 <em class="property">static </em><tt class="descname">NextControlId</tt><big>(</big><em>int winid</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.NextControlId" title="Permalink to this definition">¶</a></dt> 1608 <dd><p>Get the id of the control following the one with the given 1773 1609 autogenerated) id</p> 1774 1610 </dd></dl> … … 1782 1618 <dl class="method"> 1783 1619 <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>1620 <tt class="descname">OnChildFocus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.OnChildFocus" title="Permalink to this definition">¶</a></dt> 1785 1621 <dd></dd></dl> 1786 1622 1787 1623 <dl class="method"> 1788 1624 <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> 1625 <tt class="descname">OnInternalIdle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.OnInternalIdle" title="Permalink to this definition">¶</a></dt> 1626 <dd></dd></dl> 1792 1627 1793 1628 <dl class="method"> 1794 1629 <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> 1630 <tt class="descname">OnPaint</tt><big>(</big><em>self</em>, <em>PaintEvent event</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.OnPaint" title="Permalink to this definition">¶</a></dt> 1631 <dd></dd></dl> 1798 1632 1799 1633 <dl class="method"> 1800 1634 <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) -> bool</p> 1803 <p>This is just a wrapper for ScrollPages(1).</p> 1635 <tt class="descname">PageDown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PageDown" title="Permalink to this definition">¶</a></dt> 1636 <dd><p>This is just a wrapper for ScrollPages(1).</p> 1804 1637 </dd></dl> 1805 1638 1806 1639 <dl class="method"> 1807 1640 <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) -> bool</p> 1810 <p>This is just a wrapper for ScrollPages(-1).</p> 1641 <tt class="descname">PageUp</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PageUp" title="Permalink to this definition">¶</a></dt> 1642 <dd><p>This is just a wrapper for ScrollPages(-1).</p> 1811 1643 </dd></dl> 1812 1644 … … 1819 1651 <dl class="method"> 1820 1652 <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) -> EvtHandler</p> 1823 <p>Removes and returns the top-most event handler on the event handler 1653 <tt class="descname">PopEventHandler</tt><big>(</big><em>self</em>, <em>bool deleteHandler=False</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PopEventHandler" title="Permalink to this definition">¶</a></dt> 1654 <dd><p>Removes and returns the top-most event handler on the event handler 1824 1655 stack. If deleteHandler is True then the wx.EvtHandler object will be 1825 destroyed after it is popped, and <tt class=" xrefdocutils literal"><span class="pre">None</span></tt> will be returned instead.</p>1656 destroyed after it is popped, and <tt class="docutils literal"><span class="pre">None</span></tt> will be returned instead.</p> 1826 1657 </dd></dl> 1827 1658 1828 1659 <dl class="method"> 1829 1660 <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) -> bool</p> 1832 <p>Pops up the given menu at the specified coordinates, relative to this window, 1661 <tt class="descname">PopupMenu</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>Point pos=DefaultPosition</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PopupMenu" title="Permalink to this definition">¶</a></dt> 1662 <dd><p>Pops up the given menu at the specified coordinates, relative to this window, 1833 1663 and returns control when the user has dismissed the menu. If a menu item is 1834 1664 selected, the corresponding menu event is generated and will be processed as … … 1839 1669 <dl class="method"> 1840 1670 <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) -> bool</p> 1843 <p>Pops up the given menu at the specified coordinates, relative to this window, 1671 <tt class="descname">PopupMenuXY</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>int x=-1</em>, <em>int y=-1</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PopupMenuXY" title="Permalink to this definition">¶</a></dt> 1672 <dd><p>Pops up the given menu at the specified coordinates, relative to this window, 1844 1673 and returns control when the user has dismissed the menu. If a menu item is 1845 1674 selected, the corresponding menu event is generated and will be processed as … … 1856 1685 <dl class="method"> 1857 1686 <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>1687 <tt class="descname">PostCreate</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PostCreate" title="Permalink to this definition">¶</a></dt> 1859 1688 <dd><p>Phase 3 of the 2-phase create <wink!> 1860 1689 Call this method after precreating the window with the 2-phase create method.</p> … … 1863 1692 <dl class="method"> 1864 1693 <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 1694 <tt class="descname">PrepareDC</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PrepareDC" title="Permalink to this definition">¶</a></dt> 1695 <dd><p>Call this function to prepare the device context for drawing a 1868 1696 scrolled image. It sets the device origin according to the current 1869 1697 scroll position.</p> … … 1872 1700 <dl class="staticmethod"> 1873 1701 <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) -> int</p> 1876 <p>Get the id of the control preceding the one with the given 1702 <em class="property">static </em><tt class="descname">PrevControlId</tt><big>(</big><em>int winid</em><big>)</big> → int<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PrevControlId" title="Permalink to this definition">¶</a></dt> 1703 <dd><p>Get the id of the control preceding the one with the given 1877 1704 autogenerated) id</p> 1878 1705 </dd></dl> … … 1886 1713 <dl class="method"> 1887 1714 <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) -> bool</p> 1890 </dd></dl> 1715 <tt class="descname">ProcessEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ProcessEvent" title="Permalink to this definition">¶</a></dt> 1716 <dd></dd></dl> 1891 1717 1892 1718 <dl class="method"> 1893 1719 <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> 1720 <tt class="descname">ProcessPendingEvents</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 1721 <dd></dd></dl> 1897 1722 1898 1723 <dl class="method"> 1899 1724 <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. 1725 <tt class="descname">PushEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.PushEventHandler" title="Permalink to this definition">¶</a></dt> 1726 <dd><p>Pushes this event handler onto the event handler stack for the window. 1903 1727 An event handler is an object that is capable of processing the events 1904 1728 sent to a window. (In other words, is able to dispatch the events to a … … 1918 1742 <dl class="method"> 1919 1743 <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 1744 <tt class="descname">Raise</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Raise" title="Permalink to this definition">¶</a></dt> 1745 <dd><p>Raises the window to the top of the window hierarchy. In current 1923 1746 version of wxWidgets this works both for managed and child windows.</p> 1924 1747 </dd></dl> … … 1932 1755 <dl class="method"> 1933 1756 <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 “dirty” so it 1757 <tt class="descname">Refresh</tt><big>(</big><em>self</em>, <em>bool eraseBackground=True</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Refresh" title="Permalink to this definition">¶</a></dt> 1758 <dd><p>Mark the specified rectangle (or the whole window) as “dirty” so it 1937 1759 will be repainted. Causes an EVT_PAINT event to be generated and sent 1938 1760 to the window.</p> … … 1941 1763 <dl class="method"> 1942 1764 <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 1765 <tt class="descname">RefreshRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>bool eraseBackground=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.RefreshRect" title="Permalink to this definition">¶</a></dt> 1766 <dd><p>Redraws the contents of the given rectangle: the area inside it will 1946 1767 be repainted. This is the same as Refresh but has a nicer syntax.</p> 1947 1768 </dd></dl> … … 1949 1770 <dl class="method"> 1950 1771 <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) -> bool</p> 1953 <p>Registers a system wide hotkey. Every time the user presses the hotkey 1772 <tt class="descname">RegisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em>, <em>int modifiers</em>, <em>int keycode</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.RegisterHotKey" title="Permalink to this definition">¶</a></dt> 1773 <dd><p>Registers a system wide hotkey. Every time the user presses the hotkey 1954 1774 registered here, this window will receive a hotkey event. It will 1955 1775 receive the event even if the application is in the background and … … 1962 1782 <dl class="method"> 1963 1783 <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> 1784 <tt class="descname">ReleaseMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ReleaseMouse" title="Permalink to this definition">¶</a></dt> 1785 <dd><p>Releases mouse input captured with wx.Window.CaptureMouse.</p> 1967 1786 </dd></dl> 1968 1787 1969 1788 <dl class="method"> 1970 1789 <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 1790 <tt class="descname">RemoveChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.RemoveChild" title="Permalink to this definition">¶</a></dt> 1791 <dd><p>Removes a child window. This is called automatically by window 1974 1792 deletion functions so should not be required by the application 1975 1793 programmer.</p> … … 1978 1796 <dl class="method"> 1979 1797 <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) -> bool</p> 1982 <p>Find the given handler in the event handler chain and remove (but not 1798 <tt class="descname">RemoveEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.RemoveEventHandler" title="Permalink to this definition">¶</a></dt> 1799 <dd><p>Find the given handler in the event handler chain and remove (but not 1983 1800 delete) it from the event handler chain, returns True if it was found 1984 1801 and False otherwise (this also results in an assert failure so this … … 1989 1806 <dl class="method"> 1990 1807 <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) -> bool</p> 1993 <p>Reparents the window, i.e the window will be removed from its current 1808 <tt class="descname">Reparent</tt><big>(</big><em>self</em>, <em>Window newParent</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Reparent" title="Permalink to this definition">¶</a></dt> 1809 <dd><p>Reparents the window, i.e the window will be removed from its current 1994 1810 parent window (e.g. a non-standard toolbar in a wxFrame) and then 1995 1811 re-inserted into another. Available on Windows and GTK. Returns True … … 2024 1840 <dl class="method"> 2025 1841 <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) -> Point</p> 2028 <p>Converts from screen to client window coordinates.</p> 1842 <tt class="descname">ScreenToClient</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScreenToClient" title="Permalink to this definition">¶</a></dt> 1843 <dd><p>Converts from screen to client window coordinates.</p> 2029 1844 </dd></dl> 2030 1845 2031 1846 <dl class="method"> 2032 1847 <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) -> (x,y)</p> 2035 <p>Converts from screen to client window coordinates.</p> 1848 <tt class="descname">ScreenToClientXY</tt><big>(</big><em>int x</em>, <em>int y) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScreenToClientXY" title="Permalink to this definition">¶</a></dt> 1849 <dd><p>Converts from screen to client window coordinates.</p> 2036 1850 </dd></dl> 2037 1851 2038 1852 <dl class="method"> 2039 1853 <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> 1854 <tt class="descname">Scroll</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Scroll" title="Permalink to this definition">¶</a></dt> 1855 <dd></dd></dl> 2043 1856 2044 1857 <dl class="method"> 2045 1858 <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>1859 <tt class="descname">ScrollChildIntoView</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScrollChildIntoView" title="Permalink to this definition">¶</a></dt> 2047 1860 <dd><p>Scrolls the panel such that the specified child window is in view.</p> 2048 1861 </dd></dl> … … 2050 1863 <dl class="method"> 2051 1864 <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) -> bool</p> 2054 <p>If the platform and window class supports it, scrolls the window by 1865 <tt class="descname">ScrollLines</tt><big>(</big><em>self</em>, <em>int lines</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScrollLines" title="Permalink to this definition">¶</a></dt> 1866 <dd><p>If the platform and window class supports it, scrolls the window by 2055 1867 the given number of lines down, if lines is positive, or up if lines 2056 1868 is negative. Returns True if the window was scrolled, False if it was … … 2060 1872 <dl class="method"> 2061 1873 <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) -> bool</p> 2064 <p>If the platform and window class supports it, scrolls the window by 1874 <tt class="descname">ScrollPages</tt><big>(</big><em>self</em>, <em>int pages</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScrollPages" title="Permalink to this definition">¶</a></dt> 1875 <dd><p>If the platform and window class supports it, scrolls the window by 2065 1876 the given number of pages down, if pages is positive, or up if pages 2066 1877 is negative. Returns True if the window was scrolled, False if it was … … 2070 1881 <dl class="method"> 2071 1882 <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 1883 <tt class="descname">ScrollWindow</tt><big>(</big><em>self</em>, <em>int dx</em>, <em>int dy</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ScrollWindow" title="Permalink to this definition">¶</a></dt> 1884 <dd><p>Physically scrolls the pixels in the window and move child windows 2075 1885 accordingly. Use this function to optimise your scrolling 2076 1886 implementations, to minimise the area that must be redrawn. Note that … … 2085 1895 <dl class="method"> 2086 1896 <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> 1897 <tt class="descname">SetAcceleratorTable</tt><big>(</big><em>self</em>, <em>AcceleratorTable accel</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 1898 <dd><p>Sets the accelerator table for this window.</p> 2090 1899 </dd></dl> 2091 1900 2092 1901 <dl class="method"> 2093 1902 <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 1903 <tt class="descname">SetAutoLayout</tt><big>(</big><em>self</em>, <em>bool autoLayout</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetAutoLayout" title="Permalink to this definition">¶</a></dt> 1904 <dd><p>Determines whether the Layout function will be called automatically 2097 1905 when the window is resized. lease note that this only happens for the 2098 1906 windows usually used to contain children, namely <cite>wx.Panel</cite> and … … 2105 1913 <dl class="method"> 2106 1914 <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) -> bool</p> 2109 <p>Sets the background colour of the window. Returns True if the colour 1915 <tt class="descname">SetBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetBackgroundColour" title="Permalink to this definition">¶</a></dt> 1916 <dd><p>Sets the background colour of the window. Returns True if the colour 2110 1917 was changed. The background colour is usually painted by the default 2111 1918 EVT_ERASE_BACKGROUND event handler function under Windows and … … 2123 1930 <dl class="method"> 2124 1931 <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) -> bool</p> 2127 <p>Returns the background style of the window. The background style 1932 <tt class="descname">SetBackgroundStyle</tt><big>(</big><em>self</em>, <em>int style</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 1933 <dd><p>Returns the background style of the window. The background style 2128 1934 indicates how the background of the window is drawn.</p> 2129 1935 <blockquote> … … 2134 1940 </colgroup> 2135 1941 <tbody valign="top"> 2136 <tr ><td>wx.BG_STYLE_SYSTEM</td>1942 <tr class="row-odd"><td>wx.BG_STYLE_SYSTEM</td> 2137 1943 <td>The background colour or pattern should 2138 1944 be determined by the system</td> 2139 1945 </tr> 2140 <tr ><td>wx.BG_STYLE_COLOUR</td>1946 <tr class="row-even"><td>wx.BG_STYLE_COLOUR</td> 2141 1947 <td>The background should be a solid colour</td> 2142 1948 </tr> 2143 <tr ><td>wx.BG_STYLE_CUSTOM</td>1949 <tr class="row-odd"><td>wx.BG_STYLE_CUSTOM</td> 2144 1950 <td>The background will be implemented by the 2145 1951 application.</td> … … 2155 1961 <col class="field-body" /> 2156 1962 <tbody valign="top"> 2157 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td>1963 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td> 2158 1964 </tr> 2159 1965 </tbody> … … 2163 1969 <dl class="method"> 2164 1970 <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>1971 <tt class="descname">SetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetBestFittingSize" title="Permalink to this definition">¶</a></dt> 2166 1972 <dd><p>Use <cite>SetInitialSize</cite></p> 2167 1973 </dd></dl> … … 2169 1975 <dl class="method"> 2170 1976 <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>1977 <tt class="descname">SetBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetBestSize" title="Permalink to this definition">¶</a></dt> 2172 1978 <dd><p>SetInitialSize(self, Size size=DefaultSize)</p> 2173 1979 <p>A ‘Smart’ SetSize that will fill in default size components with the … … 2177 1983 <dl class="method"> 2178 1984 <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> 1985 <tt class="descname">SetCaret</tt><big>(</big><em>self</em>, <em>Caret caret</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetCaret" title="Permalink to this definition">¶</a></dt> 1986 <dd><p>Sets the caret associated with the window.</p> 2182 1987 </dd></dl> 2183 1988 2184 1989 <dl class="method"> 2185 1990 <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 1991 <tt class="descname">SetClientRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetClientRect" title="Permalink to this definition">¶</a></dt> 1992 <dd><p>This sets the size of the window client area in pixels. Using this 2189 1993 function to size a window tends to be more device-independent than 2190 1994 wx.Window.SetSize, since the application need not worry about what … … 2195 1999 <dl class="method"> 2196 2000 <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 2001 <tt class="descname">SetClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetClientSize" title="Permalink to this definition">¶</a></dt> 2002 <dd><p>This sets the size of the window client area in pixels. Using this 2200 2003 function to size a window tends to be more device-independent than 2201 2004 wx.Window.SetSize, since the application need not worry about what … … 2206 2009 <dl class="method"> 2207 2010 <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 2011 <tt class="descname">SetClientSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetClientSizeWH" title="Permalink to this definition">¶</a></dt> 2012 <dd><p>This sets the size of the window client area in pixels. Using this 2211 2013 function to size a window tends to be more device-independent than 2212 2014 wx.Window.SetSize, since the application need not worry about what … … 2217 2019 <dl class="method"> 2218 2020 <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 2021 <tt class="descname">SetConstraints</tt><big>(</big><em>self</em>, <em>LayoutConstraints constraints</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetConstraints" title="Permalink to this definition">¶</a></dt> 2022 <dd><p>Sets the window to have the given layout constraints. If an existing 2222 2023 layout constraints object is already owned by the window, it will be 2223 2024 deleted. Pass None to disassociate and delete the window’s current … … 2232 2033 <dl class="method"> 2233 2034 <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 2035 <tt class="descname">SetContainingSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetContainingSizer" title="Permalink to this definition">¶</a></dt> 2036 <dd><p>This normally does not need to be called by application code. It is 2237 2037 called internally when a window is added to a sizer, and is used so 2238 2038 the window can remove itself from the sizer when it is destroyed.</p> … … 2241 2041 <dl class="method"> 2242 2042 <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) -> bool</p> 2245 <p>Sets the window’s cursor. Notice that the window cursor also sets it 2043 <tt class="descname">SetCursor</tt><big>(</big><em>self</em>, <em>Cursor cursor</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetCursor" title="Permalink to this definition">¶</a></dt> 2044 <dd><p>Sets the window’s cursor. Notice that the window cursor also sets it 2246 2045 for the children of the window implicitly.</p> 2247 2046 <p>The cursor may be wx.NullCursor in which case the window cursor will … … 2251 2050 <dl class="method"> 2252 2051 <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 2052 <tt class="descname">SetDimensions</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int width</em>, <em>int height</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetDimensions" title="Permalink to this definition">¶</a></dt> 2053 <dd><p>Sets the position and size of the window in pixels. The sizeFlags 2256 2054 parameter indicates the interpretation of the other params if they are 2257 2055 equal to -1.</p> … … 2263 2061 </colgroup> 2264 2062 <tbody valign="top"> 2265 <tr ><td>wx.SIZE_AUTO</td>2063 <tr class="row-odd"><td>wx.SIZE_AUTO</td> 2266 2064 <td>A -1 indicates that a class-specific 2267 2065 default should be used.</td> 2268 2066 </tr> 2269 <tr ><td>wx.SIZE_USE_EXISTING</td>2067 <tr class="row-even"><td>wx.SIZE_USE_EXISTING</td> 2270 2068 <td>Existing dimensions should be used if 2271 2069 -1 values are supplied.</td> 2272 2070 </tr> 2273 <tr ><td>wxSIZE_ALLOW_MINUS_ONE</td>2071 <tr class="row-odd"><td>wxSIZE_ALLOW_MINUS_ONE</td> 2274 2072 <td>Allow dimensions of -1 and less to be 2275 2073 interpreted as real dimensions, not … … 2283 2081 <dl class="method"> 2284 2082 <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> 2083 <tt class="descname">SetDoubleBuffered</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt> 2084 <dd><p>Put the native window into double buffered or composited mode.</p> 2288 2085 </dd></dl> 2289 2086 2290 2087 <dl class="method"> 2291 2088 <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 2089 <tt class="descname">SetDropTarget</tt><big>(</big><em>self</em>, <em>DropTarget dropTarget</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetDropTarget" title="Permalink to this definition">¶</a></dt> 2090 <dd><p>Associates a drop target with this window. If the window already has 2295 2091 a drop target, it is deleted.</p> 2296 2092 </dd></dl> … … 2298 2094 <dl class="method"> 2299 2095 <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 2096 <tt class="descname">SetEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetEventHandler" title="Permalink to this definition">¶</a></dt> 2097 <dd><p>Sets the event handler for this window. An event handler is an object 2303 2098 that is capable of processing the events sent to a window. (In other 2304 2099 words, is able to dispatch the events to handler function.) By … … 2314 2109 <dl class="method"> 2315 2110 <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> 2111 <tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>self</em>, <em>bool enabled</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 2112 <dd></dd></dl> 2319 2113 2320 2114 <dl class="method"> 2321 2115 <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 2116 <tt class="descname">SetExtraStyle</tt><big>(</big><em>self</em>, <em>long exStyle</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetExtraStyle" title="Permalink to this definition">¶</a></dt> 2117 <dd><p>Sets the extra style bits for the window. Extra styles are the less 2325 2118 often used style bits which can’t be set with the constructor or with 2326 2119 SetWindowStyleFlag()</p> … … 2329 2122 <dl class="method"> 2330 2123 <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’s the focus to this window, allowing it to receive keyboard input.</p> 2124 <tt class="descname">SetFocus</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetFocus" title="Permalink to this definition">¶</a></dt> 2125 <dd><p>Set’s the focus to this window, allowing it to receive keyboard input.</p> 2334 2126 </dd></dl> 2335 2127 2336 2128 <dl class="method"> 2337 2129 <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 2130 <tt class="descname">SetFocusFromKbd</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt> 2131 <dd><p>Set focus to this window as the result of a keyboard action. Normally 2341 2132 only called internally.</p> 2342 2133 </dd></dl> … … 2344 2135 <dl class="method"> 2345 2136 <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 2137 <tt class="descname">SetFocusIgnoringChildren</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetFocusIgnoringChildren" title="Permalink to this definition">¶</a></dt> 2138 <dd><p>In contrast to <cite>SetFocus</cite> (see above) this will set the focus to the 2349 2139 panel even of there are child windows in the panel. This is only 2350 2140 rarely needed.</p> … … 2353 2143 <dl class="method"> 2354 2144 <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) -> bool</p> 2357 <p>Sets the font for this window.</p> 2145 <tt class="descname">SetFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetFont" title="Permalink to this definition">¶</a></dt> 2146 <dd><p>Sets the font for this window.</p> 2358 2147 </dd></dl> 2359 2148 2360 2149 <dl class="method"> 2361 2150 <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) -> bool</p> 2364 <p>Sets the foreground colour of the window. Returns True is the colour 2151 <tt class="descname">SetForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetForegroundColour" title="Permalink to this definition">¶</a></dt> 2152 <dd><p>Sets the foreground colour of the window. Returns True is the colour 2365 2153 was changed. The interpretation of foreground colour is dependent on 2366 2154 the window class; it may be the text colour or other colour, or it may … … 2370 2158 <dl class="method"> 2371 2159 <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 2160 <tt class="descname">SetHelpText</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetHelpText" title="Permalink to this definition">¶</a></dt> 2161 <dd><p>Sets the help text to be used as context-sensitive help for this 2375 2162 window. Note that the text is actually stored by the current 2376 2163 <cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> … … 2379 2166 <dl class="method"> 2380 2167 <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 2168 <tt class="descname">SetHelpTextForId</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetHelpTextForId" title="Permalink to this definition">¶</a></dt> 2169 <dd><p>Associate this help text with all windows with the same id as this 2384 2170 one.</p> 2385 2171 </dd></dl> … … 2387 2173 <dl class="method"> 2388 2174 <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 2175 <tt class="descname">SetId</tt><big>(</big><em>self</em>, <em>int winid</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetId" title="Permalink to this definition">¶</a></dt> 2176 <dd><p>Sets the identifier of the window. Each window has an integer 2392 2177 identifier. If the application has not provided one, an identifier 2393 2178 will be generated. Normally, the identifier should be provided on … … 2397 2182 <dl class="method"> 2398 2183 <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 ‘Smart’ SetSize that will fill in default size components with the 2184 <tt class="descname">SetInitialSize</tt><big>(</big><em>self</em>, <em>Size size=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetInitialSize" title="Permalink to this definition">¶</a></dt> 2185 <dd><p>A ‘Smart’ SetSize that will fill in default size components with the 2402 2186 window’s <em>best size</em> values. Also set’s the minsize for use with sizers.</p> 2403 2187 </dd></dl> … … 2405 2189 <dl class="method"> 2406 2190 <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> 2191 <tt class="descname">SetLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetLabel" title="Permalink to this definition">¶</a></dt> 2192 <dd><p>Set the text which the window shows in its label if applicable.</p> 2410 2193 </dd></dl> 2411 2194 2412 2195 <dl class="method"> 2413 2196 <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> 2197 <tt class="descname">SetLayoutDirection</tt><big>(</big><em>self</em>, <em>int dir</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetLayoutDirection" title="Permalink to this definition">¶</a></dt> 2198 <dd><p>Set the layout direction (LTR or RTL) for this window.</p> 2417 2199 </dd></dl> 2418 2200 2419 2201 <dl class="method"> 2420 2202 <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 2203 <tt class="descname">SetMaxSize</tt><big>(</big><em>self</em>, <em>Size maxSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetMaxSize" title="Permalink to this definition">¶</a></dt> 2204 <dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2424 2205 max size.</p> 2425 2206 </dd></dl> … … 2427 2208 <dl class="method"> 2428 2209 <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 2210 <tt class="descname">SetMinSize</tt><big>(</big><em>self</em>, <em>Size minSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetMinSize" title="Permalink to this definition">¶</a></dt> 2211 <dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2432 2212 min size.</p> 2433 2213 </dd></dl> … … 2435 2215 <dl class="method"> 2436 2216 <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’s name. The window name is used for ressource setting 2217 <tt class="descname">SetName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetName" title="Permalink to this definition">¶</a></dt> 2218 <dd><p>Sets the window’s name. The window name is used for ressource setting 2440 2219 in X, it is not the same as the window title/label</p> 2441 2220 </dd></dl> … … 2443 2222 <dl class="method"> 2444 2223 <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> 2224 <tt class="descname">SetNextHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetNextHandler" title="Permalink to this definition">¶</a></dt> 2225 <dd></dd></dl> 2448 2226 2449 2227 <dl class="method"> 2450 2228 <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> 2229 <tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt> 2230 <dd></dd></dl> 2454 2231 2455 2232 <dl class="method"> 2456 2233 <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> 2234 <tt class="descname">SetOwnFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetOwnFont" title="Permalink to this definition">¶</a></dt> 2235 <dd></dd></dl> 2460 2236 2461 2237 <dl class="method"> 2462 2238 <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> 2239 <tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt> 2240 <dd></dd></dl> 2466 2241 2467 2242 <dl class="method"> 2468 2243 <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>2244 <tt class="descname">SetPosition</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetPosition" title="Permalink to this definition">¶</a></dt> 2470 2245 <dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p> 2471 2246 <p>Moves the window to the given position.</p> … … 2474 2249 <dl class="method"> 2475 2250 <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> 2251 <tt class="descname">SetPreviousHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 2252 <dd></dd></dl> 2479 2253 2480 2254 <dl class="method"> 2481 2255 <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> 2256 <tt class="descname">SetRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetRect" title="Permalink to this definition">¶</a></dt> 2257 <dd><p>Sets the position and size of the window in pixels using a wx.Rect.</p> 2485 2258 </dd></dl> 2486 2259 2487 2260 <dl class="method"> 2488 2261 <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> 2262 <tt class="descname">SetScale</tt><big>(</big><em>self</em>, <em>double xs</em>, <em>double ys</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScale" title="Permalink to this definition">¶</a></dt> 2263 <dd></dd></dl> 2492 2264 2493 2265 <dl class="method"> 2494 2266 <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> 2267 <tt class="descname">SetScrollPageSize</tt><big>(</big><em>self</em>, <em>int orient</em>, <em>int pageSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScrollPageSize" title="Permalink to this definition">¶</a></dt> 2268 <dd></dd></dl> 2498 2269 2499 2270 <dl class="method"> 2500 2271 <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> 2272 <tt class="descname">SetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em>, <em>int pos</em>, <em>bool refresh=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScrollPos" title="Permalink to this definition">¶</a></dt> 2273 <dd><p>Sets the position of one of the built-in scrollbars.</p> 2504 2274 </dd></dl> 2505 2275 2506 2276 <dl class="method"> 2507 2277 <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> 2278 <tt class="descname">SetScrollRate</tt><big>(</big><em>self</em>, <em>int xstep</em>, <em>int ystep</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScrollRate" title="Permalink to this definition">¶</a></dt> 2279 <dd></dd></dl> 2511 2280 2512 2281 <dl class="method"> 2513 2282 <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>2283 <tt class="descname">SetScrollbar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScrollbar" title="Permalink to this definition">¶</a></dt> 2515 2284 <dd><dl class="docutils"> 2516 2285 <dt>SetScrollbar(self, int orientation, int position, int thumbSize, int range, </dt> … … 2522 2291 <dl class="method"> 2523 2292 <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> 2293 <tt class="descname">SetScrollbars</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetScrollbars" title="Permalink to this definition">¶</a></dt> 2294 <dd><p>SetScrollbars(self, int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX, 2295 int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=False)</p> 2529 2296 </dd></dl> 2530 2297 2531 2298 <dl class="method"> 2532 2299 <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> 2300 <tt class="descname">SetSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSize" title="Permalink to this definition">¶</a></dt> 2301 <dd><p>Sets the size of the window in pixels.</p> 2536 2302 </dd></dl> 2537 2303 2538 2304 <dl class="method"> 2539 2305 <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>2306 <tt class="descname">SetSizeHints</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSizeHints" title="Permalink to this definition">¶</a></dt> 2541 2307 <dd><dl class="docutils"> 2542 2308 <dt>SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, </dt> … … 2554 2320 <dl class="method"> 2555 2321 <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 2322 <tt class="descname">SetSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em>, <em>Size incSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2323 <dd><p>Allows specification of minimum and maximum window sizes, and window 2559 2324 size increments. If a pair of values is not set (or set to -1), the 2560 2325 default values will be used. If this function is called, the user … … 2567 2332 <dl class="method"> 2568 2333 <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> 2334 <tt class="descname">SetSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSizeWH" title="Permalink to this definition">¶</a></dt> 2335 <dd><p>Sets the size of the window in pixels.</p> 2572 2336 </dd></dl> 2573 2337 2574 2338 <dl class="method"> 2575 2339 <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 2340 <tt class="descname">SetSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSizer" title="Permalink to this definition">¶</a></dt> 2341 <dd><p>Sets the window to have the given layout sizer. The window will then 2579 2342 own the object, and will take care of its deletion. If an existing 2580 2343 layout sizer object is already owned by the window, it will be deleted … … 2586 2349 <dl class="method"> 2587 2350 <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 2351 <tt class="descname">SetSizerAndFit</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetSizerAndFit" title="Permalink to this definition">¶</a></dt> 2352 <dd><p>The same as SetSizer, except it also sets the size hints for the 2591 2353 window based on the sizer’s minimum size.</p> 2592 2354 </dd></dl> … … 2594 2356 <dl class="method"> 2595 2357 <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> 2358 <tt class="descname">SetTargetRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetTargetRect" title="Permalink to this definition">¶</a></dt> 2359 <dd></dd></dl> 2599 2360 2600 2361 <dl class="method"> 2601 2362 <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> 2363 <tt class="descname">SetTargetWindow</tt><big>(</big><em>self</em>, <em>Window target</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetTargetWindow" title="Permalink to this definition">¶</a></dt> 2364 <dd></dd></dl> 2605 2365 2606 2366 <dl class="method"> 2607 2367 <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"> 2368 <tt class="descname">SetThemeEnabled</tt><big>(</big><em>self</em>, <em>bool enableTheme</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetThemeEnabled" title="Permalink to this definition">¶</a></dt> 2369 <dd><dl class="docutils"> 2611 2370 <dt>This function tells a window if it should use the system’s “theme”</dt> 2612 2371 <dd>code to draw the windows’ background instead if its own background … … 2622 2381 <dl class="method"> 2623 2382 <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> 2383 <tt class="descname">SetToolTip</tt><big>(</big><em>self</em>, <em>ToolTip tip</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetToolTip" title="Permalink to this definition">¶</a></dt> 2384 <dd><p>Attach a tooltip to the window.</p> 2627 2385 </dd></dl> 2628 2386 2629 2387 <dl class="method"> 2630 2388 <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> 2389 <tt class="descname">SetToolTipString</tt><big>(</big><em>self</em>, <em>String tip</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetToolTipString" title="Permalink to this definition">¶</a></dt> 2390 <dd><p>Attach a tooltip to the window.</p> 2634 2391 </dd></dl> 2635 2392 2636 2393 <dl class="method"> 2637 2394 <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) -> 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, 2395 <tt class="descname">SetTransparent</tt><big>(</big><em>self</em>, <em>byte alpha</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetTransparent" title="Permalink to this definition">¶</a></dt> 2396 <dd><p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value, 2641 2397 returns True on success. The <tt class="docutils literal"><span class="pre">alpha</span></tt> value is an integer in the 2642 2398 range of 0 to 255, where 0 is fully transparent and 255 is fully … … 2646 2402 <dl class="method"> 2647 2403 <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, 2404 <tt class="descname">SetValidator</tt><big>(</big><em>self</em>, <em>Validator validator</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetValidator" title="Permalink to this definition">¶</a></dt> 2405 <dd><p>Deletes the current validator (if any) and sets the window validator, 2651 2406 having called wx.Validator.Clone to create a new validator of this 2652 2407 type.</p> … … 2655 2410 <dl class="method"> 2656 2411 <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 2412 <tt class="descname">SetVirtualSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetVirtualSize" title="Permalink to this definition">¶</a></dt> 2413 <dd><p>Set the the virtual size of a window in pixels. For most windows this 2660 2414 is just the client area of the window, but for some like scrolled 2661 2415 windows it is more or less independent of the screen window size.</p> … … 2664 2418 <dl class="method"> 2665 2419 <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 2420 <tt class="descname">SetVirtualSizeHints</tt><big>(</big><em>self</em>, <em>int minW</em>, <em>int minH</em>, <em>int maxW=-1</em>, <em>int maxH=-1</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt> 2421 <dd><p>Allows specification of minimum and maximum virtual window sizes. If a 2669 2422 pair of values is not set (or set to -1), the default values will be 2670 2423 used. If this function is called, the user will not be able to size … … 2674 2427 <dl class="method"> 2675 2428 <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 2429 <tt class="descname">SetVirtualSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2430 <dd><p>Allows specification of minimum and maximum virtual window sizes. If a 2679 2431 pair of values is not set (or set to -1), the default values will be 2680 2432 used. If this function is called, the user will not be able to size … … 2684 2436 <dl class="method"> 2685 2437 <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 2438 <tt class="descname">SetVirtualSizeWH</tt><big>(</big><em>self</em>, <em>int w</em>, <em>int h</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt> 2439 <dd><p>Set the the virtual size of a window in pixels. For most windows this 2689 2440 is just the client area of the window, but for some like scrolled 2690 2441 windows it is more or less independent of the screen window size.</p> … … 2693 2444 <dl class="method"> 2694 2445 <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>2446 <tt class="descname">SetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetWindowStyle" title="Permalink to this definition">¶</a></dt> 2696 2447 <dd><p>SetWindowStyleFlag(self, long style)</p> 2697 2448 <p>Sets the style of the window. Please note that some styles cannot be … … 2703 2454 <dl class="method"> 2704 2455 <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 2456 <tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>self</em>, <em>long style</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 2457 <dd><p>Sets the style of the window. Please note that some styles cannot be 2708 2458 changed after the window creation and that Refresh() might need to be 2709 2459 called after changing the others for the change to take place … … 2713 2463 <dl class="method"> 2714 2464 <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 2465 <tt class="descname">SetWindowVariant</tt><big>(</big><em>self</em>, <em>int variant</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetWindowVariant" title="Permalink to this definition">¶</a></dt> 2466 <dd><p>Sets the variant of the window/font size to use for this window, if 2718 2467 the platform supports variants, for example, wxMac.</p> 2719 2468 </dd></dl> … … 2721 2470 <dl class="method"> 2722 2471 <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>2472 <tt class="descname">SetupScrolling</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.SetupScrolling" title="Permalink to this definition">¶</a></dt> 2724 2473 <dd><p>This function sets up the event handling necessary to handle 2725 2474 scrolling properly. It should be called within the __init__ … … 2731 2480 <dl class="method"> 2732 2481 <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) -> bool</p> 2735 <p>Return true from here to allow the colours of this window to be 2482 <tt class="descname">ShouldInheritColours</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 2483 <dd><p>Return true from here to allow the colours of this window to be 2736 2484 changed by InheritAttributes, returning false forbids inheriting them 2737 2485 from the parent window.</p> … … 2742 2490 <dl class="method"> 2743 2491 <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) -> bool</p> 2746 <p>Shows or hides the window. You may need to call Raise for a top level 2492 <tt class="descname">Show</tt><big>(</big><em>self</em>, <em>bool show=True</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Show" title="Permalink to this definition">¶</a></dt> 2493 <dd><p>Shows or hides the window. You may need to call Raise for a top level 2747 2494 window if you want to bring it to top, although this is not needed if 2748 2495 Show is called immediately after the frame creation. Returns True if … … 2777 2524 <dl class="method"> 2778 2525 <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 2526 <tt class="descname">Thaw</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Thaw" title="Permalink to this definition">¶</a></dt> 2527 <dd><p>Reenables window updating after a previous call to Freeze. Calls to 2782 2528 Freeze/Thaw may be nested, so Thaw must be called the same number of 2783 2529 times that Freeze was before the window will be updated.</p> … … 2792 2538 <dl class="method"> 2793 2539 <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) -> bool</p> 2796 <p>Turn the flag on if it had been turned off before and vice versa, 2540 <tt class="descname">ToggleWindowStyle</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt> 2541 <dd><p>Turn the flag on if it had been turned off before and vice versa, 2797 2542 returns True if the flag is turned on by this function call.</p> 2798 2543 </dd></dl> … … 2818 2563 <dl class="method"> 2819 2564 <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) -> bool</p> 2822 <p>Transfers values from child controls to data areas specified by their 2565 <tt class="descname">TransferDataFromWindow</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 2566 <dd><p>Transfers values from child controls to data areas specified by their 2823 2567 validators. Returns false if a transfer failed. If the window has 2824 2568 wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will … … 2828 2572 <dl class="method"> 2829 2573 <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) -> bool</p> 2832 <p>Transfers values to child controls from data areas specified by their 2574 <tt class="descname">TransferDataToWindow</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 2575 <dd><p>Transfers values to child controls from data areas specified by their 2833 2576 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 2834 2577 style flag set, the method will also call TransferDataToWindow() of … … 2838 2581 <dl class="method"> 2839 2582 <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>2583 <tt class="descname">Unbind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Unbind" title="Permalink to this definition">¶</a></dt> 2841 2584 <dd><p>Disconnects the event handler binding for event from self. 2842 2585 Returns True if successful.</p> … … 2845 2588 <dl class="method"> 2846 2589 <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) -> bool</p> 2849 <p>Unregisters a system wide hotkey.</p> 2590 <tt class="descname">UnregisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.UnregisterHotKey" title="Permalink to this definition">¶</a></dt> 2591 <dd><p>Unregisters a system wide hotkey.</p> 2850 2592 </dd></dl> 2851 2593 2852 2594 <dl class="method"> 2853 2595 <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 2596 <tt class="descname">Update</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Update" title="Permalink to this definition">¶</a></dt> 2597 <dd><p>Calling this method immediately repaints the invalidated area of the 2857 2598 window instead of waiting for the EVT_PAINT event to happen, (normally 2858 2599 this would usually only happen when the flow of control returns to the … … 2877 2618 <dl class="method"> 2878 2619 <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 2620 <tt class="descname">UpdateWindowUI</tt><big>(</big><em>self</em>, <em>long flags=UPDATE_UI_NONE</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.UpdateWindowUI" title="Permalink to this definition">¶</a></dt> 2621 <dd><p>This function sends EVT_UPDATE_UI events to the window. The particular 2882 2622 implementation depends on the window; for example a wx.ToolBar will 2883 2623 send an update UI event for each toolbar button, and a wx.Frame will … … 2893 2633 <dl class="method"> 2894 2634 <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) -> bool</p> 2897 </dd></dl> 2635 <tt class="descname">UseBgCol</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.UseBgCol" title="Permalink to this definition">¶</a></dt> 2636 <dd></dd></dl> 2898 2637 2899 2638 <dl class="method"> 2900 2639 <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) -> bool</p> 2903 <p>Validates the current values of the child controls using their 2640 <tt class="descname">Validate</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.Validate" title="Permalink to this definition">¶</a></dt> 2641 <dd><p>Validates the current values of the child controls using their 2904 2642 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 2905 2643 style flag set, the method will also call Validate() of all child … … 2927 2665 <dl class="method"> 2928 2666 <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> 2667 <tt class="descname">WarpPointer</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.WarpPointer" title="Permalink to this definition">¶</a></dt> 2668 <dd><p>Moves the pointer to the given position on the window.</p> 2932 2669 <p>NOTE: This function is not supported under Mac because Apple Human 2933 2670 Interface Guidelines forbid moving the mouse cursor programmatically.</p> … … 2948 2685 <dl class="method"> 2949 2686 <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) -> Size</p> 2952 </dd></dl> 2687 <tt class="descname">WindowToClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> → Size<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.WindowToClientSize" title="Permalink to this definition">¶</a></dt> 2688 <dd></dd></dl> 2953 2689 2954 2690 <dl class="attribute"> … … 2959 2695 2960 2696 <dl class="method"> 2697 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._SetupAfter"> 2698 <tt class="descname">_SetupAfter</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._SetupAfter" title="Permalink to this definition">¶</a></dt> 2699 <dd></dd></dl> 2700 2701 <dl class="attribute"> 2702 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__class__"> 2703 <tt class="descname">__class__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__class__" title="Permalink to this definition">¶</a></dt> 2704 <dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 2705 </dd></dl> 2706 2707 <dl class="attribute"> 2708 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__delattr__"> 2709 <tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__delattr__" title="Permalink to this definition">¶</a></dt> 2710 <dd><p>x.__delattr__(‘name’) <==> del x.name</p> 2711 </dd></dl> 2712 2713 <dl class="attribute"> 2714 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__dict__"> 2715 <tt class="descname">__dict__</tt><em class="property"> = <dictproxy object at 0x0818F2B0></em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__dict__" title="Permalink to this definition">¶</a></dt> 2716 <dd></dd></dl> 2717 2718 <dl class="attribute"> 2719 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__getattribute__"> 2720 <tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__getattribute__" title="Permalink to this definition">¶</a></dt> 2721 <dd><p>x.__getattribute__(‘name’) <==> x.name</p> 2722 </dd></dl> 2723 2724 <dl class="attribute"> 2725 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__hash__"> 2726 <tt class="descname">__hash__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__hash__" title="Permalink to this definition">¶</a></dt> 2727 <dd><p>x.__hash__() <==> hash(x)</p> 2728 </dd></dl> 2729 2730 <dl class="method"> 2731 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__init__"> 2732 <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__init__" title="Permalink to this definition">¶</a></dt> 2733 <dd></dd></dl> 2734 2735 <dl class="attribute"> 2736 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__module__"> 2737 <tt class="descname">__module__</tt><em class="property"> = 'sans.perspectives.fitting.simfitpage'</em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__module__" title="Permalink to this definition">¶</a></dt> 2738 <dd></dd></dl> 2739 2740 <dl class="staticmethod"> 2741 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__new__"> 2742 <em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> → a new object with type S, a subtype of T<a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__new__" title="Permalink to this definition">¶</a></dt> 2743 <dd></dd></dl> 2744 2745 <dl class="method"> 2746 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__reduce__"> 2747 <tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__reduce__" title="Permalink to this definition">¶</a></dt> 2748 <dd><p>helper for pickle</p> 2749 </dd></dl> 2750 2751 <dl class="method"> 2752 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__reduce_ex__"> 2753 <tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 2754 <dd><p>helper for pickle</p> 2755 </dd></dl> 2756 2757 <dl class="method"> 2758 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__repr__"> 2759 <tt class="descname">__repr__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__repr__" title="Permalink to this definition">¶</a></dt> 2760 <dd></dd></dl> 2761 2762 <dl class="attribute"> 2763 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__setattr__"> 2764 <tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__setattr__" title="Permalink to this definition">¶</a></dt> 2765 <dd><p>x.__setattr__(‘name’, value) <==> x.name = value</p> 2766 </dd></dl> 2767 2768 <dl class="attribute"> 2769 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__str__"> 2770 <tt class="descname">__str__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__str__" title="Permalink to this definition">¶</a></dt> 2771 <dd><p>x.__str__() <==> str(x)</p> 2772 </dd></dl> 2773 2774 <dl class="attribute"> 2775 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__weakref__"> 2776 <tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.__weakref__" title="Permalink to this definition">¶</a></dt> 2777 <dd><p>list of weak references to the object (if defined)</p> 2778 </dd></dl> 2779 2780 <dl class="method"> 2781 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._display_constraint"> 2782 <tt class="descname">_display_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._display_constraint" title="Permalink to this definition">¶</a></dt> 2783 <dd><p>Show fields to add constraint</p> 2784 </dd></dl> 2785 2786 <dl class="method"> 2787 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_constraint"> 2788 <tt class="descname">_fill_sizer_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_constraint" title="Permalink to this definition">¶</a></dt> 2789 <dd><p>Fill sizer containing constraint info</p> 2790 </dd></dl> 2791 2792 <dl class="method"> 2793 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_fit"> 2794 <tt class="descname">_fill_sizer_fit</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_fit" title="Permalink to this definition">¶</a></dt> 2795 <dd><p>Draw fit button</p> 2796 </dd></dl> 2797 2798 <dl class="method"> 2799 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_model_list"> 2800 <tt class="descname">_fill_sizer_model_list</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._fill_sizer_model_list" title="Permalink to this definition">¶</a></dt> 2801 <dd><p>Receive a dictionary containing information to display model name</p> 2802 <table class="docutils field-list" frame="void" rules="none"> 2803 <col class="field-name" /> 2804 <col class="field-body" /> 2805 <tbody valign="top"> 2806 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>page_finder</strong> – the dictionary containing models information</td> 2807 </tr> 2808 </tbody> 2809 </table> 2810 </dd></dl> 2811 2812 <dl class="method"> 2813 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._hide_constraint"> 2814 <tt class="descname">_hide_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._hide_constraint" title="Permalink to this definition">¶</a></dt> 2815 <dd><p>hide buttons related constraint</p> 2816 </dd></dl> 2817 2818 <dl class="method"> 2819 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._onAdd_constraint"> 2820 <tt class="descname">_onAdd_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._onAdd_constraint" title="Permalink to this definition">¶</a></dt> 2821 <dd><p>Add another line for constraint</p> 2822 </dd></dl> 2823 2824 <dl class="method"> 2825 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_model"> 2826 <tt class="descname">_on_select_model</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_model" title="Permalink to this definition">¶</a></dt> 2827 <dd><p>fill combox box with list of parameters</p> 2828 </dd></dl> 2829 2830 <dl class="method"> 2831 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_modelcb"> 2832 <tt class="descname">_on_select_modelcb</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_modelcb" title="Permalink to this definition">¶</a></dt> 2833 <dd><p>On select model left or right combobox</p> 2834 </dd></dl> 2835 2836 <dl class="method"> 2837 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_param"> 2838 <tt class="descname">_on_select_param</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_select_param" title="Permalink to this definition">¶</a></dt> 2839 <dd><p>Store the appropriate constraint in the page_finder</p> 2840 </dd></dl> 2841 2842 <dl class="method"> 2843 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_set_all_equal"> 2844 <tt class="descname">_on_set_all_equal</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._on_set_all_equal" title="Permalink to this definition">¶</a></dt> 2845 <dd><p>On set button</p> 2846 </dd></dl> 2847 2848 <dl class="method"> 2849 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._setCallbackInfo"> 2850 <tt class="descname">_setCallbackInfo</tt><big>(</big><em>self</em>, <em>PyObject self</em>, <em>PyObject _class</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._setCallbackInfo" title="Permalink to this definition">¶</a></dt> 2851 <dd></dd></dl> 2852 2853 <dl class="method"> 2854 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._setOORInfo"> 2855 <tt class="descname">_setOORInfo</tt><big>(</big><em>self</em>, <em>PyObject _self</em>, <em>bool incref=True</em><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._setOORInfo" title="Permalink to this definition">¶</a></dt> 2856 <dd></dd></dl> 2857 2858 <dl class="method"> 2859 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_bookmark_flag"> 2860 <tt class="descname">_set_bookmark_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_bookmark_flag" title="Permalink to this definition">¶</a></dt> 2861 <dd><p>The derivative class sets the bookmark flag value to indicate that it 2862 can be bookmarked</p> 2863 </dd></dl> 2864 2865 <dl class="method"> 2866 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_constraint"> 2867 <tt class="descname">_set_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_constraint" title="Permalink to this definition">¶</a></dt> 2868 <dd><p>get values from the constrainst textcrtl ,parses them into model name 2869 parameter name and parameters values. 2870 store them in a list self.params .when when params is not empty 2871 set_model uses it to reset the appropriate model 2872 and its appropriates parameters</p> 2873 </dd></dl> 2874 2875 <dl class="method"> 2876 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_copy_flag"> 2877 <tt class="descname">_set_copy_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_copy_flag" title="Permalink to this definition">¶</a></dt> 2878 <dd><p>The derivative class sets the copy flag value to indicate that the 2879 action done can be recovered</p> 2880 </dd></dl> 2881 2882 <dl class="method"> 2883 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_drag_flag"> 2884 <tt class="descname">_set_drag_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_drag_flag" title="Permalink to this definition">¶</a></dt> 2885 <dd><p>The derivative class sets the drag flag value to indicate that 2886 dragging motion is possible</p> 2887 </dd></dl> 2888 2889 <dl class="method"> 2890 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_paste_flag"> 2891 <tt class="descname">_set_paste_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_paste_flag" title="Permalink to this definition">¶</a></dt> 2892 <dd><p>The derivative class sets the paste flag value to indicate that the 2893 action done can be recovered</p> 2894 </dd></dl> 2895 2896 <dl class="method"> 2897 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_preview_flag"> 2898 <tt class="descname">_set_preview_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_preview_flag" title="Permalink to this definition">¶</a></dt> 2899 <dd><p>The derivative class sets the preview flag value to indicate that it 2900 can be previewed</p> 2901 </dd></dl> 2902 2903 <dl class="method"> 2904 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_print_flag"> 2905 <tt class="descname">_set_print_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_print_flag" title="Permalink to this definition">¶</a></dt> 2906 <dd><p>The derivative class sets the print flag value to indicate that it can 2907 be printed</p> 2908 </dd></dl> 2909 2910 <dl class="method"> 2911 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_redo_flag"> 2912 <tt class="descname">_set_redo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_redo_flag" title="Permalink to this definition">¶</a></dt> 2913 <dd><p>The derivative class sets the redo flag value to indicate that the 2914 action done can be recovered</p> 2915 </dd></dl> 2916 2917 <dl class="method"> 2918 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_reset_flag"> 2919 <tt class="descname">_set_reset_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_reset_flag" title="Permalink to this definition">¶</a></dt> 2920 <dd><p>The derivative class sets the reset flag value to indicate that it 2921 can be reset</p> 2922 </dd></dl> 2923 2924 <dl class="method"> 2925 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_save_flag"> 2926 <tt class="descname">_set_save_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_save_flag" title="Permalink to this definition">¶</a></dt> 2927 <dd><p>The derivative class sets the drag flag value to indicate that it 2928 can be saved</p> 2929 </dd></dl> 2930 2931 <dl class="method"> 2932 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_undo_flag"> 2933 <tt class="descname">_set_undo_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_undo_flag" title="Permalink to this definition">¶</a></dt> 2934 <dd><p>The derivative class sets the undo flag value to indicate that the 2935 current action done can be canceled</p> 2936 </dd></dl> 2937 2938 <dl class="method"> 2939 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoom_flag"> 2940 <tt class="descname">_set_zoom_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoom_flag" title="Permalink to this definition">¶</a></dt> 2941 <dd><p>The derivative class sets the zoom flag value to indicate that it 2942 can be zoomed</p> 2943 </dd></dl> 2944 2945 <dl class="method"> 2946 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoomed_in_flag"> 2947 <tt class="descname">_set_zoomed_in_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoomed_in_flag" title="Permalink to this definition">¶</a></dt> 2948 <dd><p>The derivative class sets the zoom in flag value to indicate that it 2949 can be zoomed in</p> 2950 </dd></dl> 2951 2952 <dl class="method"> 2953 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoomed_out_flag"> 2954 <tt class="descname">_set_zoomed_out_flag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._set_zoomed_out_flag" title="Permalink to this definition">¶</a></dt> 2955 <dd><p>The derivative class sets the zoom out flag value to indicate that it 2956 can be zoomed out</p> 2957 </dd></dl> 2958 2959 <dl class="method"> 2960 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._show_all_constraint"> 2961 <tt class="descname">_show_all_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._show_all_constraint" title="Permalink to this definition">¶</a></dt> 2962 <dd><p>Show constraint fields</p> 2963 </dd></dl> 2964 2965 <dl class="method"> 2966 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._show_constraint"> 2967 <tt class="descname">_show_constraint</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._show_constraint" title="Permalink to this definition">¶</a></dt> 2968 <dd><p>Show constraint fields</p> 2969 </dd></dl> 2970 2971 <dl class="method"> 2972 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._store_model"> 2973 <tt class="descname">_store_model</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._store_model" title="Permalink to this definition">¶</a></dt> 2974 <dd><p>Store selected model</p> 2975 </dd></dl> 2976 2977 <dl class="method"> 2978 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage._update_easy_setup_cb"> 2979 <tt class="descname">_update_easy_setup_cb</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage._update_easy_setup_cb" title="Permalink to this definition">¶</a></dt> 2980 <dd><p>Update easy setup combobox on selecting a model</p> 2981 </dd></dl> 2982 2983 <dl class="method"> 2961 2984 <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>2985 <tt class="descname">base_AcceptsFocus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_AcceptsFocus" title="Permalink to this definition">¶</a></dt> 2963 2986 <dd><p>Please use PyScrolledWindow.AcceptsFocus instead.</p> 2964 2987 </dd></dl> … … 2966 2989 <dl class="method"> 2967 2990 <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>2991 <tt class="descname">base_AcceptsFocusFromKeyboard</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 2969 2992 <dd><p>Please use PyScrolledWindow.AcceptsFocusFromKeyboard instead.</p> 2970 2993 </dd></dl> … … 2972 2995 <dl class="method"> 2973 2996 <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>2997 <tt class="descname">base_AddChild</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_AddChild" title="Permalink to this definition">¶</a></dt> 2975 2998 <dd><p>Please use PyScrolledWindow.AddChild instead.</p> 2976 2999 </dd></dl> … … 2978 3001 <dl class="method"> 2979 3002 <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>3003 <tt class="descname">base_DoGetBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoGetBestSize" title="Permalink to this definition">¶</a></dt> 2981 3004 <dd><p>Please use PyScrolledWindow.DoGetBestSize instead.</p> 2982 3005 </dd></dl> … … 2984 3007 <dl class="method"> 2985 3008 <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>3009 <tt class="descname">base_DoGetClientSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoGetClientSize" title="Permalink to this definition">¶</a></dt> 2987 3010 <dd><p>Please use PyScrolledWindow.DoGetClientSize instead.</p> 2988 3011 </dd></dl> … … 2990 3013 <dl class="method"> 2991 3014 <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>3015 <tt class="descname">base_DoGetPosition</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoGetPosition" title="Permalink to this definition">¶</a></dt> 2993 3016 <dd><p>Please use PyScrolledWindow.DoGetPosition instead.</p> 2994 3017 </dd></dl> … … 2996 3019 <dl class="method"> 2997 3020 <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>3021 <tt class="descname">base_DoGetSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoGetSize" title="Permalink to this definition">¶</a></dt> 2999 3022 <dd><p>Please use PyScrolledWindow.DoGetSize instead.</p> 3000 3023 </dd></dl> … … 3002 3025 <dl class="method"> 3003 3026 <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>3027 <tt class="descname">base_DoGetVirtualSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoGetVirtualSize" title="Permalink to this definition">¶</a></dt> 3005 3028 <dd><p>Please use PyScrolledWindow.DoGetVirtualSize instead.</p> 3006 3029 </dd></dl> … … 3008 3031 <dl class="method"> 3009 3032 <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>3033 <tt class="descname">base_DoMoveWindow</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoMoveWindow" title="Permalink to this definition">¶</a></dt> 3011 3034 <dd><p>Please use PyScrolledWindow.DoMoveWindow instead.</p> 3012 3035 </dd></dl> … … 3014 3037 <dl class="method"> 3015 3038 <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>3039 <tt class="descname">base_DoSetClientSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoSetClientSize" title="Permalink to this definition">¶</a></dt> 3017 3040 <dd><p>Please use PyScrolledWindow.DoSetClientSize instead.</p> 3018 3041 </dd></dl> … … 3020 3043 <dl class="method"> 3021 3044 <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>3045 <tt class="descname">base_DoSetSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoSetSize" title="Permalink to this definition">¶</a></dt> 3023 3046 <dd><p>Please use PyScrolledWindow.DoSetSize instead.</p> 3024 3047 </dd></dl> … … 3026 3049 <dl class="method"> 3027 3050 <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>3051 <tt class="descname">base_DoSetVirtualSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_DoSetVirtualSize" title="Permalink to this definition">¶</a></dt> 3029 3052 <dd><p>Please use PyScrolledWindow.DoSetVirtualSize instead.</p> 3030 3053 </dd></dl> … … 3032 3055 <dl class="method"> 3033 3056 <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>3057 <tt class="descname">base_Enable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_Enable" title="Permalink to this definition">¶</a></dt> 3035 3058 <dd><p>Please use PyScrolledWindow.Enable instead.</p> 3036 3059 </dd></dl> … … 3038 3061 <dl class="method"> 3039 3062 <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>3063 <tt class="descname">base_GetDefaultAttributes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 3041 3064 <dd><p>Please use PyScrolledWindow.GetDefaultAttributes instead.</p> 3042 3065 </dd></dl> … … 3044 3067 <dl class="method"> 3045 3068 <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>3069 <tt class="descname">base_GetMaxSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_GetMaxSize" title="Permalink to this definition">¶</a></dt> 3047 3070 <dd><p>Please use PyScrolledWindow.GetMaxSize instead.</p> 3048 3071 </dd></dl> … … 3050 3073 <dl class="method"> 3051 3074 <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>3075 <tt class="descname">base_InitDialog</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_InitDialog" title="Permalink to this definition">¶</a></dt> 3053 3076 <dd><p>Please use PyScrolledWindow.InitDialog instead.</p> 3054 3077 </dd></dl> … … 3056 3079 <dl class="method"> 3057 3080 <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>3081 <tt class="descname">base_OnInternalIdle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_OnInternalIdle" title="Permalink to this definition">¶</a></dt> 3059 3082 <dd><p>Please use PyScrolledWindow.OnInternalIdle instead.</p> 3060 3083 </dd></dl> … … 3062 3085 <dl class="method"> 3063 3086 <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>3087 <tt class="descname">base_RemoveChild</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_RemoveChild" title="Permalink to this definition">¶</a></dt> 3065 3088 <dd><p>Please use PyScrolledWindow.RemoveChild instead.</p> 3066 3089 </dd></dl> … … 3068 3091 <dl class="method"> 3069 3092 <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>3093 <tt class="descname">base_ShouldInheritColours</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 3071 3094 <dd><p>Please use PyScrolledWindow.ShouldInheritColours instead.</p> 3072 3095 </dd></dl> … … 3074 3097 <dl class="method"> 3075 3098 <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>3099 <tt class="descname">base_TransferDataFromWindow</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 3077 3100 <dd><p>Please use PyScrolledWindow.TransferDataFromWindow instead.</p> 3078 3101 </dd></dl> … … 3080 3103 <dl class="method"> 3081 3104 <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>3105 <tt class="descname">base_TransferDataToWindow</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 3083 3106 <dd><p>Please use PyScrolledWindow.TransferDataToWindow instead.</p> 3084 3107 </dd></dl> … … 3086 3109 <dl class="method"> 3087 3110 <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>3111 <tt class="descname">base_Validate</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.base_Validate" title="Permalink to this definition">¶</a></dt> 3089 3112 <dd><p>Please use PyScrolledWindow.Validate instead.</p> 3090 3113 </dd></dl> … … 3092 3115 <dl class="method"> 3093 3116 <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>3117 <tt class="descname">check_all_model_name</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.check_all_model_name" title="Permalink to this definition">¶</a></dt> 3095 3118 <dd><p>check all models names</p> 3096 3119 </dd></dl> … … 3098 3121 <dl class="method"> 3099 3122 <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>3123 <tt class="descname">check_model_name</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.check_model_name" title="Permalink to this definition">¶</a></dt> 3101 3124 <dd><p>Save information related to checkbox and their states</p> 3102 3125 </dd></dl> … … 3209 3232 </dd></dl> 3210 3233 3234 <dl class="attribute"> 3235 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.group_id"> 3236 <tt class="descname">group_id</tt><em class="property"> = None</em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.group_id" title="Permalink to this definition">¶</a></dt> 3237 <dd></dd></dl> 3238 3211 3239 <dl class="method"> 3212 3240 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.has_changed"> … … 3216 3244 <dl class="method"> 3217 3245 <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>3246 <tt class="descname">onFit</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.onFit" title="Permalink to this definition">¶</a></dt> 3219 3247 <dd><p>signal for fitting</p> 3220 3248 </dd></dl> … … 3222 3250 <dl class="method"> 3223 3251 <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>3252 <tt class="descname">onRemove</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.onRemove" title="Permalink to this definition">¶</a></dt> 3225 3253 <dd><p>Remove constraint fields</p> 3226 3254 </dd></dl> … … 3228 3256 <dl class="method"> 3229 3257 <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>3258 <tt class="descname">on_batch_selection</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_batch_selection" title="Permalink to this definition">¶</a></dt> 3231 3259 <dd><table class="docutils field-list" frame="void" rules="none"> 3232 3260 <col class="field-name" /> 3233 3261 <col class="field-body" /> 3234 3262 <tbody valign="top"> 3235 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – contains parameter enable . when enable is set to True</td>3263 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – contains parameter enable . when enable is set to True</td> 3236 3264 </tr> 3237 3265 </tbody> … … 3243 3271 <dl class="method"> 3244 3272 <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>3273 <tt class="descname">on_bookmark</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_bookmark" title="Permalink to this definition">¶</a></dt> 3246 3274 <dd><p>The derivative class is on bookmark mode if implemented</p> 3247 3275 </dd></dl> … … 3249 3277 <dl class="method"> 3250 3278 <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>3279 <tt class="descname">on_copy</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_copy" title="Permalink to this definition">¶</a></dt> 3252 3280 <dd><p>The copy action if possible</p> 3253 3281 </dd></dl> … … 3255 3283 <dl class="method"> 3256 3284 <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>3285 <tt class="descname">on_drag</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_drag" title="Permalink to this definition">¶</a></dt> 3258 3286 <dd><p>The derivative class allows dragging motion if implemented</p> 3259 3287 </dd></dl> … … 3261 3289 <dl class="method"> 3262 3290 <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>3291 <tt class="descname">on_kill_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_kill_focus" title="Permalink to this definition">¶</a></dt> 3264 3292 <dd><p>The derivative class is on unfocus if implemented</p> 3265 3293 </dd></dl> … … 3267 3295 <dl class="method"> 3268 3296 <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>3297 <tt class="descname">on_paste</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_paste" title="Permalink to this definition">¶</a></dt> 3270 3298 <dd><p>The paste action if possible</p> 3271 3299 </dd></dl> … … 3273 3301 <dl class="method"> 3274 3302 <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>3303 <tt class="descname">on_preview</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_preview" title="Permalink to this definition">¶</a></dt> 3276 3304 <dd><p>Display a printable version of the class derivative</p> 3277 3305 </dd></dl> … … 3279 3307 <dl class="method"> 3280 3308 <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>3309 <tt class="descname">on_redo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_redo" title="Permalink to this definition">¶</a></dt> 3282 3310 <dd><p>The previous action is restored if possible</p> 3283 3311 </dd></dl> … … 3285 3313 <dl class="method"> 3286 3314 <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>3315 <tt class="descname">on_reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_reset" title="Permalink to this definition">¶</a></dt> 3288 3316 <dd><p>The derivative class state is restored</p> 3289 3317 </dd></dl> … … 3291 3319 <dl class="method"> 3292 3320 <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>3321 <tt class="descname">on_save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_save" title="Permalink to this definition">¶</a></dt> 3294 3322 <dd><p>The state of the derivative class is restored</p> 3295 3323 </dd></dl> … … 3297 3325 <dl class="method"> 3298 3326 <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>3327 <tt class="descname">on_set_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_set_focus" title="Permalink to this definition">¶</a></dt> 3300 3328 <dd><p>The derivative class is on focus if implemented</p> 3301 3329 </dd></dl> 3302 3330 3303 3331 <dl class="method"> 3332 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_tap_focus"> 3333 <tt class="descname">on_tap_focus</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_tap_focus" title="Permalink to this definition">¶</a></dt> 3334 <dd><p>Update menu on clicking the panel tap</p> 3335 </dd></dl> 3336 3337 <dl class="method"> 3304 3338 <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>3339 <tt class="descname">on_undo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_undo" title="Permalink to this definition">¶</a></dt> 3306 3340 <dd><p>The current action is canceled</p> 3307 3341 </dd></dl> … … 3309 3343 <dl class="method"> 3310 3344 <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>3345 <tt class="descname">on_zoom</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_zoom" title="Permalink to this definition">¶</a></dt> 3312 3346 <dd><p>The derivative class is on zoom mode (using pane) 3313 3347 if zoom mode is implemented</p> … … 3316 3350 <dl class="method"> 3317 3351 <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>3352 <tt class="descname">on_zoom_in</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_zoom_in" title="Permalink to this definition">¶</a></dt> 3319 3353 <dd><p>The derivative class is on zoom in mode if implemented</p> 3320 3354 </dd></dl> … … 3322 3356 <dl class="method"> 3323 3357 <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>3358 <tt class="descname">on_zoom_out</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.on_zoom_out" title="Permalink to this definition">¶</a></dt> 3325 3359 <dd><p>The derivative class is on zoom out mode if implemented</p> 3326 3360 </dd></dl> … … 3328 3362 <dl class="method"> 3329 3363 <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> 3364 <tt class="descname">save_project</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.save_project" title="Permalink to this definition">¶</a></dt> 3365 <dd><p>return an xml node containing state of the panel 3366 that guiframe can write to file</p> 3335 3367 </dd></dl> 3336 3368 … … 3343 3375 <dl class="method"> 3344 3376 <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>3377 <tt class="descname">set_manager</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.set_manager" title="Permalink to this definition">¶</a></dt> 3346 3378 <dd><p>set panel manager</p> 3347 3379 <table class="docutils field-list" frame="void" rules="none"> … … 3349 3381 <col class="field-body" /> 3350 3382 <tbody valign="top"> 3351 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>manager</strong> – instance of plugin fitting</td>3383 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>manager</strong> – instance of plugin fitting</td> 3352 3384 </tr> 3353 3385 </tbody> … … 3366 3398 </dd></dl> 3367 3399 3400 <dl class="attribute"> 3401 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.uid"> 3402 <tt class="descname">uid</tt><em class="property"> = None</em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.uid" title="Permalink to this definition">¶</a></dt> 3403 <dd></dd></dl> 3404 3405 <dl class="attribute"> 3406 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.window_caption"> 3407 <tt class="descname">window_caption</tt><em class="property"> = 'Simultaneous Fit Page'</em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.window_caption" title="Permalink to this definition">¶</a></dt> 3408 <dd></dd></dl> 3409 3410 <dl class="attribute"> 3411 <dt id="sans.perspectives.fitting.simfitpage.SimultaneousFitPage.window_name"> 3412 <tt class="descname">window_name</tt><em class="property"> = 'simultaneous Fit page'</em><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.SimultaneousFitPage.window_name" title="Permalink to this definition">¶</a></dt> 3413 <dd></dd></dl> 3414 3368 3415 </dd></dl> 3369 3416 3370 3417 <dl class="function"> 3371 3418 <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>3419 <tt class="descclassname">sans.perspectives.fitting.simfitpage.</tt><tt class="descname">get_fittableParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.perspectives.fitting.simfitpage.get_fittableParam" title="Permalink to this definition">¶</a></dt> 3373 3420 <dd><p>return list of fittable parameters name of a model</p> 3374 3421 <table class="docutils field-list" frame="void" rules="none"> … … 3376 3423 <col class="field-body" /> 3377 3424 <tbody valign="top"> 3378 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><strong>model</strong> – the model used</td>3425 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>model</strong> – the model used</td> 3379 3426 </tr> 3380 3427 </tbody> … … 3394 3441 <ul> 3395 3442 <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>3443 <li><a class="reference internal" href="#sans-perspectives-fitting-simfitpage"><tt class="docutils literal"><span class="pre">sans.perspectives.fitting.simfitpage</span></tt></a></li> 3397 3444 </ul> 3398 3445 </li> … … 3400 3447 3401 3448 <h4>Previous topic</h4> 3402 <p class="topless"><a href="pagestate.html" 3403 title="previous chapter">pagestate</a></p> 3449 <p class="topless"><a href="report_dialog.html" 3450 title="previous chapter">report_dialog</a></p> 3451 <h4>Next topic</h4> 3452 <p class="topless"><a href="utils.html" 3453 title="next chapter">utils</a></p> 3404 3454 <h3>This Page</h3> 3405 3455 <ul class="this-page-menu"> … … 3410 3460 <h3>Quick search</h3> 3411 3461 <form class="search" action="../../../search.html" method="get"> 3412 <input type="text" name="q" size="18"/>3462 <input type="text" name="q" /> 3413 3463 <input type="submit" value="Go" /> 3414 3464 <input type="hidden" name="check_keywords" value="yes" /> … … 3434 3484 >modules</a> |</li> 3435 3485 <li class="right" > 3436 <a href="pagestate.html" title="pagestate" 3486 <a href="utils.html" title="utils" 3487 >next</a> |</li> 3488 <li class="right" > 3489 <a href="report_dialog.html" title="report_dialog" 3437 3490 >previous</a> |</li> 3438 <li><a href="../../../index.html">sansview v0.1.0 documentation</a> »</li>3491 <li><a href="../../../index.html">sansview 0.1.0 documentation</a> »</li> 3439 3492 <li><a href="index.html" >Reference</a> »</li> 3440 3493 </ul> … … 3442 3495 <div class="footer"> 3443 3496 © Copyright 2010, sans group. 3444 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1. 0.7.3497 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 3445 3498 </div> 3446 3499 </body>
Note: See TracChangeset
for help on using the changeset viewer.