source: sasview/sansview/docs/sphinx/_build/html/api/perspectives/fitting/help_panel.html @ 5062bbf

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 5062bbf was 5062bbf, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

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