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

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since d955bf19 was d955bf19, checked in by Gervaise Alina <gervyh@…>, 14 years ago

working on documentation

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