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

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

HTML folder generated by Sphinx

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