source: sasview/sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/SlicerParameters.html @ 96cbb53

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

HTML folder generated by Sphinx

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