source: sasview/fittingview/docs/sphinx/html/api/perspectives/fitting/help_panel.html @ 96e0138

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 96e0138 was 5a9a98f, checked in by Jessica Tumarkin <jtumarki@…>, 13 years ago

HTML folder generated by Sphinx

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