source: sasview/guiframe/docs/sphinx/_build/html/api/local_perspectives/plotting/SlicerParameters.html @ d955bf19

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

working on documentation

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