source: sasview/invariantview/docs/sphinx/_build/html/api/invariant_details.html @ d0d7704

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

working on documentation

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