Ignore:
Timestamp:
Oct 24, 2011 2:43:40 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
67cd7c0
Parents:
70ecd530
Message:

sphinx build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/docs/sphinx/html/api/local_perspectives/plotting/help_panel.html

    r96cbb53 rbce8148  
    33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     5 
    56 
    67<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    89    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    910     
    10     <title>help_panel &mdash; guiframe v0.1.0 documentation</title> 
     11    <title>help_panel &mdash; guiframe 0.1.0 documentation</title> 
     12     
    1113    <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> 
    1214    <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> 
     15     
    1316    <script type="text/javascript"> 
    1417      var DOCUMENTATION_OPTIONS = { 
     
    2326    <script type="text/javascript" src="../../../_static/underscore.js"></script> 
    2427    <script type="text/javascript" src="../../../_static/doctools.js"></script> 
    25     <link rel="top" title="guiframe v0.1.0 documentation" href="../../../index.html" /> 
     28    <link rel="top" title="guiframe 0.1.0 documentation" href="../../../index.html" /> 
    2629    <link rel="up" title="Local Perspective: plotting" href="index.html" /> 
    2730    <link rel="next" title="masking" href="masking.html" /> 
     
    4447          <a href="Edge.html" title="Edge" 
    4548             accesskey="P">previous</a> |</li> 
    46         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     49        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    4750          <li><a href="index.html" accesskey="U">Local Perspective: plotting</a> &raquo;</li>  
    4851      </ul> 
     
    5659  <div class="section" id="help-panel"> 
    5760<h1>help_panel<a class="headerlink" href="#help-panel" title="Permalink to this headline">¶</a></h1> 
    58 <div class="section" id="module-sans.guiframe.local_perspectives.plotting.help_panel"> 
    59 <span id="sans-guiframe-local-perspectives-plotting-help-panel"></span><h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.help_panel" title="sans.guiframe.local_perspectives.plotting.help_panel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.help_panel</span></tt></a><a class="headerlink" href="#module-sans.guiframe.local_perspectives.plotting.help_panel" title="Permalink to this headline">¶</a></h2> 
    60 <p>Help panel for plotting</p> 
     61<div class="section" id="sans-guiframe-local-perspectives-plotting-help-panel"> 
     62<h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.help_panel" title="sans.guiframe.local_perspectives.plotting.help_panel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.help_panel</span></tt></a><a class="headerlink" href="#sans-guiframe-local-perspectives-plotting-help-panel" title="Permalink to this headline">¶</a></h2> 
     63<span class="target" id="module-sans.guiframe.local_perspectives.plotting.help_panel"></span><p>Help panel for plotting</p> 
    6164<dl class="class"> 
    6265<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow"> 
    63 <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.help_panel.</tt><tt class="descname">HelpWindow</tt><big>(</big><em>parent</em>, <em>title='Plotting Help'</em>, <em>pageToOpen=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow" title="Permalink to this definition">¶</a></dt> 
     66<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.help_panel.</tt><tt class="descname">HelpWindow</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow" title="Permalink to this definition">¶</a></dt> 
    6467<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">wx._windows.Frame</span></tt></p> 
    6568<dl class="attribute"> 
     
    7174<dl class="method"> 
    7275<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocus"> 
    73 <tt class="descname">AcceptsFocus</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocus" title="Permalink to this definition">¶</a></dt> 
    74 <dd><p>AcceptsFocus(self) -&gt; bool</p> 
    75 <p>Can this window have focus?</p> 
     76<tt class="descname">AcceptsFocus</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocus" title="Permalink to this definition">¶</a></dt> 
     77<dd><p>Can this window have focus?</p> 
    7678</dd></dl> 
    7779 
    7880<dl class="method"> 
    7981<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocusFromKeyboard"> 
    80 <tt class="descname">AcceptsFocusFromKeyboard</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 
    81 <dd><p>AcceptsFocusFromKeyboard(self) -&gt; bool</p> 
    82 <p>Can this window be given focus by keyboard navigation? if not, the 
     82<tt class="descname">AcceptsFocusFromKeyboard</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 
     83<dd><p>Can this window be given focus by keyboard navigation? if not, the 
    8384only way to give it focus (provided it accepts it at all) is to click 
    8485it.</p> 
     
    8788<dl class="method"> 
    8889<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddChild"> 
    89 <tt class="descname">AddChild</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddChild" title="Permalink to this definition">¶</a></dt> 
    90 <dd><p>AddChild(self, Window child)</p> 
    91 <p>Adds a child window. This is called automatically by window creation 
     90<tt class="descname">AddChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddChild" title="Permalink to this definition">¶</a></dt> 
     91<dd><p>Adds a child window. This is called automatically by window creation 
    9292functions so should not be required by the application programmer.</p> 
    9393</dd></dl> 
     
    9595<dl class="method"> 
    9696<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddPendingEvent"> 
    97 <tt class="descname">AddPendingEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 
    98 <dd><p>AddPendingEvent(self, Event event)</p> 
    99 </dd></dl> 
     97<tt class="descname">AddPendingEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 
     98<dd></dd></dl> 
    10099 
    101100<dl class="method"> 
    102101<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AdjustForLayoutDirection"> 
    103 <tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt> 
    104 <dd><p>AdjustForLayoutDirection(self, int x, int width, int widthTotal) -&gt; int</p> 
    105 <p>Mirror coordinates for RTL layout if this window uses it and if the 
     102<tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int width</em>, <em>int widthTotal</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt> 
     103<dd><p>Mirror coordinates for RTL layout if this window uses it and if the 
    106104mirroring is not done automatically like Win32.</p> 
    107105</dd></dl> 
     
    109107<dl class="method"> 
    110108<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AssociateHandle"> 
    111 <tt class="descname">AssociateHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AssociateHandle" title="Permalink to this definition">¶</a></dt> 
    112 <dd><p>AssociateHandle(self, long handle)</p> 
    113 <p>Associate the window with a new native handle</p> 
     109<tt class="descname">AssociateHandle</tt><big>(</big><em>self</em>, <em>long handle</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.AssociateHandle" title="Permalink to this definition">¶</a></dt> 
     110<dd><p>Associate the window with a new native handle</p> 
    114111</dd></dl> 
    115112 
     
    146143<dl class="method"> 
    147144<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Bind"> 
    148 <tt class="descname">Bind</tt><big>(</big><em>event</em>, <em>handler</em>, <em>source=None</em>, <em>id=-1</em>, <em>id2=-1</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Bind" title="Permalink to this definition">¶</a></dt> 
     145<tt class="descname">Bind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Bind" title="Permalink to this definition">¶</a></dt> 
    149146<dd><p>Bind an event to an event handler.</p> 
    150147<table class="docutils field-list" frame="void" rules="none"> 
     
    152149<col class="field-body" /> 
    153150<tbody valign="top"> 
    154 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     151<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
    155152<li><strong>event</strong> &#8211; One of the EVT_* objects that specifies the 
    156153type of event to bind,</li> 
     
    185182<dl class="method"> 
    186183<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CacheBestSize"> 
    187 <tt class="descname">CacheBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CacheBestSize" title="Permalink to this definition">¶</a></dt> 
    188 <dd><p>CacheBestSize(self, Size size)</p> 
    189 <p>Cache the best size so it doesn&#8217;t need to be calculated again, (at least until 
     184<tt class="descname">CacheBestSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CacheBestSize" title="Permalink to this definition">¶</a></dt> 
     185<dd><p>Cache the best size so it doesn&#8217;t need to be calculated again, (at least until 
    190186some properties of the window change.)</p> 
    191187</dd></dl> 
     
    193189<dl class="method"> 
    194190<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CanSetTransparent"> 
    195 <tt class="descname">CanSetTransparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CanSetTransparent" title="Permalink to this definition">¶</a></dt> 
    196 <dd><p>CanSetTransparent(self) -&gt; bool</p> 
    197 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 
     191<tt class="descname">CanSetTransparent</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CanSetTransparent" title="Permalink to this definition">¶</a></dt> 
     192<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 
    198193this window.  Note that this method will err on the side of caution, 
    199 so it is possible that this will return <tt class="xref docutils literal"><span class="pre">False</span></tt> when it is in fact 
     194so it is possible that this will return <tt class="docutils literal"><span class="pre">False</span></tt> when it is in fact 
    200195possible to set the transparency.</p> 
    201196<p>NOTE: On X-windows systems the X server must have the composite 
     
    206201<dl class="method"> 
    207202<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CaptureMouse"> 
    208 <tt class="descname">CaptureMouse</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CaptureMouse" title="Permalink to this definition">¶</a></dt> 
    209 <dd><p>CaptureMouse(self)</p> 
    210 <p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to 
     203<tt class="descname">CaptureMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CaptureMouse" title="Permalink to this definition">¶</a></dt> 
     204<dd><p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to 
    211205release the capture.</p> 
    212206<p>Note that wxWindows maintains the stack of windows having captured the 
     
    230224<dl class="method"> 
    231225<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Center"> 
    232 <tt class="descname">Center</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Center" title="Permalink to this definition">¶</a></dt> 
     226<tt class="descname">Center</tt><big>(</big><em>self</em>, <em>int direction=BOTH</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Center" title="Permalink to this definition">¶</a></dt> 
     227<dd><p>Centers the window.  The parameter specifies the direction for 
     228centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may 
     229also include wx.CENTER_ON_SCREEN flag if you want to center the window 
     230on the entire screen and not on its parent window.  If it is a 
     231top-level window and has no parent then it will always be centered 
     232relative to the screen.</p> 
     233</dd></dl> 
     234 
     235<dl class="method"> 
     236<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnParent"> 
     237<tt class="descname">CenterOnParent</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnParent" title="Permalink to this definition">¶</a></dt> 
     238<dd><p>Center with respect to the the parent window</p> 
     239</dd></dl> 
     240 
     241<dl class="method"> 
     242<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnScreen"> 
     243<tt class="descname">CenterOnScreen</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnScreen" title="Permalink to this definition">¶</a></dt> 
     244<dd><p>Center the window on screen</p> 
     245</dd></dl> 
     246 
     247<dl class="method"> 
     248<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Centre"> 
     249<tt class="descname">Centre</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Centre" title="Permalink to this definition">¶</a></dt> 
    233250<dd><p>Center(self, int direction=BOTH)</p> 
    234251<p>Centers the window.  The parameter specifies the direction for 
     
    241258 
    242259<dl class="method"> 
    243 <dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnParent"> 
    244 <tt class="descname">CenterOnParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnParent" title="Permalink to this definition">¶</a></dt> 
     260<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnParent"> 
     261<tt class="descname">CentreOnParent</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnParent" title="Permalink to this definition">¶</a></dt> 
    245262<dd><p>CenterOnParent(self, int dir=BOTH)</p> 
    246263<p>Center with respect to the the parent window</p> 
     
    248265 
    249266<dl class="method"> 
    250 <dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnScreen"> 
    251 <tt class="descname">CenterOnScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CenterOnScreen" title="Permalink to this definition">¶</a></dt> 
    252 <dd><p>CenterOnScreen(self, int dir=BOTH)</p> 
    253 <p>Center the window on screen</p> 
    254 </dd></dl> 
    255  
    256 <dl class="method"> 
    257 <dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Centre"> 
    258 <tt class="descname">Centre</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Centre" title="Permalink to this definition">¶</a></dt> 
    259 <dd><p>Center(self, int direction=BOTH)</p> 
    260 <p>Centers the window.  The parameter specifies the direction for 
    261 centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may 
    262 also include wx.CENTER_ON_SCREEN flag if you want to center the window 
    263 on the entire screen and not on its parent window.  If it is a 
    264 top-level window and has no parent then it will always be centered 
    265 relative to the screen.</p> 
    266 </dd></dl> 
    267  
    268 <dl class="method"> 
    269 <dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnParent"> 
    270 <tt class="descname">CentreOnParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnParent" title="Permalink to this definition">¶</a></dt> 
    271 <dd><p>CenterOnParent(self, int dir=BOTH)</p> 
    272 <p>Center with respect to the the parent window</p> 
    273 </dd></dl> 
    274  
    275 <dl class="method"> 
    276267<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnScreen"> 
    277 <tt class="descname">CentreOnScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnScreen" title="Permalink to this definition">¶</a></dt> 
     268<tt class="descname">CentreOnScreen</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CentreOnScreen" title="Permalink to this definition">¶</a></dt> 
    278269<dd><p>CenterOnScreen(self, int dir=BOTH)</p> 
    279270<p>Center the window on screen</p> 
     
    306297<dl class="method"> 
    307298<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClearBackground"> 
    308 <tt class="descname">ClearBackground</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClearBackground" title="Permalink to this definition">¶</a></dt> 
    309 <dd><p>ClearBackground(self)</p> 
    310 <p>Clears the window by filling it with the current background 
     299<tt class="descname">ClearBackground</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClearBackground" title="Permalink to this definition">¶</a></dt> 
     300<dd><p>Clears the window by filling it with the current background 
    311301colour. Does not cause an erase background event to be generated.</p> 
    312302</dd></dl> 
     
    332322<dl class="method"> 
    333323<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreen"> 
    334 <tt class="descname">ClientToScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreen" title="Permalink to this definition">¶</a></dt> 
    335 <dd><p>ClientToScreen(self, Point pt) -&gt; Point</p> 
    336 <p>Converts to screen coordinates from coordinates relative to this window.</p> 
     324<tt class="descname">ClientToScreen</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreen" title="Permalink to this definition">¶</a></dt> 
     325<dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 
    337326</dd></dl> 
    338327 
    339328<dl class="method"> 
    340329<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreenXY"> 
    341 <tt class="descname">ClientToScreenXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreenXY" title="Permalink to this definition">¶</a></dt> 
    342 <dd><p>ClientToScreenXY(int x, int y) -&gt; (x,y)</p> 
    343 <p>Converts to screen coordinates from coordinates relative to this window.</p> 
     330<tt class="descname">ClientToScreenXY</tt><big>(</big><em>int x</em>, <em>int y) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToScreenXY" title="Permalink to this definition">¶</a></dt> 
     331<dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 
    344332</dd></dl> 
    345333 
    346334<dl class="method"> 
    347335<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToWindowSize"> 
    348 <tt class="descname">ClientToWindowSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToWindowSize" title="Permalink to this definition">¶</a></dt> 
    349 <dd><p>ClientToWindowSize(self, Size size) -&gt; Size</p> 
    350 </dd></dl> 
     336<tt class="descname">ClientToWindowSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ClientToWindowSize" title="Permalink to this definition">¶</a></dt> 
     337<dd></dd></dl> 
    351338 
    352339<dl class="method"> 
    353340<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Close"> 
    354 <tt class="descname">Close</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Close" title="Permalink to this definition">¶</a></dt> 
    355 <dd><p>Close(self, bool force=False) -&gt; bool</p> 
    356 <p>This function simply generates a EVT_CLOSE event whose handler usually 
     341<tt class="descname">Close</tt><big>(</big><em>self</em>, <em>bool force=False</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Close" title="Permalink to this definition">¶</a></dt> 
     342<dd><p>This function simply generates a EVT_CLOSE event whose handler usually 
    357343tries to close the window. It doesn&#8217;t close the window itself, 
    358344however.  If force is False (the default) then the window&#8217;s close 
     
    362348<dl class="method"> 
    363349<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Command"> 
    364 <tt class="descname">Command</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Command" title="Permalink to this definition">¶</a></dt> 
     350<tt class="descname">Command</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Command" title="Permalink to this definition">¶</a></dt> 
    365351<dd><p>ProcessCommand(self, int winid) -&gt; bool</p> 
    366352</dd></dl> 
     
    368354<dl class="method"> 
    369355<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Connect"> 
    370 <tt class="descname">Connect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Connect" title="Permalink to this definition">¶</a></dt> 
    371 <dd><p>Connect(self, int id, int lastId, int eventType, PyObject func)</p> 
    372 </dd></dl> 
     356<tt class="descname">Connect</tt><big>(</big><em>self</em>, <em>int id</em>, <em>int lastId</em>, <em>int eventType</em>, <em>PyObject func</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Connect" title="Permalink to this definition">¶</a></dt> 
     357<dd></dd></dl> 
    373358 
    374359<dl class="attribute"> 
     
    386371<dl class="method"> 
    387372<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogPointToPixels"> 
    388 <tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt> 
    389 <dd><p>ConvertDialogPointToPixels(self, Point pt) -&gt; Point</p> 
    390 <p>Converts a point or size from dialog units to pixels.  Dialog units 
     373<tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt> 
     374<dd><p>Converts a point or size from dialog units to pixels.  Dialog units 
    391375are used for maintaining a dialog&#8217;s proportions even if the font 
    392376changes. For the x dimension, the dialog units are multiplied by the 
     
    398382<dl class="method"> 
    399383<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogSizeToPixels"> 
    400 <tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt> 
    401 <dd><p>ConvertDialogSizeToPixels(self, Size sz) -&gt; Size</p> 
    402 <p>Converts a point or size from dialog units to pixels.  Dialog units 
     384<tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt> 
     385<dd><p>Converts a point or size from dialog units to pixels.  Dialog units 
    403386are used for maintaining a dialog&#8217;s proportions even if the font 
    404387changes. For the x dimension, the dialog units are multiplied by the 
     
    410393<dl class="method"> 
    411394<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelPointToDialog"> 
    412 <tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt> 
    413 <dd><p>ConvertPixelPointToDialog(self, Point pt) -&gt; Point</p> 
    414 </dd></dl> 
     395<tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt> 
     396<dd></dd></dl> 
    415397 
    416398<dl class="method"> 
    417399<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelSizeToDialog"> 
    418 <tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt> 
    419 <dd><p>ConvertPixelSizeToDialog(self, Size sz) -&gt; Size</p> 
    420 </dd></dl> 
     400<tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt> 
     401<dd></dd></dl> 
    421402 
    422403<dl class="method"> 
    423404<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Create"> 
    424 <tt class="descname">Create</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Create" title="Permalink to this definition">¶</a></dt> 
    425 <dd><dl class="docutils"> 
    426 <dt>Create(self, Window parent, int id=-1, String title=EmptyString, </dt> 
    427 <dd>Point pos=DefaultPosition, Size size=DefaultSize,  
    428 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -&gt; bool</dd> 
    429 </dl> 
     405<tt class="descname">Create</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Create" title="Permalink to this definition">¶</a></dt> 
     406<dd><p>Create(self, Window parent, int id=-1, String title=EmptyString,  
     407Point pos=DefaultPosition, Size size=DefaultSize,  
     408long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -&gt; bool</p> 
    430409</dd></dl> 
    431410 
    432411<dl class="method"> 
    433412<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateStatusBar"> 
    434 <tt class="descname">CreateStatusBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateStatusBar" title="Permalink to this definition">¶</a></dt> 
    435 <dd><dl class="docutils"> 
    436 <dt>CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0, </dt> 
    437 <dd>String name=StatusLineNameStr) -&gt; StatusBar</dd> 
    438 </dl> 
     413<tt class="descname">CreateStatusBar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateStatusBar" title="Permalink to this definition">¶</a></dt> 
     414<dd><p>CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0,  
     415String name=StatusLineNameStr) -&gt; StatusBar</p> 
    439416</dd></dl> 
    440417 
    441418<dl class="method"> 
    442419<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateToolBar"> 
    443 <tt class="descname">CreateToolBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateToolBar" title="Permalink to this definition">¶</a></dt> 
    444 <dd><p>CreateToolBar(self, long style=-1, int winid=-1, String name=ToolBarNameStr) -&gt; wxToolBar</p> 
    445 </dd></dl> 
     420<tt class="descname">CreateToolBar</tt><big>(</big><em>self</em>, <em>long style=-1</em>, <em>int winid=-1</em>, <em>String name=ToolBarNameStr</em><big>)</big> &rarr; wxToolBar<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.CreateToolBar" title="Permalink to this definition">¶</a></dt> 
     421<dd></dd></dl> 
    446422 
    447423<dl class="attribute"> 
     
    453429<dl class="method"> 
    454430<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DLG_PNT"> 
    455 <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.help_panel.HelpWindow.DLG_PNT" title="Permalink to this definition">¶</a></dt> 
    456 <dd><p>DLG_PNT(self, Point pt) -&gt; Point</p> 
    457 <p>Converts a point or size from dialog units to pixels.  Dialog units 
     431<tt class="descname">DLG_PNT</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DLG_PNT" title="Permalink to this definition">¶</a></dt> 
     432<dd><p>Converts a point or size from dialog units to pixels.  Dialog units 
    458433are used for maintaining a dialog&#8217;s proportions even if the font 
    459434changes. For the x dimension, the dialog units are multiplied by the 
     
    465440<dl class="method"> 
    466441<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DLG_SZE"> 
    467 <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.help_panel.HelpWindow.DLG_SZE" title="Permalink to this definition">¶</a></dt> 
    468 <dd><p>DLG_SZE(self, Size sz) -&gt; Size</p> 
    469 <p>Converts a point or size from dialog units to pixels.  Dialog units 
     442<tt class="descname">DLG_SZE</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DLG_SZE" title="Permalink to this definition">¶</a></dt> 
     443<dd><p>Converts a point or size from dialog units to pixels.  Dialog units 
    470444are used for maintaining a dialog&#8217;s proportions even if the font 
    471445changes. For the x dimension, the dialog units are multiplied by the 
     
    489463<dl class="method"> 
    490464<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Destroy"> 
    491 <tt class="descname">Destroy</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Destroy" title="Permalink to this definition">¶</a></dt> 
    492 <dd><p>Destroy(self) -&gt; bool</p> 
    493 <p>Destroys the window safely.  Frames and dialogs are not destroyed 
     465<tt class="descname">Destroy</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Destroy" title="Permalink to this definition">¶</a></dt> 
     466<dd><p>Destroys the window safely.  Frames and dialogs are not destroyed 
    494467immediately when this function is called &#8211; they are added to a list 
    495468of windows to be deleted on idle time, when all the window&#8217;s events 
     
    502475<dl class="method"> 
    503476<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DestroyChildren"> 
    504 <tt class="descname">DestroyChildren</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DestroyChildren" title="Permalink to this definition">¶</a></dt> 
    505 <dd><p>DestroyChildren(self) -&gt; bool</p> 
    506 <p>Destroys all children of a window. Called automatically by the 
     477<tt class="descname">DestroyChildren</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DestroyChildren" title="Permalink to this definition">¶</a></dt> 
     478<dd><p>Destroys all children of a window. Called automatically by the 
    507479destructor.</p> 
    508480</dd></dl> 
     
    510482<dl class="method"> 
    511483<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disable"> 
    512 <tt class="descname">Disable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disable" title="Permalink to this definition">¶</a></dt> 
    513 <dd><p>Disable(self) -&gt; bool</p> 
    514 <p>Disables the window, same as Enable(false).</p> 
     484<tt class="descname">Disable</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disable" title="Permalink to this definition">¶</a></dt> 
     485<dd><p>Disables the window, same as Enable(false).</p> 
    515486</dd></dl> 
    516487 
    517488<dl class="method"> 
    518489<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disconnect"> 
    519 <tt class="descname">Disconnect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disconnect" title="Permalink to this definition">¶</a></dt> 
    520 <dd><dl class="docutils"> 
    521 <dt>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, </dt> 
    522 <dd>PyObject func=None) -&gt; bool</dd> 
    523 </dl> 
     490<tt class="descname">Disconnect</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Disconnect" title="Permalink to this definition">¶</a></dt> 
     491<dd><p>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL,  
     492PyObject func=None) -&gt; bool</p> 
    524493</dd></dl> 
    525494 
    526495<dl class="method"> 
    527496<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DissociateHandle"> 
    528 <tt class="descname">DissociateHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DissociateHandle" title="Permalink to this definition">¶</a></dt> 
    529 <dd><p>DissociateHandle(self)</p> 
    530 <p>Dissociate the current native handle from the window</p> 
     497<tt class="descname">DissociateHandle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DissociateHandle" title="Permalink to this definition">¶</a></dt> 
     498<dd><p>Dissociate the current native handle from the window</p> 
    531499</dd></dl> 
    532500 
    533501<dl class="method"> 
    534502<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoGiveHelp"> 
    535 <tt class="descname">DoGiveHelp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoGiveHelp" title="Permalink to this definition">¶</a></dt> 
    536 <dd><p>DoGiveHelp(self, String text, bool show)</p> 
    537 </dd></dl> 
     503<tt class="descname">DoGiveHelp</tt><big>(</big><em>self</em>, <em>String text</em>, <em>bool show</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoGiveHelp" title="Permalink to this definition">¶</a></dt> 
     504<dd></dd></dl> 
    538505 
    539506<dl class="method"> 
    540507<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoMenuUpdates"> 
    541 <tt class="descname">DoMenuUpdates</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoMenuUpdates" title="Permalink to this definition">¶</a></dt> 
    542 <dd><p>DoMenuUpdates(self, Menu menu=None)</p> 
    543 </dd></dl> 
     508<tt class="descname">DoMenuUpdates</tt><big>(</big><em>self</em>, <em>Menu menu=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DoMenuUpdates" title="Permalink to this definition">¶</a></dt> 
     509<dd></dd></dl> 
    544510 
    545511<dl class="method"> 
    546512<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DragAcceptFiles"> 
    547 <tt class="descname">DragAcceptFiles</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DragAcceptFiles" title="Permalink to this definition">¶</a></dt> 
    548 <dd><p>DragAcceptFiles(self, bool accept)</p> 
    549 <p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p> 
     513<tt class="descname">DragAcceptFiles</tt><big>(</big><em>self</em>, <em>bool accept</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.DragAcceptFiles" title="Permalink to this definition">¶</a></dt> 
     514<dd><p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p> 
    550515</dd></dl> 
    551516 
     
    564529<dl class="method"> 
    565530<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Enable"> 
    566 <tt class="descname">Enable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Enable" title="Permalink to this definition">¶</a></dt> 
    567 <dd><p>Enable(self, bool enable=True) -&gt; bool</p> 
    568 <p>Enable or disable the window for user input. Note that when a parent 
     531<tt class="descname">Enable</tt><big>(</big><em>self</em>, <em>bool enable=True</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Enable" title="Permalink to this definition">¶</a></dt> 
     532<dd><p>Enable or disable the window for user input. Note that when a parent 
    569533window is disabled, all of its children are disabled as well and they 
    570534are reenabled again when the parent is.  Returns true if the window 
     
    575539<dl class="method"> 
    576540<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.EnableCloseButton"> 
    577 <tt class="descname">EnableCloseButton</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.EnableCloseButton" title="Permalink to this definition">¶</a></dt> 
    578 <dd><p>EnableCloseButton(self, bool enable) -&gt; bool</p> 
    579 </dd></dl> 
     541<tt class="descname">EnableCloseButton</tt><big>(</big><em>self</em>, <em>bool enable</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.EnableCloseButton" title="Permalink to this definition">¶</a></dt> 
     542<dd></dd></dl> 
    580543 
    581544<dl class="attribute"> 
     
    605568<dl class="staticmethod"> 
    606569<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindFocus"> 
    607 <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.help_panel.HelpWindow.FindFocus" title="Permalink to this definition">¶</a></dt> 
    608 <dd><p>FindFocus() -&gt; Window</p> 
    609 <p>Returns the window or control that currently has the keyboard focus, 
     570<em class="property">static </em><tt class="descname">FindFocus</tt><big>(</big><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindFocus" title="Permalink to this definition">¶</a></dt> 
     571<dd><p>Returns the window or control that currently has the keyboard focus, 
    610572or None.</p> 
    611573</dd></dl> 
     
    613575<dl class="method"> 
    614576<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowById"> 
    615 <tt class="descname">FindWindowById</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowById" title="Permalink to this definition">¶</a></dt> 
    616 <dd><p>FindWindowById(self, long winid) -&gt; Window</p> 
    617 <p>Find a child of this window by window ID</p> 
     577<tt class="descname">FindWindowById</tt><big>(</big><em>self</em>, <em>long winid</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowById" title="Permalink to this definition">¶</a></dt> 
     578<dd><p>Find a child of this window by window ID</p> 
    618579</dd></dl> 
    619580 
    620581<dl class="method"> 
    621582<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByLabel"> 
    622 <tt class="descname">FindWindowByLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByLabel" title="Permalink to this definition">¶</a></dt> 
    623 <dd><p>FindWindowByLabel(self, String label) -&gt; Window</p> 
    624 <p>Find a child of this window by label</p> 
     583<tt class="descname">FindWindowByLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByLabel" title="Permalink to this definition">¶</a></dt> 
     584<dd><p>Find a child of this window by label</p> 
    625585</dd></dl> 
    626586 
    627587<dl class="method"> 
    628588<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByName"> 
    629 <tt class="descname">FindWindowByName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByName" title="Permalink to this definition">¶</a></dt> 
    630 <dd><p>FindWindowByName(self, String name) -&gt; Window</p> 
    631 <p>Find a child of this window by name</p> 
     589<tt class="descname">FindWindowByName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FindWindowByName" title="Permalink to this definition">¶</a></dt> 
     590<dd><p>Find a child of this window by name</p> 
    632591</dd></dl> 
    633592 
    634593<dl class="method"> 
    635594<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Fit"> 
    636 <tt class="descname">Fit</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Fit" title="Permalink to this definition">¶</a></dt> 
    637 <dd><p>Fit(self)</p> 
    638 <p>Sizes the window so that it fits around its subwindows. This function 
     595<tt class="descname">Fit</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Fit" title="Permalink to this definition">¶</a></dt> 
     596<dd><p>Sizes the window so that it fits around its subwindows. This function 
    639597won&#8217;t do anything if there are no subwindows and will only really work 
    640598correctly if sizers are used for the subwindows layout. Also, if the 
     
    647605<dl class="method"> 
    648606<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FitInside"> 
    649 <tt class="descname">FitInside</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FitInside" title="Permalink to this definition">¶</a></dt> 
    650 <dd><p>FitInside(self)</p> 
    651 <p>Similar to Fit, but sizes the interior (virtual) size of a 
     607<tt class="descname">FitInside</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.FitInside" title="Permalink to this definition">¶</a></dt> 
     608<dd><p>Similar to Fit, but sizes the interior (virtual) size of a 
    652609window. Mainly useful with scrolled windows to reset scrollbars after 
    653610sizing changes that do not trigger a size event, and/or scrolled 
     
    670627<dl class="method"> 
    671628<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Freeze"> 
    672 <tt class="descname">Freeze</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Freeze" title="Permalink to this definition">¶</a></dt> 
    673 <dd><p>Freeze(self)</p> 
    674 <p>Freezes the window or, in other words, prevents any updates from 
     629<tt class="descname">Freeze</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Freeze" title="Permalink to this definition">¶</a></dt> 
     630<dd><p>Freezes the window or, in other words, prevents any updates from 
    675631taking place on screen, the window is not redrawn at all. Thaw must be 
    676632called to reenable window redrawing.  Calls to Freeze/Thaw may be 
     
    686642<dl class="method"> 
    687643<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAcceleratorTable"> 
    688 <tt class="descname">GetAcceleratorTable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 
    689 <dd><p>GetAcceleratorTable(self) -&gt; AcceleratorTable</p> 
    690 <p>Gets the accelerator table for this window.</p> 
     644<tt class="descname">GetAcceleratorTable</tt><big>(</big><em>self</em><big>)</big> &rarr; AcceleratorTable<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 
     645<dd><p>Gets the accelerator table for this window.</p> 
    691646</dd></dl> 
    692647 
    693648<dl class="method"> 
    694649<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAdjustedBestSize"> 
    695 <tt class="descname">GetAdjustedBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt> 
     650<tt class="descname">GetAdjustedBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt> 
    696651<dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 
    697652</dd></dl> 
     
    699654<dl class="method"> 
    700655<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAutoLayout"> 
    701 <tt class="descname">GetAutoLayout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAutoLayout" title="Permalink to this definition">¶</a></dt> 
    702 <dd><p>GetAutoLayout(self) -&gt; bool</p> 
    703 <p>Returns the current autoLayout setting</p> 
     656<tt class="descname">GetAutoLayout</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetAutoLayout" title="Permalink to this definition">¶</a></dt> 
     657<dd><p>Returns the current autoLayout setting</p> 
    704658</dd></dl> 
    705659 
    706660<dl class="method"> 
    707661<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundColour"> 
    708 <tt class="descname">GetBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundColour" title="Permalink to this definition">¶</a></dt> 
    709 <dd><p>GetBackgroundColour(self) -&gt; Colour</p> 
    710 <p>Returns the background colour of the window.</p> 
     662<tt class="descname">GetBackgroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; Colour<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundColour" title="Permalink to this definition">¶</a></dt> 
     663<dd><p>Returns the background colour of the window.</p> 
    711664</dd></dl> 
    712665 
    713666<dl class="method"> 
    714667<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundStyle"> 
    715 <tt class="descname">GetBackgroundStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 
    716 <dd><p>GetBackgroundStyle(self) -&gt; int</p> 
    717 <p>Returns the background style of the window.</p> 
     668<tt class="descname">GetBackgroundStyle</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 
     669<dd><p>Returns the background style of the window.</p> 
    718670<table class="docutils field-list" frame="void" rules="none"> 
    719671<col class="field-name" /> 
    720672<col class="field-body" /> 
    721673<tbody valign="top"> 
    722 <tr class="field"><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td> 
     674<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td> 
    723675</tr> 
    724676</tbody> 
     
    728680<dl class="method"> 
    729681<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestFittingSize"> 
    730 <tt class="descname">GetBestFittingSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestFittingSize" title="Permalink to this definition">¶</a></dt> 
     682<tt class="descname">GetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestFittingSize" title="Permalink to this definition">¶</a></dt> 
    731683<dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 
    732684</dd></dl> 
     
    734686<dl class="method"> 
    735687<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSize"> 
    736 <tt class="descname">GetBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSize" title="Permalink to this definition">¶</a></dt> 
    737 <dd><p>GetBestSize(self) -&gt; Size</p> 
    738 <p>This function returns the best acceptable minimal size for the 
     688<tt class="descname">GetBestSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSize" title="Permalink to this definition">¶</a></dt> 
     689<dd><p>This function returns the best acceptable minimal size for the 
    739690window, if applicable. For example, for a static text control, it will 
    740691be the minimal size such that the control label is not truncated. For 
     
    746697<dl class="method"> 
    747698<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSizeTuple"> 
    748 <tt class="descname">GetBestSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt> 
    749 <dd><p>GetBestSizeTuple() -&gt; (width, height)</p> 
    750 <p>This function returns the best acceptable minimal size for the 
     699<tt class="descname">GetBestSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt> 
     700<dd><p>This function returns the best acceptable minimal size for the 
    751701window, if applicable. For example, for a static text control, it will 
    752702be the minimal size such that the control label is not truncated. For 
     
    758708<dl class="method"> 
    759709<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestVirtualSize"> 
    760 <tt class="descname">GetBestVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt> 
    761 <dd><p>GetBestVirtualSize(self) -&gt; Size</p> 
    762 <p>Return the largest of ClientSize and BestSize (as determined by a 
     710<tt class="descname">GetBestVirtualSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt> 
     711<dd><p>Return the largest of ClientSize and BestSize (as determined by a 
    763712sizer, interior children, or other means)</p> 
    764713</dd></dl> 
     
    766715<dl class="method"> 
    767716<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBorder"> 
    768 <tt class="descname">GetBorder</tt><big>(</big><em>*args</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBorder" title="Permalink to this definition">¶</a></dt> 
    769 <dd><p>GetBorder(self, long flags) -&gt; int 
    770 GetBorder(self) -&gt; int</p> 
     717<tt class="descname">GetBorder</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetBorder" title="Permalink to this definition">¶</a></dt> 
     718<dd><p>GetBorder(self) -&gt; int</p> 
    771719<p>Get border for the flags of this window</p> 
    772720</dd></dl> 
     
    774722<dl class="staticmethod"> 
    775723<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCapture"> 
    776 <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.help_panel.HelpWindow.GetCapture" title="Permalink to this definition">¶</a></dt> 
    777 <dd><p>GetCapture() -&gt; Window</p> 
    778 <p>Returns the window which currently captures the mouse or None</p> 
     724<em class="property">static </em><tt class="descname">GetCapture</tt><big>(</big><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCapture" title="Permalink to this definition">¶</a></dt> 
     725<dd><p>Returns the window which currently captures the mouse or None</p> 
    779726</dd></dl> 
    780727 
    781728<dl class="method"> 
    782729<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCaret"> 
    783 <tt class="descname">GetCaret</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCaret" title="Permalink to this definition">¶</a></dt> 
    784 <dd><p>GetCaret(self) -&gt; Caret</p> 
    785 <p>Returns the caret associated with the window.</p> 
     730<tt class="descname">GetCaret</tt><big>(</big><em>self</em><big>)</big> &rarr; Caret<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCaret" title="Permalink to this definition">¶</a></dt> 
     731<dd><p>Returns the caret associated with the window.</p> 
    786732</dd></dl> 
    787733 
    788734<dl class="method"> 
    789735<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharHeight"> 
    790 <tt class="descname">GetCharHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharHeight" title="Permalink to this definition">¶</a></dt> 
    791 <dd><p>GetCharHeight(self) -&gt; int</p> 
    792 <p>Get the (average) character size for the current font.</p> 
     736<tt class="descname">GetCharHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharHeight" title="Permalink to this definition">¶</a></dt> 
     737<dd><p>Get the (average) character size for the current font.</p> 
    793738</dd></dl> 
    794739 
    795740<dl class="method"> 
    796741<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharWidth"> 
    797 <tt class="descname">GetCharWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharWidth" title="Permalink to this definition">¶</a></dt> 
    798 <dd><p>GetCharWidth(self) -&gt; int</p> 
    799 <p>Get the (average) character size for the current font.</p> 
     742<tt class="descname">GetCharWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCharWidth" title="Permalink to this definition">¶</a></dt> 
     743<dd><p>Get the (average) character size for the current font.</p> 
    800744</dd></dl> 
    801745 
    802746<dl class="method"> 
    803747<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetChildren"> 
    804 <tt class="descname">GetChildren</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetChildren" title="Permalink to this definition">¶</a></dt> 
    805 <dd><p>GetChildren(self) -&gt; WindowList</p> 
    806 <p>Returns an object containing a list of the window&#8217;s children.  The 
     748<tt class="descname">GetChildren</tt><big>(</big><em>self</em><big>)</big> &rarr; WindowList<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetChildren" title="Permalink to this definition">¶</a></dt> 
     749<dd><p>Returns an object containing a list of the window&#8217;s children.  The 
    807750object provides a Python sequence-like interface over the internal 
    808751list maintained by the window..</p> 
     
    811754<dl class="staticmethod"> 
    812755<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClassDefaultAttributes"> 
    813 <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.help_panel.HelpWindow.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt> 
    814 <dd><p>GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -&gt; VisualAttributes</p> 
    815 <p>Get the default attributes for this class.  This is useful if you want 
     756<em class="property">static </em><tt class="descname">GetClassDefaultAttributes</tt><big>(</big><em>int variant=WINDOW_VARIANT_NORMAL</em><big>)</big> &rarr; VisualAttributes<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt> 
     757<dd><p>Get the default attributes for this class.  This is useful if you want 
    816758to use the same font or colour in your own control as in a standard 
    817759control &#8211; which is a much better idea than hard coding specific 
     
    826768<dl class="method"> 
    827769<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClassName"> 
    828 <tt class="descname">GetClassName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClassName" title="Permalink to this definition">¶</a></dt> 
    829 <dd><p>GetClassName(self) -&gt; String</p> 
    830 <p>Returns the class name of the C++ class using wxRTTI.</p> 
     770<tt class="descname">GetClassName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClassName" title="Permalink to this definition">¶</a></dt> 
     771<dd><p>Returns the class name of the C++ class using wxRTTI.</p> 
    831772</dd></dl> 
    832773 
    833774<dl class="method"> 
    834775<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientAreaOrigin"> 
    835 <tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt> 
    836 <dd><p>GetClientAreaOrigin(self) -&gt; Point</p> 
    837 <p>Get the origin of the client area of the window relative to the 
     776<tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt> 
     777<dd><p>Get the origin of the client area of the window relative to the 
    838778window&#8217;s top left corner (the client area may be shifted because of 
    839779the borders, scrollbars, other decorations...)</p> 
     
    842782<dl class="method"> 
    843783<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientRect"> 
    844 <tt class="descname">GetClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientRect" title="Permalink to this definition">¶</a></dt> 
    845 <dd><p>GetClientRect(self) -&gt; Rect</p> 
    846 <p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 
     784<tt class="descname">GetClientRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientRect" title="Permalink to this definition">¶</a></dt> 
     785<dd><p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 
    847786</dd></dl> 
    848787 
    849788<dl class="method"> 
    850789<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSize"> 
    851 <tt class="descname">GetClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSize" title="Permalink to this definition">¶</a></dt> 
    852 <dd><p>GetClientSize(self) -&gt; Size</p> 
    853 <p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client 
     790<tt class="descname">GetClientSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSize" title="Permalink to this definition">¶</a></dt> 
     791<dd><p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client 
    854792area is the area which may be drawn on by the programmer, excluding 
    855793title bar, border, scrollbars, etc.</p> 
     
    858796<dl class="method"> 
    859797<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSizeTuple"> 
    860 <tt class="descname">GetClientSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt> 
    861 <dd><p>GetClientSizeTuple() -&gt; (width, height)</p> 
    862 <p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client 
     798<tt class="descname">GetClientSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt> 
     799<dd><p>This gets the size of the window&#8217;s &#8216;client area&#8217; in pixels. The client 
    863800area is the area which may be drawn on by the programmer, excluding 
    864801title bar, border, scrollbars, etc.</p> 
     
    867804<dl class="method"> 
    868805<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetConstraints"> 
    869 <tt class="descname">GetConstraints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetConstraints" title="Permalink to this definition">¶</a></dt> 
    870 <dd><p>GetConstraints(self) -&gt; LayoutConstraints</p> 
    871 <p>Returns a pointer to the window&#8217;s layout constraints, or None if there 
     806<tt class="descname">GetConstraints</tt><big>(</big><em>self</em><big>)</big> &rarr; LayoutConstraints<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetConstraints" title="Permalink to this definition">¶</a></dt> 
     807<dd><p>Returns a pointer to the window&#8217;s layout constraints, or None if there 
    872808are none.</p> 
    873809</dd></dl> 
     
    875811<dl class="method"> 
    876812<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetContainingSizer"> 
    877 <tt class="descname">GetContainingSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetContainingSizer" title="Permalink to this definition">¶</a></dt> 
    878 <dd><p>GetContainingSizer(self) -&gt; Sizer</p> 
    879 <p>Return the sizer that this window is a member of, if any, otherwise None.</p> 
     813<tt class="descname">GetContainingSizer</tt><big>(</big><em>self</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetContainingSizer" title="Permalink to this definition">¶</a></dt> 
     814<dd><p>Return the sizer that this window is a member of, if any, otherwise None.</p> 
    880815</dd></dl> 
    881816 
    882817<dl class="method"> 
    883818<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCursor"> 
    884 <tt class="descname">GetCursor</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCursor" title="Permalink to this definition">¶</a></dt> 
    885 <dd><p>GetCursor(self) -&gt; Cursor</p> 
    886 <p>Return the cursor associated with this window.</p> 
     819<tt class="descname">GetCursor</tt><big>(</big><em>self</em><big>)</big> &rarr; Cursor<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetCursor" title="Permalink to this definition">¶</a></dt> 
     820<dd><p>Return the cursor associated with this window.</p> 
    887821</dd></dl> 
    888822 
    889823<dl class="method"> 
    890824<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultAttributes"> 
    891 <tt class="descname">GetDefaultAttributes</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 
    892 <dd><p>GetDefaultAttributes(self) -&gt; VisualAttributes</p> 
    893 <p>Get the default attributes for an instance of this class.  This is 
     825<tt class="descname">GetDefaultAttributes</tt><big>(</big><em>self</em><big>)</big> &rarr; VisualAttributes<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 
     826<dd><p>Get the default attributes for an instance of this class.  This is 
    894827useful if you want to use the same font or colour in your own control 
    895828as in a standard control &#8211; which is a much better idea than hard 
     
    900833<dl class="method"> 
    901834<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultItem"> 
    902 <tt class="descname">GetDefaultItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultItem" title="Permalink to this definition">¶</a></dt> 
    903 <dd><p>GetDefaultItem(self) -&gt; Window</p> 
    904 <p>Get the default child of this parent, i.e. the one which is activated 
     835<tt class="descname">GetDefaultItem</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDefaultItem" title="Permalink to this definition">¶</a></dt> 
     836<dd><p>Get the default child of this parent, i.e. the one which is activated 
    905837by pressing &lt;Enter&gt; such as the OK button on a wx.Dialog.</p> 
    906838</dd></dl> 
     
    908840<dl class="method"> 
    909841<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDropTarget"> 
    910 <tt class="descname">GetDropTarget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDropTarget" title="Permalink to this definition">¶</a></dt> 
    911 <dd><p>GetDropTarget(self) -&gt; DropTarget</p> 
    912 <p>Returns the associated drop target, which may be None.</p> 
     842<tt class="descname">GetDropTarget</tt><big>(</big><em>self</em><big>)</big> &rarr; DropTarget<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetDropTarget" title="Permalink to this definition">¶</a></dt> 
     843<dd><p>Returns the associated drop target, which may be None.</p> 
    913844</dd></dl> 
    914845 
    915846<dl class="method"> 
    916847<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEffectiveMinSize"> 
    917 <tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt> 
    918 <dd><p>GetEffectiveMinSize(self) -&gt; Size</p> 
    919 <p>This function will merge the window&#8217;s best size into the window&#8217;s 
     848<tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt> 
     849<dd><p>This function will merge the window&#8217;s best size into the window&#8217;s 
    920850minimum size, giving priority to the min size components, and returns 
    921851the results.</p> 
     
    924854<dl class="method"> 
    925855<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEventHandler"> 
    926 <tt class="descname">GetEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEventHandler" title="Permalink to this definition">¶</a></dt> 
    927 <dd><p>GetEventHandler(self) -&gt; EvtHandler</p> 
    928 <p>Returns the event handler for this window. By default, the window is 
     856<tt class="descname">GetEventHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEventHandler" title="Permalink to this definition">¶</a></dt> 
     857<dd><p>Returns the event handler for this window. By default, the window is 
    929858its own event handler.</p> 
    930859</dd></dl> 
     
    932861<dl class="method"> 
    933862<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEvtHandlerEnabled"> 
    934 <tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
    935 <dd><p>GetEvtHandlerEnabled(self) -&gt; bool</p> 
    936 </dd></dl> 
     863<tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
     864<dd></dd></dl> 
    937865 
    938866<dl class="method"> 
    939867<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetExtraStyle"> 
    940 <tt class="descname">GetExtraStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetExtraStyle" title="Permalink to this definition">¶</a></dt> 
    941 <dd><p>GetExtraStyle(self) -&gt; long</p> 
    942 <p>Returns the extra style bits for the window.</p> 
     868<tt class="descname">GetExtraStyle</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetExtraStyle" title="Permalink to this definition">¶</a></dt> 
     869<dd><p>Returns the extra style bits for the window.</p> 
    943870</dd></dl> 
    944871 
    945872<dl class="method"> 
    946873<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFont"> 
    947 <tt class="descname">GetFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFont" title="Permalink to this definition">¶</a></dt> 
    948 <dd><p>GetFont(self) -&gt; Font</p> 
    949 <p>Returns the default font used for this window.</p> 
     874<tt class="descname">GetFont</tt><big>(</big><em>self</em><big>)</big> &rarr; Font<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFont" title="Permalink to this definition">¶</a></dt> 
     875<dd><p>Returns the default font used for this window.</p> 
    950876</dd></dl> 
    951877 
    952878<dl class="method"> 
    953879<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetForegroundColour"> 
    954 <tt class="descname">GetForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetForegroundColour" title="Permalink to this definition">¶</a></dt> 
    955 <dd><p>GetForegroundColour(self) -&gt; Colour</p> 
    956 <p>Returns the foreground colour of the window.  The interpretation of 
     880<tt class="descname">GetForegroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; Colour<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetForegroundColour" title="Permalink to this definition">¶</a></dt> 
     881<dd><p>Returns the foreground colour of the window.  The interpretation of 
    957882foreground colour is dependent on the window class; it may be the text 
    958883colour or other colour, or it may not be used at all.</p> 
     
    961886<dl class="method"> 
    962887<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFullTextExtent"> 
    963 <tt class="descname">GetFullTextExtent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFullTextExtent" title="Permalink to this definition">¶</a></dt> 
    964 <dd><dl class="docutils"> 
    965 <dt>GetFullTextExtent(String string, Font font=None) -&gt;</dt> 
    966 <dd>(width, height, descent, externalLeading)</dd> 
    967 </dl> 
     888<tt class="descname">GetFullTextExtent</tt><big>(</big><em>String string</em>, <em>Font font=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetFullTextExtent" title="Permalink to this definition">¶</a></dt> 
     889<dd><blockquote> 
     890<div>(width, height, descent, externalLeading)</div></blockquote> 
    968891<p>Get the width, height, decent and leading of the text using the 
    969892current or specified font.</p> 
     
    972895<dl class="method"> 
    973896<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGrandParent"> 
    974 <tt class="descname">GetGrandParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGrandParent" title="Permalink to this definition">¶</a></dt> 
    975 <dd><p>GetGrandParent(self) -&gt; Window</p> 
    976 <p>Returns the parent of the parent of this window, or None if there 
     897<tt class="descname">GetGrandParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGrandParent" title="Permalink to this definition">¶</a></dt> 
     898<dd><p>Returns the parent of the parent of this window, or None if there 
    977899isn&#8217;t one.</p> 
    978900</dd></dl> 
     
    980902<dl class="method"> 
    981903<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGtkWidget"> 
    982 <tt class="descname">GetGtkWidget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGtkWidget" title="Permalink to this definition">¶</a></dt> 
    983 <dd><p>GetGtkWidget(self) -&gt; long</p> 
    984 <p>On wxGTK returns a pointer to the GtkWidget for this window as a long 
     904<tt class="descname">GetGtkWidget</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetGtkWidget" title="Permalink to this definition">¶</a></dt> 
     905<dd><p>On wxGTK returns a pointer to the GtkWidget for this window as a long 
    985906integer.  On the other platforms this method returns zero.</p> 
    986907</dd></dl> 
     
    988909<dl class="method"> 
    989910<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHandle"> 
    990 <tt class="descname">GetHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHandle" title="Permalink to this definition">¶</a></dt> 
    991 <dd><p>GetHandle(self) -&gt; long</p> 
    992 <p>Returns the platform-specific handle (as a long integer) of the 
     911<tt class="descname">GetHandle</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHandle" title="Permalink to this definition">¶</a></dt> 
     912<dd><p>Returns the platform-specific handle (as a long integer) of the 
    993913physical window.  On wxMSW this is the win32 window handle, on wxGTK 
    994914it is the XWindow ID, and on wxMac it is the ControlRef.</p> 
     
    997917<dl class="method"> 
    998918<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpText"> 
    999 <tt class="descname">GetHelpText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpText" title="Permalink to this definition">¶</a></dt> 
    1000 <dd><p>GetHelpText(self) -&gt; String</p> 
    1001 <p>Gets the help text to be used as context-sensitive help for this 
     919<tt class="descname">GetHelpText</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpText" title="Permalink to this definition">¶</a></dt> 
     920<dd><p>Gets the help text to be used as context-sensitive help for this 
    1002921window.  Note that the text is actually stored by the current 
    1003922<cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> 
     
    1006925<dl class="method"> 
    1007926<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpTextAtPoint"> 
    1008 <tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt> 
    1009 <dd><p>GetHelpTextAtPoint(self, Point pt, wxHelpEvent::Origin origin) -&gt; String</p> 
    1010 <p>Get the help string associated with the given position in this window.</p> 
     927<tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>wxHelpEvent::Origin origin</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt> 
     928<dd><p>Get the help string associated with the given position in this window.</p> 
    1011929<p>Notice that pt may be invalid if event origin is keyboard or unknown 
    1012930and this method should return the global window help text then</p> 
     
    1015933<dl class="method"> 
    1016934<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetIcon"> 
    1017 <tt class="descname">GetIcon</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetIcon" title="Permalink to this definition">¶</a></dt> 
    1018 <dd><p>GetIcon(self) -&gt; Icon</p> 
    1019 </dd></dl> 
     935<tt class="descname">GetIcon</tt><big>(</big><em>self</em><big>)</big> &rarr; Icon<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetIcon" title="Permalink to this definition">¶</a></dt> 
     936<dd></dd></dl> 
    1020937 
    1021938<dl class="method"> 
    1022939<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetId"> 
    1023 <tt class="descname">GetId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetId" title="Permalink to this definition">¶</a></dt> 
    1024 <dd><p>GetId(self) -&gt; int</p> 
    1025 <p>Returns the identifier of the window.  Each window has an integer 
     940<tt class="descname">GetId</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetId" title="Permalink to this definition">¶</a></dt> 
     941<dd><p>Returns the identifier of the window.  Each window has an integer 
    1026942identifier. If the application has not provided one (or the default Id 
    1027943-1 is used) then an unique identifier with a negative value will be 
     
    1031947<dl class="method"> 
    1032948<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLabel"> 
    1033 <tt class="descname">GetLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLabel" title="Permalink to this definition">¶</a></dt> 
    1034 <dd><p>GetLabel(self) -&gt; String</p> 
    1035 <p>Generic way of getting a label from any window, for identification 
     949<tt class="descname">GetLabel</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLabel" title="Permalink to this definition">¶</a></dt> 
     950<dd><p>Generic way of getting a label from any window, for identification 
    1036951purposes.  The interpretation of this function differs from class to 
    1037952class. For frames and dialogs, the value returned is the title. For 
     
    1043958<dl class="method"> 
    1044959<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLayoutDirection"> 
    1045 <tt class="descname">GetLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
    1046 <dd><p>GetLayoutDirection(self) -&gt; int</p> 
    1047 <p>Get the layout direction (LTR or RTL) for this window.  Returns 
     960<tt class="descname">GetLayoutDirection</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
     961<dd><p>Get the layout direction (LTR or RTL) for this window.  Returns 
    1048962<tt class="docutils literal"><span class="pre">wx.Layout_Default</span></tt> if layout direction is not supported.</p> 
    1049963</dd></dl> 
     
    1051965<dl class="method"> 
    1052966<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxHeight"> 
    1053 <tt class="descname">GetMaxHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxHeight" title="Permalink to this definition">¶</a></dt> 
    1054 <dd><p>GetMaxHeight(self) -&gt; int</p> 
    1055 </dd></dl> 
     967<tt class="descname">GetMaxHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxHeight" title="Permalink to this definition">¶</a></dt> 
     968<dd></dd></dl> 
    1056969 
    1057970<dl class="method"> 
    1058971<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxSize"> 
    1059 <tt class="descname">GetMaxSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxSize" title="Permalink to this definition">¶</a></dt> 
    1060 <dd><p>GetMaxSize(self) -&gt; Size</p> 
    1061 </dd></dl> 
     972<tt class="descname">GetMaxSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxSize" title="Permalink to this definition">¶</a></dt> 
     973<dd></dd></dl> 
    1062974 
    1063975<dl class="method"> 
    1064976<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxWidth"> 
    1065 <tt class="descname">GetMaxWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxWidth" title="Permalink to this definition">¶</a></dt> 
    1066 <dd><p>GetMaxWidth(self) -&gt; int</p> 
    1067 </dd></dl> 
     977<tt class="descname">GetMaxWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMaxWidth" title="Permalink to this definition">¶</a></dt> 
     978<dd></dd></dl> 
    1068979 
    1069980<dl class="method"> 
    1070981<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMenuBar"> 
    1071 <tt class="descname">GetMenuBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMenuBar" title="Permalink to this definition">¶</a></dt> 
    1072 <dd><p>GetMenuBar(self) -&gt; MenuBar</p> 
    1073 </dd></dl> 
     982<tt class="descname">GetMenuBar</tt><big>(</big><em>self</em><big>)</big> &rarr; MenuBar<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMenuBar" title="Permalink to this definition">¶</a></dt> 
     983<dd></dd></dl> 
    1074984 
    1075985<dl class="method"> 
    1076986<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinHeight"> 
    1077 <tt class="descname">GetMinHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinHeight" title="Permalink to this definition">¶</a></dt> 
    1078 <dd><p>GetMinHeight(self) -&gt; int</p> 
    1079 </dd></dl> 
     987<tt class="descname">GetMinHeight</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinHeight" title="Permalink to this definition">¶</a></dt> 
     988<dd></dd></dl> 
    1080989 
    1081990<dl class="method"> 
    1082991<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinSize"> 
    1083 <tt class="descname">GetMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinSize" title="Permalink to this definition">¶</a></dt> 
    1084 <dd><p>GetMinSize(self) -&gt; Size</p> 
    1085 </dd></dl> 
     992<tt class="descname">GetMinSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinSize" title="Permalink to this definition">¶</a></dt> 
     993<dd></dd></dl> 
    1086994 
    1087995<dl class="method"> 
    1088996<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinWidth"> 
    1089 <tt class="descname">GetMinWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinWidth" title="Permalink to this definition">¶</a></dt> 
    1090 <dd><p>GetMinWidth(self) -&gt; int</p> 
    1091 </dd></dl> 
     997<tt class="descname">GetMinWidth</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetMinWidth" title="Permalink to this definition">¶</a></dt> 
     998<dd></dd></dl> 
    1092999 
    10931000<dl class="method"> 
    10941001<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetName"> 
    1095 <tt class="descname">GetName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetName" title="Permalink to this definition">¶</a></dt> 
    1096 <dd><p>GetName(self) -&gt; String</p> 
    1097 <p>Returns the windows name.  This name is not guaranteed to be unique; 
     1002<tt class="descname">GetName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetName" title="Permalink to this definition">¶</a></dt> 
     1003<dd><p>Returns the windows name.  This name is not guaranteed to be unique; 
    10981004it is up to the programmer to supply an appropriate name in the window 
    10991005constructor or via wx.Window.SetName.</p> 
     
    11021008<dl class="method"> 
    11031009<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetNextHandler"> 
    1104 <tt class="descname">GetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetNextHandler" title="Permalink to this definition">¶</a></dt> 
    1105 <dd><p>GetNextHandler(self) -&gt; EvtHandler</p> 
    1106 </dd></dl> 
     1010<tt class="descname">GetNextHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetNextHandler" title="Permalink to this definition">¶</a></dt> 
     1011<dd></dd></dl> 
    11071012 
    11081013<dl class="method"> 
    11091014<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetParent"> 
    1110 <tt class="descname">GetParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetParent" title="Permalink to this definition">¶</a></dt> 
    1111 <dd><p>GetParent(self) -&gt; Window</p> 
    1112 <p>Returns the parent window of this window, or None if there isn&#8217;t one.</p> 
     1015<tt class="descname">GetParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetParent" title="Permalink to this definition">¶</a></dt> 
     1016<dd><p>Returns the parent window of this window, or None if there isn&#8217;t one.</p> 
    11131017</dd></dl> 
    11141018 
    11151019<dl class="method"> 
    11161020<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPosition"> 
    1117 <tt class="descname">GetPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPosition" title="Permalink to this definition">¶</a></dt> 
    1118 <dd><p>GetPosition(self) -&gt; Point</p> 
    1119 <p>Get the window&#8217;s position.  Notice that the position is in client 
     1021<tt class="descname">GetPosition</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPosition" title="Permalink to this definition">¶</a></dt> 
     1022<dd><p>Get the window&#8217;s position.  Notice that the position is in client 
    11201023coordinates for child windows and screen coordinates for the top level 
    11211024ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all 
     
    11251028<dl class="method"> 
    11261029<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPositionTuple"> 
    1127 <tt class="descname">GetPositionTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPositionTuple" title="Permalink to this definition">¶</a></dt> 
    1128 <dd><p>GetPositionTuple() -&gt; (x,y)</p> 
    1129 <p>Get the window&#8217;s position.  Notice that the position is in client 
     1030<tt class="descname">GetPositionTuple</tt><big>(</big><em>) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPositionTuple" title="Permalink to this definition">¶</a></dt> 
     1031<dd><p>Get the window&#8217;s position.  Notice that the position is in client 
    11301032coordinates for child windows and screen coordinates for the top level 
    11311033ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all 
     
    11351037<dl class="method"> 
    11361038<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPreviousHandler"> 
    1137 <tt class="descname">GetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
    1138 <dd><p>GetPreviousHandler(self) -&gt; EvtHandler</p> 
    1139 </dd></dl> 
     1039<tt class="descname">GetPreviousHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
     1040<dd></dd></dl> 
    11401041 
    11411042<dl class="method"> 
    11421043<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetRect"> 
    1143 <tt class="descname">GetRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetRect" title="Permalink to this definition">¶</a></dt> 
    1144 <dd><p>GetRect(self) -&gt; Rect</p> 
    1145 <p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 
     1044<tt class="descname">GetRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetRect" title="Permalink to this definition">¶</a></dt> 
     1045<dd><p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 
    11461046</dd></dl> 
    11471047 
    11481048<dl class="method"> 
    11491049<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPosition"> 
    1150 <tt class="descname">GetScreenPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPosition" title="Permalink to this definition">¶</a></dt> 
    1151 <dd><p>GetScreenPosition(self) -&gt; Point</p> 
    1152 <p>Get the position of the window in screen coordinantes.</p> 
     1050<tt class="descname">GetScreenPosition</tt><big>(</big><em>self</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPosition" title="Permalink to this definition">¶</a></dt> 
     1051<dd><p>Get the position of the window in screen coordinantes.</p> 
    11531052</dd></dl> 
    11541053 
    11551054<dl class="method"> 
    11561055<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPositionTuple"> 
    1157 <tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt> 
    1158 <dd><p>GetScreenPositionTuple() -&gt; (x,y)</p> 
    1159 <p>Get the position of the window in screen coordinantes.</p> 
     1056<tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt> 
     1057<dd><p>Get the position of the window in screen coordinantes.</p> 
    11601058</dd></dl> 
    11611059 
    11621060<dl class="method"> 
    11631061<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenRect"> 
    1164 <tt class="descname">GetScreenRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenRect" title="Permalink to this definition">¶</a></dt> 
    1165 <dd><p>GetScreenRect(self) -&gt; Rect</p> 
    1166 <p>Returns the size and position of the window in screen coordinantes as 
     1062<tt class="descname">GetScreenRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScreenRect" title="Permalink to this definition">¶</a></dt> 
     1063<dd><p>Returns the size and position of the window in screen coordinantes as 
    11671064a <cite>wx.Rect</cite> object.</p> 
    11681065</dd></dl> 
     
    11701067<dl class="method"> 
    11711068<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollPos"> 
    1172 <tt class="descname">GetScrollPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollPos" title="Permalink to this definition">¶</a></dt> 
    1173 <dd><p>GetScrollPos(self, int orientation) -&gt; int</p> 
    1174 <p>Returns the built-in scrollbar position.</p> 
     1069<tt class="descname">GetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollPos" title="Permalink to this definition">¶</a></dt> 
     1070<dd><p>Returns the built-in scrollbar position.</p> 
    11751071</dd></dl> 
    11761072 
    11771073<dl class="method"> 
    11781074<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollRange"> 
    1179 <tt class="descname">GetScrollRange</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollRange" title="Permalink to this definition">¶</a></dt> 
    1180 <dd><p>GetScrollRange(self, int orientation) -&gt; int</p> 
    1181 <p>Returns the built-in scrollbar range.</p> 
     1075<tt class="descname">GetScrollRange</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollRange" title="Permalink to this definition">¶</a></dt> 
     1076<dd><p>Returns the built-in scrollbar range.</p> 
    11821077</dd></dl> 
    11831078 
    11841079<dl class="method"> 
    11851080<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollThumb"> 
    1186 <tt class="descname">GetScrollThumb</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollThumb" title="Permalink to this definition">¶</a></dt> 
    1187 <dd><p>GetScrollThumb(self, int orientation) -&gt; int</p> 
    1188 <p>Returns the built-in scrollbar thumb size.</p> 
     1081<tt class="descname">GetScrollThumb</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetScrollThumb" title="Permalink to this definition">¶</a></dt> 
     1082<dd><p>Returns the built-in scrollbar thumb size.</p> 
    11891083</dd></dl> 
    11901084 
    11911085<dl class="method"> 
    11921086<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSize"> 
    1193 <tt class="descname">GetSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSize" title="Permalink to this definition">¶</a></dt> 
    1194 <dd><p>GetSize(self) -&gt; Size</p> 
    1195 <p>Get the window size.</p> 
     1087<tt class="descname">GetSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSize" title="Permalink to this definition">¶</a></dt> 
     1088<dd><p>Get the window size.</p> 
    11961089</dd></dl> 
    11971090 
    11981091<dl class="method"> 
    11991092<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizeTuple"> 
    1200 <tt class="descname">GetSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizeTuple" title="Permalink to this definition">¶</a></dt> 
    1201 <dd><p>GetSizeTuple() -&gt; (width, height)</p> 
    1202 <p>Get the window size.</p> 
     1093<tt class="descname">GetSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizeTuple" title="Permalink to this definition">¶</a></dt> 
     1094<dd><p>Get the window size.</p> 
    12031095</dd></dl> 
    12041096 
    12051097<dl class="method"> 
    12061098<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizer"> 
    1207 <tt class="descname">GetSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizer" title="Permalink to this definition">¶</a></dt> 
    1208 <dd><p>GetSizer(self) -&gt; Sizer</p> 
    1209 <p>Return the sizer associated with the window by a previous call to 
     1099<tt class="descname">GetSizer</tt><big>(</big><em>self</em><big>)</big> &rarr; Sizer<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetSizer" title="Permalink to this definition">¶</a></dt> 
     1100<dd><p>Return the sizer associated with the window by a previous call to 
    12101101SetSizer or None if there isn&#8217;t one.</p> 
    12111102</dd></dl> 
     
    12131104<dl class="method"> 
    12141105<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBar"> 
    1215 <tt class="descname">GetStatusBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBar" title="Permalink to this definition">¶</a></dt> 
    1216 <dd><p>GetStatusBar(self) -&gt; StatusBar</p> 
    1217 </dd></dl> 
     1106<tt class="descname">GetStatusBar</tt><big>(</big><em>self</em><big>)</big> &rarr; StatusBar<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBar" title="Permalink to this definition">¶</a></dt> 
     1107<dd></dd></dl> 
    12181108 
    12191109<dl class="method"> 
    12201110<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBarPane"> 
    1221 <tt class="descname">GetStatusBarPane</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBarPane" title="Permalink to this definition">¶</a></dt> 
    1222 <dd><p>GetStatusBarPane(self) -&gt; int</p> 
    1223 </dd></dl> 
     1111<tt class="descname">GetStatusBarPane</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetStatusBarPane" title="Permalink to this definition">¶</a></dt> 
     1112<dd></dd></dl> 
    12241113 
    12251114<dl class="method"> 
    12261115<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTextExtent"> 
    1227 <tt class="descname">GetTextExtent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTextExtent" title="Permalink to this definition">¶</a></dt> 
    1228 <dd><p>GetTextExtent(String string) -&gt; (width, height)</p> 
    1229 <p>Get the width and height of the text using the current font.</p> 
     1116<tt class="descname">GetTextExtent</tt><big>(</big><em>String string) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTextExtent" title="Permalink to this definition">¶</a></dt> 
     1117<dd><p>Get the width and height of the text using the current font.</p> 
    12301118</dd></dl> 
    12311119 
    12321120<dl class="method"> 
    12331121<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetThemeEnabled"> 
    1234 <tt class="descname">GetThemeEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetThemeEnabled" title="Permalink to this definition">¶</a></dt> 
    1235 <dd><p>GetThemeEnabled(self) -&gt; bool</p> 
    1236 <p>Return the themeEnabled flag.</p> 
     1122<tt class="descname">GetThemeEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetThemeEnabled" title="Permalink to this definition">¶</a></dt> 
     1123<dd><p>Return the themeEnabled flag.</p> 
    12371124</dd></dl> 
    12381125 
    12391126<dl class="method"> 
    12401127<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTitle"> 
    1241 <tt class="descname">GetTitle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTitle" title="Permalink to this definition">¶</a></dt> 
    1242 <dd><p>GetTitle(self) -&gt; String</p> 
    1243 </dd></dl> 
     1128<tt class="descname">GetTitle</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTitle" title="Permalink to this definition">¶</a></dt> 
     1129<dd></dd></dl> 
    12441130 
    12451131<dl class="method"> 
    12461132<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTmpDefaultItem"> 
    1247 <tt class="descname">GetTmpDefaultItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTmpDefaultItem" title="Permalink to this definition">¶</a></dt> 
    1248 <dd><p>GetTmpDefaultItem(self) -&gt; Window</p> 
    1249 <p>Return the temporary default item, which can be None.</p> 
     1133<tt class="descname">GetTmpDefaultItem</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTmpDefaultItem" title="Permalink to this definition">¶</a></dt> 
     1134<dd><p>Return the temporary default item, which can be None.</p> 
    12501135</dd></dl> 
    12511136 
    12521137<dl class="method"> 
    12531138<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolBar"> 
    1254 <tt class="descname">GetToolBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolBar" title="Permalink to this definition">¶</a></dt> 
    1255 <dd><p>GetToolBar(self) -&gt; wxToolBar</p> 
    1256 </dd></dl> 
     1139<tt class="descname">GetToolBar</tt><big>(</big><em>self</em><big>)</big> &rarr; wxToolBar<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolBar" title="Permalink to this definition">¶</a></dt> 
     1140<dd></dd></dl> 
    12571141 
    12581142<dl class="method"> 
    12591143<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolTip"> 
    1260 <tt class="descname">GetToolTip</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolTip" title="Permalink to this definition">¶</a></dt> 
    1261 <dd><p>GetToolTip(self) -&gt; ToolTip</p> 
    1262 <p>get the associated tooltip or None if none</p> 
     1144<tt class="descname">GetToolTip</tt><big>(</big><em>self</em><big>)</big> &rarr; ToolTip<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetToolTip" title="Permalink to this definition">¶</a></dt> 
     1145<dd><p>get the associated tooltip or None if none</p> 
    12631146</dd></dl> 
    12641147 
    12651148<dl class="method"> 
    12661149<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTopLevelParent"> 
    1267 <tt class="descname">GetTopLevelParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTopLevelParent" title="Permalink to this definition">¶</a></dt> 
    1268 <dd><p>GetTopLevelParent(self) -&gt; Window</p> 
    1269 <p>Returns the first frame or dialog in this window&#8217;s parental hierarchy.</p> 
     1150<tt class="descname">GetTopLevelParent</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetTopLevelParent" title="Permalink to this definition">¶</a></dt> 
     1151<dd><p>Returns the first frame or dialog in this window&#8217;s parental hierarchy.</p> 
    12701152</dd></dl> 
    12711153 
    12721154<dl class="method"> 
    12731155<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateClientRect"> 
    1274 <tt class="descname">GetUpdateClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt> 
    1275 <dd><p>GetUpdateClientRect(self) -&gt; Rect</p> 
    1276 <p>Get the update rectangle region bounding box in client coords.</p> 
     1156<tt class="descname">GetUpdateClientRect</tt><big>(</big><em>self</em><big>)</big> &rarr; Rect<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt> 
     1157<dd><p>Get the update rectangle region bounding box in client coords.</p> 
    12771158</dd></dl> 
    12781159 
    12791160<dl class="method"> 
    12801161<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateRegion"> 
    1281 <tt class="descname">GetUpdateRegion</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateRegion" title="Permalink to this definition">¶</a></dt> 
    1282 <dd><p>GetUpdateRegion(self) -&gt; Region</p> 
    1283 <p>Returns the region specifying which parts of the window have been 
     1162<tt class="descname">GetUpdateRegion</tt><big>(</big><em>self</em><big>)</big> &rarr; Region<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetUpdateRegion" title="Permalink to this definition">¶</a></dt> 
     1163<dd><p>Returns the region specifying which parts of the window have been 
    12841164damaged. Should only be called within an EVT_PAINT handler.</p> 
    12851165</dd></dl> 
     
    12871167<dl class="method"> 
    12881168<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetValidator"> 
    1289 <tt class="descname">GetValidator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetValidator" title="Permalink to this definition">¶</a></dt> 
    1290 <dd><p>GetValidator(self) -&gt; Validator</p> 
    1291 <p>Returns a pointer to the current validator for the window, or None if 
     1169<tt class="descname">GetValidator</tt><big>(</big><em>self</em><big>)</big> &rarr; Validator<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetValidator" title="Permalink to this definition">¶</a></dt> 
     1170<dd><p>Returns a pointer to the current validator for the window, or None if 
    12921171there is none.</p> 
    12931172</dd></dl> 
     
    12951174<dl class="method"> 
    12961175<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSize"> 
    1297 <tt class="descname">GetVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSize" title="Permalink to this definition">¶</a></dt> 
    1298 <dd><p>GetVirtualSize(self) -&gt; Size</p> 
    1299 <p>Get the the virtual size of the window in pixels.  For most windows 
     1176<tt class="descname">GetVirtualSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSize" title="Permalink to this definition">¶</a></dt> 
     1177<dd><p>Get the the virtual size of the window in pixels.  For most windows 
    13001178this is just the client area of the window, but for some like scrolled 
    13011179windows it is more or less independent of the screen window size.</p> 
     
    13041182<dl class="method"> 
    13051183<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSizeTuple"> 
    1306 <tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt> 
    1307 <dd><p>GetVirtualSizeTuple() -&gt; (width, height)</p> 
    1308 <p>Get the the virtual size of the window in pixels.  For most windows 
     1184<tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>) -&gt; (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt> 
     1185<dd><p>Get the the virtual size of the window in pixels.  For most windows 
    13091186this is just the client area of the window, but for some like scrolled 
    13101187windows it is more or less independent of the screen window size.</p> 
     
    13131190<dl class="method"> 
    13141191<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowBorderSize"> 
    1315 <tt class="descname">GetWindowBorderSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt> 
    1316 <dd><p>GetWindowBorderSize(self) -&gt; Size</p> 
    1317 <p>Return the size of the left/right and top/bottom borders.</p> 
     1192<tt class="descname">GetWindowBorderSize</tt><big>(</big><em>self</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt> 
     1193<dd><p>Return the size of the left/right and top/bottom borders.</p> 
    13181194</dd></dl> 
    13191195 
    13201196<dl class="method"> 
    13211197<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyle"> 
    1322 <tt class="descname">GetWindowStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyle" title="Permalink to this definition">¶</a></dt> 
     1198<tt class="descname">GetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyle" title="Permalink to this definition">¶</a></dt> 
    13231199<dd><p>GetWindowStyleFlag(self) -&gt; long</p> 
    13241200<p>Gets the window style that was passed to the constructor or Create 
     
    13281204<dl class="method"> 
    13291205<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyleFlag"> 
    1330 <tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 
    1331 <dd><p>GetWindowStyleFlag(self) -&gt; long</p> 
    1332 <p>Gets the window style that was passed to the constructor or Create 
     1206<tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 
     1207<dd><p>Gets the window style that was passed to the constructor or Create 
    13331208method.</p> 
    13341209</dd></dl> 
     
    13361211<dl class="method"> 
    13371212<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowVariant"> 
    1338 <tt class="descname">GetWindowVariant</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowVariant" title="Permalink to this definition">¶</a></dt> 
    1339 <dd><p>GetWindowVariant(self) -&gt; int</p> 
    1340 </dd></dl> 
     1213<tt class="descname">GetWindowVariant</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.GetWindowVariant" title="Permalink to this definition">¶</a></dt> 
     1214<dd></dd></dl> 
    13411215 
    13421216<dl class="attribute"> 
     
    13621236<dl class="method"> 
    13631237<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasCapture"> 
    1364 <tt class="descname">HasCapture</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasCapture" title="Permalink to this definition">¶</a></dt> 
    1365 <dd><p>HasCapture(self) -&gt; bool</p> 
    1366 <p>Returns true if this window has the current mouse capture.</p> 
     1238<tt class="descname">HasCapture</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasCapture" title="Permalink to this definition">¶</a></dt> 
     1239<dd><p>Returns true if this window has the current mouse capture.</p> 
    13671240</dd></dl> 
    13681241 
    13691242<dl class="method"> 
    13701243<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasFlag"> 
    1371 <tt class="descname">HasFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasFlag" title="Permalink to this definition">¶</a></dt> 
    1372 <dd><p>HasFlag(self, int flag) -&gt; bool</p> 
    1373 <p>Test if the given style is set for this window.</p> 
     1244<tt class="descname">HasFlag</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasFlag" title="Permalink to this definition">¶</a></dt> 
     1245<dd><p>Test if the given style is set for this window.</p> 
    13741246</dd></dl> 
    13751247 
    13761248<dl class="method"> 
    13771249<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasMultiplePages"> 
    1378 <tt class="descname">HasMultiplePages</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasMultiplePages" title="Permalink to this definition">¶</a></dt> 
    1379 <dd><p>HasMultiplePages(self) -&gt; bool</p> 
    1380 </dd></dl> 
     1250<tt class="descname">HasMultiplePages</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasMultiplePages" title="Permalink to this definition">¶</a></dt> 
     1251<dd></dd></dl> 
    13811252 
    13821253<dl class="method"> 
    13831254<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasScrollbar"> 
    1384 <tt class="descname">HasScrollbar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasScrollbar" title="Permalink to this definition">¶</a></dt> 
    1385 <dd><p>HasScrollbar(self, int orient) -&gt; bool</p> 
    1386 <p>Does the window have the scrollbar for this orientation?</p> 
     1255<tt class="descname">HasScrollbar</tt><big>(</big><em>self</em>, <em>int orient</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasScrollbar" title="Permalink to this definition">¶</a></dt> 
     1256<dd><p>Does the window have the scrollbar for this orientation?</p> 
    13871257</dd></dl> 
    13881258 
    13891259<dl class="method"> 
    13901260<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasTransparentBackground"> 
    1391 <tt class="descname">HasTransparentBackground</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasTransparentBackground" title="Permalink to this definition">¶</a></dt> 
    1392 <dd><p>HasTransparentBackground(self) -&gt; bool</p> 
    1393 <p>Returns True if this window&#8217;s background is transparent (as, for 
     1261<tt class="descname">HasTransparentBackground</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HasTransparentBackground" title="Permalink to this definition">¶</a></dt> 
     1262<dd><p>Returns True if this window&#8217;s background is transparent (as, for 
    13941263example, for <cite>wx.StaticText</cite>) and should show the parent window&#8217;s 
    13951264background.</p> 
     
    14081277<dl class="method"> 
    14091278<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Hide"> 
    1410 <tt class="descname">Hide</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Hide" title="Permalink to this definition">¶</a></dt> 
    1411 <dd><p>Hide(self) -&gt; bool</p> 
    1412 <p>Equivalent to calling Show(False).</p> 
     1279<tt class="descname">Hide</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Hide" title="Permalink to this definition">¶</a></dt> 
     1280<dd><p>Equivalent to calling Show(False).</p> 
    14131281</dd></dl> 
    14141282 
    14151283<dl class="method"> 
    14161284<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTest"> 
    1417 <tt class="descname">HitTest</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTest" title="Permalink to this definition">¶</a></dt> 
    1418 <dd><p>HitTest(self, Point pt) -&gt; int</p> 
    1419 <p>Test where the given (in client coords) point lies</p> 
     1285<tt class="descname">HitTest</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTest" title="Permalink to this definition">¶</a></dt> 
     1286<dd><p>Test where the given (in client coords) point lies</p> 
    14201287</dd></dl> 
    14211288 
    14221289<dl class="method"> 
    14231290<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTestXY"> 
    1424 <tt class="descname">HitTestXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTestXY" title="Permalink to this definition">¶</a></dt> 
    1425 <dd><p>HitTestXY(self, int x, int y) -&gt; int</p> 
    1426 <p>Test where the given (in client coords) point lies</p> 
     1291<tt class="descname">HitTestXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.HitTestXY" title="Permalink to this definition">¶</a></dt> 
     1292<dd><p>Test where the given (in client coords) point lies</p> 
    14271293</dd></dl> 
    14281294 
     
    14351301<dl class="method"> 
    14361302<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Iconize"> 
    1437 <tt class="descname">Iconize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Iconize" title="Permalink to this definition">¶</a></dt> 
    1438 <dd><p>Iconize(self, bool iconize=True)</p> 
    1439 </dd></dl> 
     1303<tt class="descname">Iconize</tt><big>(</big><em>self</em>, <em>bool iconize=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Iconize" title="Permalink to this definition">¶</a></dt> 
     1304<dd></dd></dl> 
    14401305 
    14411306<dl class="attribute"> 
     
    14471312<dl class="method"> 
    14481313<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritAttributes"> 
    1449 <tt class="descname">InheritAttributes</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritAttributes" title="Permalink to this definition">¶</a></dt> 
    1450 <dd><p>InheritAttributes(self)</p> 
    1451 <p>This function is (or should be, in case of custom controls) called 
     1314<tt class="descname">InheritAttributes</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritAttributes" title="Permalink to this definition">¶</a></dt> 
     1315<dd><p>This function is (or should be, in case of custom controls) called 
    14521316during window creation to intelligently set up the window visual 
    14531317attributes, that is the font and the foreground and background 
     
    14741338<dl class="method"> 
    14751339<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritsBackgroundColour"> 
    1476 <tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt> 
    1477 <dd><p>InheritsBackgroundColour(self) -&gt; bool</p> 
    1478 </dd></dl> 
     1340<tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt> 
     1341<dd></dd></dl> 
    14791342 
    14801343<dl class="method"> 
    14811344<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InitDialog"> 
    1482 <tt class="descname">InitDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InitDialog" title="Permalink to this definition">¶</a></dt> 
    1483 <dd><p>InitDialog(self)</p> 
    1484 <p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data 
     1345<tt class="descname">InitDialog</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InitDialog" title="Permalink to this definition">¶</a></dt> 
     1346<dd><p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data 
    14851347to the dialog via validators.</p> 
    14861348</dd></dl> 
     
    14881350<dl class="method"> 
    14891351<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InvalidateBestSize"> 
    1490 <tt class="descname">InvalidateBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InvalidateBestSize" title="Permalink to this definition">¶</a></dt> 
    1491 <dd><p>InvalidateBestSize(self)</p> 
    1492 <p>Reset the cached best size value so it will be recalculated the next 
     1352<tt class="descname">InvalidateBestSize</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.InvalidateBestSize" title="Permalink to this definition">¶</a></dt> 
     1353<dd><p>Reset the cached best size value so it will be recalculated the next 
    14931354time it is needed.</p> 
    14941355</dd></dl> 
     
    14961357<dl class="method"> 
    14971358<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsActive"> 
    1498 <tt class="descname">IsActive</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsActive" title="Permalink to this definition">¶</a></dt> 
    1499 <dd><p>IsActive(self) -&gt; bool</p> 
    1500 </dd></dl> 
     1359<tt class="descname">IsActive</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsActive" title="Permalink to this definition">¶</a></dt> 
     1360<dd></dd></dl> 
    15011361 
    15021362<dl class="method"> 
    15031363<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsAlwaysMaximized"> 
    1504 <tt class="descname">IsAlwaysMaximized</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsAlwaysMaximized" title="Permalink to this definition">¶</a></dt> 
    1505 <dd><p>IsAlwaysMaximized(self) -&gt; bool</p> 
    1506 </dd></dl> 
     1364<tt class="descname">IsAlwaysMaximized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsAlwaysMaximized" title="Permalink to this definition">¶</a></dt> 
     1365<dd></dd></dl> 
    15071366 
    15081367<dl class="method"> 
    15091368<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsBeingDeleted"> 
    1510 <tt class="descname">IsBeingDeleted</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsBeingDeleted" title="Permalink to this definition">¶</a></dt> 
    1511 <dd><p>IsBeingDeleted(self) -&gt; bool</p> 
    1512 <p>Is the window in the process of being deleted?</p> 
     1369<tt class="descname">IsBeingDeleted</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsBeingDeleted" title="Permalink to this definition">¶</a></dt> 
     1370<dd><p>Is the window in the process of being deleted?</p> 
    15131371</dd></dl> 
    15141372 
    15151373<dl class="method"> 
    15161374<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsDoubleBuffered"> 
    1517 <tt class="descname">IsDoubleBuffered</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt> 
    1518 <dd><p>IsDoubleBuffered(self) -&gt; bool</p> 
    1519 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the 
     1375<tt class="descname">IsDoubleBuffered</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt> 
     1376<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the 
    15201377system, i.e. if any drawing done on the window is really done on a 
    15211378temporary backing surface and transferred to the screen all at once 
     
    15251382<dl class="method"> 
    15261383<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsEnabled"> 
    1527 <tt class="descname">IsEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsEnabled" title="Permalink to this definition">¶</a></dt> 
    1528 <dd><p>IsEnabled(self) -&gt; bool</p> 
    1529 <p>Returns true if the window is enabled for input, false otherwise.</p> 
     1384<tt class="descname">IsEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsEnabled" title="Permalink to this definition">¶</a></dt> 
     1385<dd><p>Returns true if the window is enabled for input, false otherwise.</p> 
    15301386</dd></dl> 
    15311387 
    15321388<dl class="method"> 
    15331389<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposed"> 
    1534 <tt class="descname">IsExposed</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposed" title="Permalink to this definition">¶</a></dt> 
    1535 <dd><p>IsExposed(self, int x, int y, int w=1, int h=1) -&gt; bool</p> 
    1536 <p>Returns true if the given point or rectangle area has been exposed 
     1390<tt class="descname">IsExposed</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int w=1</em>, <em>int h=1</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposed" title="Permalink to this definition">¶</a></dt> 
     1391<dd><p>Returns true if the given point or rectangle area has been exposed 
    15371392since the last repaint. Call this in an paint event handler to 
    15381393optimize redrawing by only redrawing those areas, which have been 
     
    15421397<dl class="method"> 
    15431398<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedPoint"> 
    1544 <tt class="descname">IsExposedPoint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedPoint" title="Permalink to this definition">¶</a></dt> 
    1545 <dd><p>IsExposedPoint(self, Point pt) -&gt; bool</p> 
    1546 <p>Returns true if the given point or rectangle area has been exposed 
     1399<tt class="descname">IsExposedPoint</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedPoint" title="Permalink to this definition">¶</a></dt> 
     1400<dd><p>Returns true if the given point or rectangle area has been exposed 
    15471401since the last repaint. Call this in an paint event handler to 
    15481402optimize redrawing by only redrawing those areas, which have been 
     
    15521406<dl class="method"> 
    15531407<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedRect"> 
    1554 <tt class="descname">IsExposedRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedRect" title="Permalink to this definition">¶</a></dt> 
    1555 <dd><p>IsExposedRect(self, Rect rect) -&gt; bool</p> 
    1556 <p>Returns true if the given point or rectangle area has been exposed 
     1408<tt class="descname">IsExposedRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsExposedRect" title="Permalink to this definition">¶</a></dt> 
     1409<dd><p>Returns true if the given point or rectangle area has been exposed 
    15571410since the last repaint. Call this in an paint event handler to 
    15581411optimize redrawing by only redrawing those areas, which have been 
     
    15621415<dl class="method"> 
    15631416<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFrozen"> 
    1564 <tt class="descname">IsFrozen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFrozen" title="Permalink to this definition">¶</a></dt> 
    1565 <dd><p>IsFrozen(self) -&gt; bool</p> 
    1566 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p> 
     1417<tt class="descname">IsFrozen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFrozen" title="Permalink to this definition">¶</a></dt> 
     1418<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p> 
    15671419<table class="docutils field-list" frame="void" rules="none"> 
    15681420<col class="field-name" /> 
    15691421<col class="field-body" /> 
    15701422<tbody valign="top"> 
    1571 <tr class="field"><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td> 
     1423<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td> 
    15721424</tr> 
    15731425</tbody> 
     
    15771429<dl class="method"> 
    15781430<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFullScreen"> 
    1579 <tt class="descname">IsFullScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFullScreen" title="Permalink to this definition">¶</a></dt> 
    1580 <dd><p>IsFullScreen(self) -&gt; bool</p> 
    1581 </dd></dl> 
     1431<tt class="descname">IsFullScreen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsFullScreen" title="Permalink to this definition">¶</a></dt> 
     1432<dd></dd></dl> 
    15821433 
    15831434<dl class="method"> 
    15841435<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsIconized"> 
    1585 <tt class="descname">IsIconized</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsIconized" title="Permalink to this definition">¶</a></dt> 
    1586 <dd><p>IsIconized(self) -&gt; bool</p> 
    1587 </dd></dl> 
     1436<tt class="descname">IsIconized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsIconized" title="Permalink to this definition">¶</a></dt> 
     1437<dd></dd></dl> 
    15881438 
    15891439<dl class="method"> 
    15901440<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsMaximized"> 
    1591 <tt class="descname">IsMaximized</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsMaximized" title="Permalink to this definition">¶</a></dt> 
    1592 <dd><p>IsMaximized(self) -&gt; bool</p> 
    1593 </dd></dl> 
     1441<tt class="descname">IsMaximized</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsMaximized" title="Permalink to this definition">¶</a></dt> 
     1442<dd></dd></dl> 
    15941443 
    15951444<dl class="method"> 
    15961445<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsRetained"> 
    1597 <tt class="descname">IsRetained</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsRetained" title="Permalink to this definition">¶</a></dt> 
    1598 <dd><p>IsRetained(self) -&gt; bool</p> 
    1599 <p>Returns true if the window is retained, false otherwise.  Retained 
     1446<tt class="descname">IsRetained</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsRetained" title="Permalink to this definition">¶</a></dt> 
     1447<dd><p>Returns true if the window is retained, false otherwise.  Retained 
    16001448windows are only available on X platforms.</p> 
    16011449</dd></dl> 
     
    16031451<dl class="method"> 
    16041452<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsSameAs"> 
    1605 <tt class="descname">IsSameAs</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsSameAs" title="Permalink to this definition">¶</a></dt> 
    1606 <dd><p>IsSameAs(self, Object p) -&gt; bool</p> 
    1607 <p>For wx.Objects that use C++ reference counting internally, this method 
     1453<tt class="descname">IsSameAs</tt><big>(</big><em>self</em>, <em>Object p</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsSameAs" title="Permalink to this definition">¶</a></dt> 
     1454<dd><p>For wx.Objects that use C++ reference counting internally, this method 
    16081455can be used to determine if two objects are referencing the same data 
    16091456object.</p> 
     
    16121459<dl class="method"> 
    16131460<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShown"> 
    1614 <tt class="descname">IsShown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShown" title="Permalink to this definition">¶</a></dt> 
    1615 <dd><p>IsShown(self) -&gt; bool</p> 
    1616 <p>Returns true if the window is shown, false if it has been hidden.</p> 
     1461<tt class="descname">IsShown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShown" title="Permalink to this definition">¶</a></dt> 
     1462<dd><p>Returns true if the window is shown, false if it has been hidden.</p> 
    16171463</dd></dl> 
    16181464 
    16191465<dl class="method"> 
    16201466<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShownOnScreen"> 
    1621 <tt class="descname">IsShownOnScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShownOnScreen" title="Permalink to this definition">¶</a></dt> 
    1622 <dd><p>IsShownOnScreen(self) -&gt; bool</p> 
    1623 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen, 
     1467<tt class="descname">IsShownOnScreen</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsShownOnScreen" title="Permalink to this definition">¶</a></dt> 
     1468<dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen, 
    16241469i.e. it is shown and all its parents up to the toplevel window are 
    16251470shown as well.</p> 
     
    16281473<dl class="method"> 
    16291474<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsTopLevel"> 
    1630 <tt class="descname">IsTopLevel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsTopLevel" title="Permalink to this definition">¶</a></dt> 
    1631 <dd><p>IsTopLevel(self) -&gt; bool</p> 
    1632 <p>Returns true if the given window is a top-level one. Currently all 
     1475<tt class="descname">IsTopLevel</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.IsTopLevel" title="Permalink to this definition">¶</a></dt> 
     1476<dd><p>Returns true if the given window is a top-level one. Currently all 
    16331477frames and dialogs are always considered to be top-level windows (even 
    16341478if they have a parent window).</p> 
     
    16431487<dl class="method"> 
    16441488<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Layout"> 
    1645 <tt class="descname">Layout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Layout" title="Permalink to this definition">¶</a></dt> 
    1646 <dd><p>Layout(self) -&gt; bool</p> 
    1647 <p>Invokes the constraint-based layout algorithm or the sizer-based 
     1489<tt class="descname">Layout</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Layout" title="Permalink to this definition">¶</a></dt> 
     1490<dd><p>Invokes the constraint-based layout algorithm or the sizer-based 
    16481491algorithm for this window.  See SetAutoLayout: when auto layout is on, 
    16491492this function gets called automatically by the default EVT_SIZE 
     
    16591502<dl class="method"> 
    16601503<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineDown"> 
    1661 <tt class="descname">LineDown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineDown" title="Permalink to this definition">¶</a></dt> 
    1662 <dd><p>LineDown(self) -&gt; bool</p> 
    1663 <p>This is just a wrapper for ScrollLines(1).</p> 
     1504<tt class="descname">LineDown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineDown" title="Permalink to this definition">¶</a></dt> 
     1505<dd><p>This is just a wrapper for ScrollLines(1).</p> 
    16641506</dd></dl> 
    16651507 
    16661508<dl class="method"> 
    16671509<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineUp"> 
    1668 <tt class="descname">LineUp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineUp" title="Permalink to this definition">¶</a></dt> 
    1669 <dd><p>LineUp(self) -&gt; bool</p> 
    1670 <p>This is just a wrapper for ScrollLines(-1).</p> 
     1510<tt class="descname">LineUp</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.LineUp" title="Permalink to this definition">¶</a></dt> 
     1511<dd><p>This is just a wrapper for ScrollLines(-1).</p> 
    16711512</dd></dl> 
    16721513 
    16731514<dl class="method"> 
    16741515<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Lower"> 
    1675 <tt class="descname">Lower</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Lower" title="Permalink to this definition">¶</a></dt> 
    1676 <dd><p>Lower(self)</p> 
    1677 <p>Lowers the window to the bottom of the window hierarchy.  In current 
     1516<tt class="descname">Lower</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Lower" title="Permalink to this definition">¶</a></dt> 
     1517<dd><p>Lowers the window to the bottom of the window hierarchy.  In current 
    16781518version of wxWidgets this works both for managed and child windows.</p> 
    16791519</dd></dl> 
     
    16811521<dl class="method"> 
    16821522<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetMetalAppearance"> 
    1683 <tt class="descname">MacGetMetalAppearance</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetMetalAppearance" title="Permalink to this definition">¶</a></dt> 
    1684 <dd><p>MacGetMetalAppearance(self) -&gt; bool</p> 
    1685 </dd></dl> 
     1523<tt class="descname">MacGetMetalAppearance</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetMetalAppearance" title="Permalink to this definition">¶</a></dt> 
     1524<dd></dd></dl> 
    16861525 
    16871526<dl class="method"> 
    16881527<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetTopLevelWindowRef"> 
    1689 <tt class="descname">MacGetTopLevelWindowRef</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetTopLevelWindowRef" title="Permalink to this definition">¶</a></dt> 
    1690 <dd><p>MacGetTopLevelWindowRef(self) -&gt; long</p> 
    1691 </dd></dl> 
     1528<tt class="descname">MacGetTopLevelWindowRef</tt><big>(</big><em>self</em><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetTopLevelWindowRef" title="Permalink to this definition">¶</a></dt> 
     1529<dd></dd></dl> 
    16921530 
    16931531<dl class="method"> 
    16941532<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetUnifiedAppearance"> 
    1695 <tt class="descname">MacGetUnifiedAppearance</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetUnifiedAppearance" title="Permalink to this definition">¶</a></dt> 
    1696 <dd><p>MacGetUnifiedAppearance(self) -&gt; bool</p> 
    1697 </dd></dl> 
     1533<tt class="descname">MacGetUnifiedAppearance</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacGetUnifiedAppearance" title="Permalink to this definition">¶</a></dt> 
     1534<dd></dd></dl> 
    16981535 
    16991536<dl class="method"> 
    17001537<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacSetMetalAppearance"> 
    1701 <tt class="descname">MacSetMetalAppearance</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacSetMetalAppearance" title="Permalink to this definition">¶</a></dt> 
    1702 <dd><p>MacSetMetalAppearance(self, bool on)</p> 
    1703 </dd></dl> 
     1538<tt class="descname">MacSetMetalAppearance</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MacSetMetalAppearance" title="Permalink to this definition">¶</a></dt> 
     1539<dd></dd></dl> 
    17041540 
    17051541<dl class="method"> 
    17061542<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MakeModal"> 
    1707 <tt class="descname">MakeModal</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MakeModal" title="Permalink to this definition">¶</a></dt> 
    1708 <dd><p>MakeModal(self, bool modal=True)</p> 
    1709 <p>Disables all other windows in the application so that the user can 
     1543<tt class="descname">MakeModal</tt><big>(</big><em>self</em>, <em>bool modal=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MakeModal" title="Permalink to this definition">¶</a></dt> 
     1544<dd><p>Disables all other windows in the application so that the user can 
    17101545only interact with this window.  Passing False will reverse this 
    17111546effect.</p> 
     
    17321567<dl class="method"> 
    17331568<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Maximize"> 
    1734 <tt class="descname">Maximize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Maximize" title="Permalink to this definition">¶</a></dt> 
    1735 <dd><p>Maximize(self, bool maximize=True)</p> 
    1736 </dd></dl> 
     1569<tt class="descname">Maximize</tt><big>(</big><em>self</em>, <em>bool maximize=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Maximize" title="Permalink to this definition">¶</a></dt> 
     1570<dd></dd></dl> 
    17371571 
    17381572<dl class="attribute"> 
     
    17621596<dl class="method"> 
    17631597<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Move"> 
    1764 <tt class="descname">Move</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Move" title="Permalink to this definition">¶</a></dt> 
    1765 <dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p> 
    1766 <p>Moves the window to the given position.</p> 
     1598<tt class="descname">Move</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Move" title="Permalink to this definition">¶</a></dt> 
     1599<dd><p>Moves the window to the given position.</p> 
    17671600</dd></dl> 
    17681601 
    17691602<dl class="method"> 
    17701603<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveAfterInTabOrder"> 
    1771 <tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt> 
    1772 <dd><p>MoveAfterInTabOrder(self, Window win)</p> 
    1773 <p>Moves this window in the tab navigation order after the specified 
     1604<tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt> 
     1605<dd><p>Moves this window in the tab navigation order after the specified 
    17741606sibling window.  This means that when the user presses the TAB key on 
    17751607that other window, the focus switches to this window.</p> 
     
    17811613<dl class="method"> 
    17821614<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveBeforeInTabOrder"> 
    1783 <tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt> 
    1784 <dd><p>MoveBeforeInTabOrder(self, Window win)</p> 
    1785 <p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just 
     1615<tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt> 
     1616<dd><p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just 
    17861617before win instead of putting it right after it.</p> 
    17871618</dd></dl> 
     
    17891620<dl class="method"> 
    17901621<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveXY"> 
    1791 <tt class="descname">MoveXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveXY" title="Permalink to this definition">¶</a></dt> 
    1792 <dd><p>MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING)</p> 
    1793 <p>Moves the window to the given position.</p> 
     1622<tt class="descname">MoveXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int flags=SIZE_USE_EXISTING</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.MoveXY" title="Permalink to this definition">¶</a></dt> 
     1623<dd><p>Moves the window to the given position.</p> 
    17941624</dd></dl> 
    17951625 
     
    18021632<dl class="method"> 
    18031633<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Navigate"> 
    1804 <tt class="descname">Navigate</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Navigate" title="Permalink to this definition">¶</a></dt> 
    1805 <dd><p>Navigate(self, int flags=NavigationKeyEvent.IsForward) -&gt; bool</p> 
    1806 <p>Does keyboard navigation from this window to another, by sending a 
     1634<tt class="descname">Navigate</tt><big>(</big><em>self</em>, <em>int flags=NavigationKeyEvent.IsForward</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Navigate" title="Permalink to this definition">¶</a></dt> 
     1635<dd><p>Does keyboard navigation from this window to another, by sending a 
    18071636<cite>wx.NavigationKeyEvent</cite>.</p> 
    18081637</dd></dl> 
     
    18101639<dl class="staticmethod"> 
    18111640<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.NewControlId"> 
    1812 <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.help_panel.HelpWindow.NewControlId" title="Permalink to this definition">¶</a></dt> 
    1813 <dd><p>NewControlId() -&gt; int</p> 
    1814 <p>Generate a control id for the controls which were not given one.</p> 
     1641<em class="property">static </em><tt class="descname">NewControlId</tt><big>(</big><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.NewControlId" title="Permalink to this definition">¶</a></dt> 
     1642<dd><p>Generate a control id for the controls which were not given one.</p> 
    18151643</dd></dl> 
    18161644 
    18171645<dl class="staticmethod"> 
    18181646<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.NextControlId"> 
    1819 <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.help_panel.HelpWindow.NextControlId" title="Permalink to this definition">¶</a></dt> 
    1820 <dd><p>NextControlId(int winid) -&gt; int</p> 
    1821 <p>Get the id of the control following the one with the given 
     1647<em class="property">static </em><tt class="descname">NextControlId</tt><big>(</big><em>int winid</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.NextControlId" title="Permalink to this definition">¶</a></dt> 
     1648<dd><p>Get the id of the control following the one with the given 
    18221649autogenerated) id</p> 
    18231650</dd></dl> 
     
    18311658<dl class="method"> 
    18321659<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnLinkClicked"> 
    1833 <tt class="descname">OnLinkClicked</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnLinkClicked" title="Permalink to this definition">¶</a></dt> 
     1660<tt class="descname">OnLinkClicked</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnLinkClicked" title="Permalink to this definition">¶</a></dt> 
    18341661<dd><p>Function to diplay html page related to the hyperlinktext selected</p> 
    18351662</dd></dl> 
     
    18371664<dl class="method"> 
    18381665<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnPaint"> 
    1839 <tt class="descname">OnPaint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnPaint" title="Permalink to this definition">¶</a></dt> 
    1840 <dd><p>OnPaint(self, PaintEvent event)</p> 
    1841 </dd></dl> 
     1666<tt class="descname">OnPaint</tt><big>(</big><em>self</em>, <em>PaintEvent event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.OnPaint" title="Permalink to this definition">¶</a></dt> 
     1667<dd></dd></dl> 
    18421668 
    18431669<dl class="method"> 
    18441670<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageDown"> 
    1845 <tt class="descname">PageDown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageDown" title="Permalink to this definition">¶</a></dt> 
    1846 <dd><p>PageDown(self) -&gt; bool</p> 
    1847 <p>This is just a wrapper for ScrollPages(1).</p> 
     1671<tt class="descname">PageDown</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageDown" title="Permalink to this definition">¶</a></dt> 
     1672<dd><p>This is just a wrapper for ScrollPages(1).</p> 
    18481673</dd></dl> 
    18491674 
    18501675<dl class="method"> 
    18511676<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageUp"> 
    1852 <tt class="descname">PageUp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageUp" title="Permalink to this definition">¶</a></dt> 
    1853 <dd><p>PageUp(self) -&gt; bool</p> 
    1854 <p>This is just a wrapper for ScrollPages(-1).</p> 
     1677<tt class="descname">PageUp</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PageUp" title="Permalink to this definition">¶</a></dt> 
     1678<dd><p>This is just a wrapper for ScrollPages(-1).</p> 
    18551679</dd></dl> 
    18561680 
     
    18631687<dl class="method"> 
    18641688<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopEventHandler"> 
    1865 <tt class="descname">PopEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopEventHandler" title="Permalink to this definition">¶</a></dt> 
    1866 <dd><p>PopEventHandler(self, bool deleteHandler=False) -&gt; EvtHandler</p> 
    1867 <p>Removes and returns the top-most event handler on the event handler 
     1689<tt class="descname">PopEventHandler</tt><big>(</big><em>self</em>, <em>bool deleteHandler=False</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopEventHandler" title="Permalink to this definition">¶</a></dt> 
     1690<dd><p>Removes and returns the top-most event handler on the event handler 
    18681691stack.  If deleteHandler is True then the wx.EvtHandler object will be 
    1869 destroyed after it is popped, and <tt class="xref docutils literal"><span class="pre">None</span></tt> will be returned instead.</p> 
     1692destroyed after it is popped, and <tt class="docutils literal"><span class="pre">None</span></tt> will be returned instead.</p> 
    18701693</dd></dl> 
    18711694 
    18721695<dl class="method"> 
    18731696<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopStatusText"> 
    1874 <tt class="descname">PopStatusText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopStatusText" title="Permalink to this definition">¶</a></dt> 
    1875 <dd><p>PopStatusText(self, int number=0)</p> 
    1876 </dd></dl> 
     1697<tt class="descname">PopStatusText</tt><big>(</big><em>self</em>, <em>int number=0</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopStatusText" title="Permalink to this definition">¶</a></dt> 
     1698<dd></dd></dl> 
    18771699 
    18781700<dl class="method"> 
    18791701<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenu"> 
    1880 <tt class="descname">PopupMenu</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenu" title="Permalink to this definition">¶</a></dt> 
    1881 <dd><p>PopupMenu(self, Menu menu, Point pos=DefaultPosition) -&gt; bool</p> 
    1882 <p>Pops up the given menu at the specified coordinates, relative to this window, 
     1702<tt class="descname">PopupMenu</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>Point pos=DefaultPosition</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenu" title="Permalink to this definition">¶</a></dt> 
     1703<dd><p>Pops up the given menu at the specified coordinates, relative to this window, 
    18831704and returns control when the user has dismissed the menu. If a menu item is 
    18841705selected, the corresponding menu event is generated and will be processed as 
     
    18891710<dl class="method"> 
    18901711<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenuXY"> 
    1891 <tt class="descname">PopupMenuXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenuXY" title="Permalink to this definition">¶</a></dt> 
    1892 <dd><p>PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -&gt; bool</p> 
    1893 <p>Pops up the given menu at the specified coordinates, relative to this window, 
     1712<tt class="descname">PopupMenuXY</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>int x=-1</em>, <em>int y=-1</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PopupMenuXY" title="Permalink to this definition">¶</a></dt> 
     1713<dd><p>Pops up the given menu at the specified coordinates, relative to this window, 
    18941714and returns control when the user has dismissed the menu. If a menu item is 
    18951715selected, the corresponding menu event is generated and will be processed as 
     
    19061726<dl class="method"> 
    19071727<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PostCreate"> 
    1908 <tt class="descname">PostCreate</tt><big>(</big><em>pre</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PostCreate" title="Permalink to this definition">¶</a></dt> 
     1728<tt class="descname">PostCreate</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PostCreate" title="Permalink to this definition">¶</a></dt> 
    19091729<dd><p>Phase 3 of the 2-phase create &lt;wink!&gt; 
    19101730Call this method after precreating the window with the 2-phase create method.</p> 
     
    19131733<dl class="method"> 
    19141734<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PrepareDC"> 
    1915 <tt class="descname">PrepareDC</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PrepareDC" title="Permalink to this definition">¶</a></dt> 
    1916 <dd><p>PrepareDC(self, DC dc)</p> 
    1917 <p>Call this function to prepare the device context for drawing a 
     1735<tt class="descname">PrepareDC</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PrepareDC" title="Permalink to this definition">¶</a></dt> 
     1736<dd><p>Call this function to prepare the device context for drawing a 
    19181737scrolled image. It sets the device origin according to the current 
    19191738scroll position.</p> 
     
    19221741<dl class="staticmethod"> 
    19231742<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PrevControlId"> 
    1924 <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.help_panel.HelpWindow.PrevControlId" title="Permalink to this definition">¶</a></dt> 
    1925 <dd><p>PrevControlId(int winid) -&gt; int</p> 
    1926 <p>Get the id of the control preceding the one with the given 
     1743<em class="property">static </em><tt class="descname">PrevControlId</tt><big>(</big><em>int winid</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PrevControlId" title="Permalink to this definition">¶</a></dt> 
     1744<dd><p>Get the id of the control preceding the one with the given 
    19271745autogenerated) id</p> 
    19281746</dd></dl> 
     
    19361754<dl class="method"> 
    19371755<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessCommand"> 
    1938 <tt class="descname">ProcessCommand</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessCommand" title="Permalink to this definition">¶</a></dt> 
    1939 <dd><p>ProcessCommand(self, int winid) -&gt; bool</p> 
    1940 </dd></dl> 
     1756<tt class="descname">ProcessCommand</tt><big>(</big><em>self</em>, <em>int winid</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessCommand" title="Permalink to this definition">¶</a></dt> 
     1757<dd></dd></dl> 
    19411758 
    19421759<dl class="method"> 
    19431760<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessEvent"> 
    1944 <tt class="descname">ProcessEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessEvent" title="Permalink to this definition">¶</a></dt> 
    1945 <dd><p>ProcessEvent(self, Event event) -&gt; bool</p> 
    1946 </dd></dl> 
     1761<tt class="descname">ProcessEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessEvent" title="Permalink to this definition">¶</a></dt> 
     1762<dd></dd></dl> 
    19471763 
    19481764<dl class="method"> 
    19491765<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessPendingEvents"> 
    1950 <tt class="descname">ProcessPendingEvents</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 
    1951 <dd><p>ProcessPendingEvents(self)</p> 
    1952 </dd></dl> 
     1766<tt class="descname">ProcessPendingEvents</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 
     1767<dd></dd></dl> 
    19531768 
    19541769<dl class="method"> 
    19551770<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushEventHandler"> 
    1956 <tt class="descname">PushEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushEventHandler" title="Permalink to this definition">¶</a></dt> 
    1957 <dd><p>PushEventHandler(self, EvtHandler handler)</p> 
    1958 <p>Pushes this event handler onto the event handler stack for the window. 
     1771<tt class="descname">PushEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushEventHandler" title="Permalink to this definition">¶</a></dt> 
     1772<dd><p>Pushes this event handler onto the event handler stack for the window. 
    19591773An event handler is an object that is capable of processing the events 
    19601774sent to a window.  (In other words, is able to dispatch the events to a 
     
    19741788<dl class="method"> 
    19751789<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushStatusText"> 
    1976 <tt class="descname">PushStatusText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushStatusText" title="Permalink to this definition">¶</a></dt> 
    1977 <dd><p>PushStatusText(self, String text, int number=0)</p> 
    1978 </dd></dl> 
     1790<tt class="descname">PushStatusText</tt><big>(</big><em>self</em>, <em>String text</em>, <em>int number=0</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.PushStatusText" title="Permalink to this definition">¶</a></dt> 
     1791<dd></dd></dl> 
    19791792 
    19801793<dl class="method"> 
    19811794<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Raise"> 
    1982 <tt class="descname">Raise</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Raise" title="Permalink to this definition">¶</a></dt> 
    1983 <dd><p>Raise(self)</p> 
    1984 <p>Raises the window to the top of the window hierarchy.  In current 
     1795<tt class="descname">Raise</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Raise" title="Permalink to this definition">¶</a></dt> 
     1796<dd><p>Raises the window to the top of the window hierarchy.  In current 
    19851797version of wxWidgets this works both for managed and child windows.</p> 
    19861798</dd></dl> 
     
    19941806<dl class="method"> 
    19951807<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Refresh"> 
    1996 <tt class="descname">Refresh</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Refresh" title="Permalink to this definition">¶</a></dt> 
    1997 <dd><p>Refresh(self, bool eraseBackground=True, Rect rect=None)</p> 
    1998 <p>Mark the specified rectangle (or the whole window) as &#8220;dirty&#8221; so it 
     1808<tt class="descname">Refresh</tt><big>(</big><em>self</em>, <em>bool eraseBackground=True</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Refresh" title="Permalink to this definition">¶</a></dt> 
     1809<dd><p>Mark the specified rectangle (or the whole window) as &#8220;dirty&#8221; so it 
    19991810will be repainted.  Causes an EVT_PAINT event to be generated and sent 
    20001811to the window.</p> 
     
    20031814<dl class="method"> 
    20041815<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RefreshRect"> 
    2005 <tt class="descname">RefreshRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RefreshRect" title="Permalink to this definition">¶</a></dt> 
    2006 <dd><p>RefreshRect(self, Rect rect, bool eraseBackground=True)</p> 
    2007 <p>Redraws the contents of the given rectangle: the area inside it will 
     1816<tt class="descname">RefreshRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>bool eraseBackground=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RefreshRect" title="Permalink to this definition">¶</a></dt> 
     1817<dd><p>Redraws the contents of the given rectangle: the area inside it will 
    20081818be repainted.  This is the same as Refresh but has a nicer syntax.</p> 
    20091819</dd></dl> 
     
    20111821<dl class="method"> 
    20121822<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RegisterHotKey"> 
    2013 <tt class="descname">RegisterHotKey</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RegisterHotKey" title="Permalink to this definition">¶</a></dt> 
    2014 <dd><p>RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -&gt; bool</p> 
    2015 <p>Registers a system wide hotkey. Every time the user presses the hotkey 
     1823<tt class="descname">RegisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em>, <em>int modifiers</em>, <em>int keycode</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RegisterHotKey" title="Permalink to this definition">¶</a></dt> 
     1824<dd><p>Registers a system wide hotkey. Every time the user presses the hotkey 
    20161825registered here, this window will receive a hotkey event. It will 
    20171826receive the event even if the application is in the background and 
     
    20241833<dl class="method"> 
    20251834<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ReleaseMouse"> 
    2026 <tt class="descname">ReleaseMouse</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ReleaseMouse" title="Permalink to this definition">¶</a></dt> 
    2027 <dd><p>ReleaseMouse(self)</p> 
    2028 <p>Releases mouse input captured with wx.Window.CaptureMouse.</p> 
     1835<tt class="descname">ReleaseMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ReleaseMouse" title="Permalink to this definition">¶</a></dt> 
     1836<dd><p>Releases mouse input captured with wx.Window.CaptureMouse.</p> 
    20291837</dd></dl> 
    20301838 
    20311839<dl class="method"> 
    20321840<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveChild"> 
    2033 <tt class="descname">RemoveChild</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveChild" title="Permalink to this definition">¶</a></dt> 
    2034 <dd><p>RemoveChild(self, Window child)</p> 
    2035 <p>Removes a child window. This is called automatically by window 
     1841<tt class="descname">RemoveChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveChild" title="Permalink to this definition">¶</a></dt> 
     1842<dd><p>Removes a child window. This is called automatically by window 
    20361843deletion functions so should not be required by the application 
    20371844programmer.</p> 
     
    20401847<dl class="method"> 
    20411848<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveEventHandler"> 
    2042 <tt class="descname">RemoveEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveEventHandler" title="Permalink to this definition">¶</a></dt> 
    2043 <dd><p>RemoveEventHandler(self, EvtHandler handler) -&gt; bool</p> 
    2044 <p>Find the given handler in the event handler chain and remove (but not 
     1849<tt class="descname">RemoveEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RemoveEventHandler" title="Permalink to this definition">¶</a></dt> 
     1850<dd><p>Find the given handler in the event handler chain and remove (but not 
    20451851delete) it from the event handler chain, returns True if it was found 
    20461852and False otherwise (this also results in an assert failure so this 
     
    20511857<dl class="method"> 
    20521858<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Reparent"> 
    2053 <tt class="descname">Reparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Reparent" title="Permalink to this definition">¶</a></dt> 
    2054 <dd><p>Reparent(self, Window newParent) -&gt; bool</p> 
    2055 <p>Reparents the window, i.e the window will be removed from its current 
     1859<tt class="descname">Reparent</tt><big>(</big><em>self</em>, <em>Window newParent</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Reparent" title="Permalink to this definition">¶</a></dt> 
     1860<dd><p>Reparents the window, i.e the window will be removed from its current 
    20561861parent window (e.g. a non-standard toolbar in a wxFrame) and then 
    20571862re-inserted into another. Available on Windows and GTK.  Returns True 
     
    20621867<dl class="method"> 
    20631868<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RequestUserAttention"> 
    2064 <tt class="descname">RequestUserAttention</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RequestUserAttention" title="Permalink to this definition">¶</a></dt> 
    2065 <dd><p>RequestUserAttention(self, int flags=USER_ATTENTION_INFO)</p> 
    2066 </dd></dl> 
     1869<tt class="descname">RequestUserAttention</tt><big>(</big><em>self</em>, <em>int flags=USER_ATTENTION_INFO</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.RequestUserAttention" title="Permalink to this definition">¶</a></dt> 
     1870<dd></dd></dl> 
    20671871 
    20681872<dl class="method"> 
    20691873<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Restore"> 
    2070 <tt class="descname">Restore</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Restore" title="Permalink to this definition">¶</a></dt> 
    2071 <dd><p>Restore(self)</p> 
    2072 </dd></dl> 
     1874<tt class="descname">Restore</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Restore" title="Permalink to this definition">¶</a></dt> 
     1875<dd></dd></dl> 
    20731876 
    20741877<dl class="attribute"> 
     
    20861889<dl class="method"> 
    20871890<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClient"> 
    2088 <tt class="descname">ScreenToClient</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClient" title="Permalink to this definition">¶</a></dt> 
    2089 <dd><p>ScreenToClient(self, Point pt) -&gt; Point</p> 
    2090 <p>Converts from screen to client window coordinates.</p> 
     1891<tt class="descname">ScreenToClient</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> &rarr; Point<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClient" title="Permalink to this definition">¶</a></dt> 
     1892<dd><p>Converts from screen to client window coordinates.</p> 
    20911893</dd></dl> 
    20921894 
    20931895<dl class="method"> 
    20941896<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClientXY"> 
    2095 <tt class="descname">ScreenToClientXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClientXY" title="Permalink to this definition">¶</a></dt> 
    2096 <dd><p>ScreenToClientXY(int x, int y) -&gt; (x,y)</p> 
    2097 <p>Converts from screen to client window coordinates.</p> 
     1897<tt class="descname">ScreenToClientXY</tt><big>(</big><em>int x</em>, <em>int y) -&gt; (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScreenToClientXY" title="Permalink to this definition">¶</a></dt> 
     1898<dd><p>Converts from screen to client window coordinates.</p> 
    20981899</dd></dl> 
    20991900 
    21001901<dl class="method"> 
    21011902<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollLines"> 
    2102 <tt class="descname">ScrollLines</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollLines" title="Permalink to this definition">¶</a></dt> 
    2103 <dd><p>ScrollLines(self, int lines) -&gt; bool</p> 
    2104 <p>If the platform and window class supports it, scrolls the window by 
     1903<tt class="descname">ScrollLines</tt><big>(</big><em>self</em>, <em>int lines</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollLines" title="Permalink to this definition">¶</a></dt> 
     1904<dd><p>If the platform and window class supports it, scrolls the window by 
    21051905the given number of lines down, if lines is positive, or up if lines 
    21061906is negative.  Returns True if the window was scrolled, False if it was 
     
    21101910<dl class="method"> 
    21111911<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollPages"> 
    2112 <tt class="descname">ScrollPages</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollPages" title="Permalink to this definition">¶</a></dt> 
    2113 <dd><p>ScrollPages(self, int pages) -&gt; bool</p> 
    2114 <p>If the platform and window class supports it, scrolls the window by 
     1912<tt class="descname">ScrollPages</tt><big>(</big><em>self</em>, <em>int pages</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollPages" title="Permalink to this definition">¶</a></dt> 
     1913<dd><p>If the platform and window class supports it, scrolls the window by 
    21151914the given number of pages down, if pages is positive, or up if pages 
    21161915is negative.  Returns True if the window was scrolled, False if it was 
     
    21201919<dl class="method"> 
    21211920<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollWindow"> 
    2122 <tt class="descname">ScrollWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollWindow" title="Permalink to this definition">¶</a></dt> 
    2123 <dd><p>ScrollWindow(self, int dx, int dy, Rect rect=None)</p> 
    2124 <p>Physically scrolls the pixels in the window and move child windows 
     1921<tt class="descname">ScrollWindow</tt><big>(</big><em>self</em>, <em>int dx</em>, <em>int dy</em>, <em>Rect rect=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ScrollWindow" title="Permalink to this definition">¶</a></dt> 
     1922<dd><p>Physically scrolls the pixels in the window and move child windows 
    21251923accordingly.  Use this function to optimise your scrolling 
    21261924implementations, to minimise the area that must be redrawn. Note that 
     
    21301928<dl class="method"> 
    21311929<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SendSizeEvent"> 
    2132 <tt class="descname">SendSizeEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SendSizeEvent" title="Permalink to this definition">¶</a></dt> 
    2133 <dd><p>SendSizeEvent(self)</p> 
    2134 </dd></dl> 
     1930<tt class="descname">SendSizeEvent</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SendSizeEvent" title="Permalink to this definition">¶</a></dt> 
     1931<dd></dd></dl> 
    21351932 
    21361933<dl class="method"> 
    21371934<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAcceleratorTable"> 
    2138 <tt class="descname">SetAcceleratorTable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 
    2139 <dd><p>SetAcceleratorTable(self, AcceleratorTable accel)</p> 
    2140 <p>Sets the accelerator table for this window.</p> 
     1935<tt class="descname">SetAcceleratorTable</tt><big>(</big><em>self</em>, <em>AcceleratorTable accel</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 
     1936<dd><p>Sets the accelerator table for this window.</p> 
    21411937</dd></dl> 
    21421938 
    21431939<dl class="method"> 
    21441940<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAutoLayout"> 
    2145 <tt class="descname">SetAutoLayout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAutoLayout" title="Permalink to this definition">¶</a></dt> 
    2146 <dd><p>SetAutoLayout(self, bool autoLayout)</p> 
    2147 <p>Determines whether the Layout function will be called automatically 
     1941<tt class="descname">SetAutoLayout</tt><big>(</big><em>self</em>, <em>bool autoLayout</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetAutoLayout" title="Permalink to this definition">¶</a></dt> 
     1942<dd><p>Determines whether the Layout function will be called automatically 
    21481943when the window is resized.  lease note that this only happens for the 
    21491944windows usually used to contain children, namely <cite>wx.Panel</cite> and 
     
    21561951<dl class="method"> 
    21571952<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundColour"> 
    2158 <tt class="descname">SetBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundColour" title="Permalink to this definition">¶</a></dt> 
    2159 <dd><p>SetBackgroundColour(self, Colour colour) -&gt; bool</p> 
    2160 <p>Sets the background colour of the window.  Returns True if the colour 
     1953<tt class="descname">SetBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundColour" title="Permalink to this definition">¶</a></dt> 
     1954<dd><p>Sets the background colour of the window.  Returns True if the colour 
    21611955was changed.  The background colour is usually painted by the default 
    21621956EVT_ERASE_BACKGROUND event handler function under Windows and 
     
    21741968<dl class="method"> 
    21751969<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundStyle"> 
    2176 <tt class="descname">SetBackgroundStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 
    2177 <dd><p>SetBackgroundStyle(self, int style) -&gt; bool</p> 
    2178 <p>Returns the background style of the window. The background style 
     1970<tt class="descname">SetBackgroundStyle</tt><big>(</big><em>self</em>, <em>int style</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 
     1971<dd><p>Returns the background style of the window. The background style 
    21791972indicates how the background of the window is drawn.</p> 
    21801973<blockquote> 
     
    21851978</colgroup> 
    21861979<tbody valign="top"> 
    2187 <tr><td>wx.BG_STYLE_SYSTEM</td> 
     1980<tr class="row-odd"><td>wx.BG_STYLE_SYSTEM</td> 
    21881981<td>The background colour or pattern should 
    21891982be determined by the system</td> 
    21901983</tr> 
    2191 <tr><td>wx.BG_STYLE_COLOUR</td> 
     1984<tr class="row-even"><td>wx.BG_STYLE_COLOUR</td> 
    21921985<td>The background should be a solid colour</td> 
    21931986</tr> 
    2194 <tr><td>wx.BG_STYLE_CUSTOM</td> 
     1987<tr class="row-odd"><td>wx.BG_STYLE_CUSTOM</td> 
    21951988<td>The background will be implemented by the 
    21961989application.</td> 
     
    22061999<col class="field-body" /> 
    22072000<tbody valign="top"> 
    2208 <tr class="field"><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td> 
     2001<tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td> 
    22092002</tr> 
    22102003</tbody> 
     
    22142007<dl class="method"> 
    22152008<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBestFittingSize"> 
    2216 <tt class="descname">SetBestFittingSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBestFittingSize" title="Permalink to this definition">¶</a></dt> 
     2009<tt class="descname">SetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetBestFittingSize" title="Permalink to this definition">¶</a></dt> 
    22172010<dd><p>Use <cite>SetInitialSize</cite></p> 
    22182011</dd></dl> 
     
    22202013<dl class="method"> 
    22212014<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCaret"> 
    2222 <tt class="descname">SetCaret</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCaret" title="Permalink to this definition">¶</a></dt> 
    2223 <dd><p>SetCaret(self, Caret caret)</p> 
    2224 <p>Sets the caret associated with the window.</p> 
     2015<tt class="descname">SetCaret</tt><big>(</big><em>self</em>, <em>Caret caret</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCaret" title="Permalink to this definition">¶</a></dt> 
     2016<dd><p>Sets the caret associated with the window.</p> 
    22252017</dd></dl> 
    22262018 
    22272019<dl class="method"> 
    22282020<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientRect"> 
    2229 <tt class="descname">SetClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientRect" title="Permalink to this definition">¶</a></dt> 
    2230 <dd><p>SetClientRect(self, Rect rect)</p> 
    2231 <p>This sets the size of the window client area in pixels. Using this 
     2021<tt class="descname">SetClientRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientRect" title="Permalink to this definition">¶</a></dt> 
     2022<dd><p>This sets the size of the window client area in pixels. Using this 
    22322023function to size a window tends to be more device-independent than 
    22332024wx.Window.SetSize, since the application need not worry about what 
     
    22382029<dl class="method"> 
    22392030<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSize"> 
    2240 <tt class="descname">SetClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSize" title="Permalink to this definition">¶</a></dt> 
    2241 <dd><p>SetClientSize(self, Size size)</p> 
    2242 <p>This sets the size of the window client area in pixels. Using this 
     2031<tt class="descname">SetClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSize" title="Permalink to this definition">¶</a></dt> 
     2032<dd><p>This sets the size of the window client area in pixels. Using this 
    22432033function to size a window tends to be more device-independent than 
    22442034wx.Window.SetSize, since the application need not worry about what 
     
    22492039<dl class="method"> 
    22502040<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSizeWH"> 
    2251 <tt class="descname">SetClientSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSizeWH" title="Permalink to this definition">¶</a></dt> 
    2252 <dd><p>SetClientSizeWH(self, int width, int height)</p> 
    2253 <p>This sets the size of the window client area in pixels. Using this 
     2041<tt class="descname">SetClientSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetClientSizeWH" title="Permalink to this definition">¶</a></dt> 
     2042<dd><p>This sets the size of the window client area in pixels. Using this 
    22542043function to size a window tends to be more device-independent than 
    22552044wx.Window.SetSize, since the application need not worry about what 
     
    22602049<dl class="method"> 
    22612050<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetConstraints"> 
    2262 <tt class="descname">SetConstraints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetConstraints" title="Permalink to this definition">¶</a></dt> 
    2263 <dd><p>SetConstraints(self, LayoutConstraints constraints)</p> 
    2264 <p>Sets the window to have the given layout constraints. If an existing 
     2051<tt class="descname">SetConstraints</tt><big>(</big><em>self</em>, <em>LayoutConstraints constraints</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetConstraints" title="Permalink to this definition">¶</a></dt> 
     2052<dd><p>Sets the window to have the given layout constraints. If an existing 
    22652053layout constraints object is already owned by the window, it will be 
    22662054deleted.  Pass None to disassociate and delete the window&#8217;s current 
     
    22752063<dl class="method"> 
    22762064<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetContainingSizer"> 
    2277 <tt class="descname">SetContainingSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetContainingSizer" title="Permalink to this definition">¶</a></dt> 
    2278 <dd><p>SetContainingSizer(self, Sizer sizer)</p> 
    2279 <p>This normally does not need to be called by application code. It is 
     2065<tt class="descname">SetContainingSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetContainingSizer" title="Permalink to this definition">¶</a></dt> 
     2066<dd><p>This normally does not need to be called by application code. It is 
    22802067called internally when a window is added to a sizer, and is used so 
    22812068the window can remove itself from the sizer when it is destroyed.</p> 
     
    22842071<dl class="method"> 
    22852072<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCursor"> 
    2286 <tt class="descname">SetCursor</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCursor" title="Permalink to this definition">¶</a></dt> 
    2287 <dd><p>SetCursor(self, Cursor cursor) -&gt; bool</p> 
    2288 <p>Sets the window&#8217;s cursor. Notice that the window cursor also sets it 
     2073<tt class="descname">SetCursor</tt><big>(</big><em>self</em>, <em>Cursor cursor</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetCursor" title="Permalink to this definition">¶</a></dt> 
     2074<dd><p>Sets the window&#8217;s cursor. Notice that the window cursor also sets it 
    22892075for the children of the window implicitly.</p> 
    22902076<p>The cursor may be wx.NullCursor in which case the window cursor will 
     
    22942080<dl class="method"> 
    22952081<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDefaultItem"> 
    2296 <tt class="descname">SetDefaultItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDefaultItem" title="Permalink to this definition">¶</a></dt> 
    2297 <dd><p>SetDefaultItem(self, Window child) -&gt; Window</p> 
    2298 <p>Set this child as default, return the old default.</p> 
     2082<tt class="descname">SetDefaultItem</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDefaultItem" title="Permalink to this definition">¶</a></dt> 
     2083<dd><p>Set this child as default, return the old default.</p> 
    22992084</dd></dl> 
    23002085 
    23012086<dl class="method"> 
    23022087<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDimensions"> 
    2303 <tt class="descname">SetDimensions</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDimensions" title="Permalink to this definition">¶</a></dt> 
    2304 <dd><p>SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)</p> 
    2305 <p>Sets the position and size of the window in pixels.  The sizeFlags 
     2088<tt class="descname">SetDimensions</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em>, <em>int width</em>, <em>int height</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDimensions" title="Permalink to this definition">¶</a></dt> 
     2089<dd><p>Sets the position and size of the window in pixels.  The sizeFlags 
    23062090parameter indicates the interpretation of the other params if they are 
    23072091equal to -1.</p> 
     
    23132097</colgroup> 
    23142098<tbody valign="top"> 
    2315 <tr><td>wx.SIZE_AUTO</td> 
     2099<tr class="row-odd"><td>wx.SIZE_AUTO</td> 
    23162100<td>A -1 indicates that a class-specific 
    23172101default should be used.</td> 
    23182102</tr> 
    2319 <tr><td>wx.SIZE_USE_EXISTING</td> 
     2103<tr class="row-even"><td>wx.SIZE_USE_EXISTING</td> 
    23202104<td>Existing dimensions should be used if 
    23212105-1 values are supplied.</td> 
    23222106</tr> 
    2323 <tr><td>wxSIZE_ALLOW_MINUS_ONE</td> 
     2107<tr class="row-odd"><td>wxSIZE_ALLOW_MINUS_ONE</td> 
    23242108<td>Allow dimensions of -1 and less to be 
    23252109interpreted as real dimensions, not 
     
    23332117<dl class="method"> 
    23342118<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDoubleBuffered"> 
    2335 <tt class="descname">SetDoubleBuffered</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt> 
    2336 <dd><p>SetDoubleBuffered(self, bool on)</p> 
    2337 <p>Put the native window into double buffered or composited mode.</p> 
     2119<tt class="descname">SetDoubleBuffered</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt> 
     2120<dd><p>Put the native window into double buffered or composited mode.</p> 
    23382121</dd></dl> 
    23392122 
    23402123<dl class="method"> 
    23412124<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDropTarget"> 
    2342 <tt class="descname">SetDropTarget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDropTarget" title="Permalink to this definition">¶</a></dt> 
    2343 <dd><p>SetDropTarget(self, DropTarget dropTarget)</p> 
    2344 <p>Associates a drop target with this window.  If the window already has 
     2125<tt class="descname">SetDropTarget</tt><big>(</big><em>self</em>, <em>DropTarget dropTarget</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetDropTarget" title="Permalink to this definition">¶</a></dt> 
     2126<dd><p>Associates a drop target with this window.  If the window already has 
    23452127a drop target, it is deleted.</p> 
    23462128</dd></dl> 
     
    23482130<dl class="method"> 
    23492131<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEventHandler"> 
    2350 <tt class="descname">SetEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEventHandler" title="Permalink to this definition">¶</a></dt> 
    2351 <dd><p>SetEventHandler(self, EvtHandler handler)</p> 
    2352 <p>Sets the event handler for this window.  An event handler is an object 
     2132<tt class="descname">SetEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEventHandler" title="Permalink to this definition">¶</a></dt> 
     2133<dd><p>Sets the event handler for this window.  An event handler is an object 
    23532134that is capable of processing the events sent to a window.  (In other 
    23542135words, is able to dispatch the events to handler function.)  By 
     
    23642145<dl class="method"> 
    23652146<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEvtHandlerEnabled"> 
    2366 <tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
    2367 <dd><p>SetEvtHandlerEnabled(self, bool enabled)</p> 
    2368 </dd></dl> 
     2147<tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>self</em>, <em>bool enabled</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
     2148<dd></dd></dl> 
    23692149 
    23702150<dl class="method"> 
    23712151<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetExtraStyle"> 
    2372 <tt class="descname">SetExtraStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetExtraStyle" title="Permalink to this definition">¶</a></dt> 
    2373 <dd><p>SetExtraStyle(self, long exStyle)</p> 
    2374 <p>Sets the extra style bits for the window.  Extra styles are the less 
     2152<tt class="descname">SetExtraStyle</tt><big>(</big><em>self</em>, <em>long exStyle</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetExtraStyle" title="Permalink to this definition">¶</a></dt> 
     2153<dd><p>Sets the extra style bits for the window.  Extra styles are the less 
    23752154often used style bits which can&#8217;t be set with the constructor or with 
    23762155SetWindowStyleFlag()</p> 
     
    23792158<dl class="method"> 
    23802159<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocus"> 
    2381 <tt class="descname">SetFocus</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocus" title="Permalink to this definition">¶</a></dt> 
    2382 <dd><p>SetFocus(self)</p> 
    2383 <p>Set&#8217;s the focus to this window, allowing it to receive keyboard input.</p> 
     2160<tt class="descname">SetFocus</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocus" title="Permalink to this definition">¶</a></dt> 
     2161<dd><p>Set&#8217;s the focus to this window, allowing it to receive keyboard input.</p> 
    23842162</dd></dl> 
    23852163 
    23862164<dl class="method"> 
    23872165<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocusFromKbd"> 
    2388 <tt class="descname">SetFocusFromKbd</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt> 
    2389 <dd><p>SetFocusFromKbd(self)</p> 
    2390 <p>Set focus to this window as the result of a keyboard action.  Normally 
     2166<tt class="descname">SetFocusFromKbd</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt> 
     2167<dd><p>Set focus to this window as the result of a keyboard action.  Normally 
    23912168only called internally.</p> 
    23922169</dd></dl> 
     
    23942171<dl class="method"> 
    23952172<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFont"> 
    2396 <tt class="descname">SetFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFont" title="Permalink to this definition">¶</a></dt> 
    2397 <dd><p>SetFont(self, Font font) -&gt; bool</p> 
    2398 <p>Sets the font for this window.</p> 
     2173<tt class="descname">SetFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetFont" title="Permalink to this definition">¶</a></dt> 
     2174<dd><p>Sets the font for this window.</p> 
    23992175</dd></dl> 
    24002176 
    24012177<dl class="method"> 
    24022178<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetForegroundColour"> 
    2403 <tt class="descname">SetForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetForegroundColour" title="Permalink to this definition">¶</a></dt> 
    2404 <dd><p>SetForegroundColour(self, Colour colour) -&gt; bool</p> 
    2405 <p>Sets the foreground colour of the window.  Returns True is the colour 
     2179<tt class="descname">SetForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetForegroundColour" title="Permalink to this definition">¶</a></dt> 
     2180<dd><p>Sets the foreground colour of the window.  Returns True is the colour 
    24062181was changed.  The interpretation of foreground colour is dependent on 
    24072182the window class; it may be the text colour or other colour, or it may 
     
    24112186<dl class="method"> 
    24122187<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpText"> 
    2413 <tt class="descname">SetHelpText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpText" title="Permalink to this definition">¶</a></dt> 
    2414 <dd><p>SetHelpText(self, String text)</p> 
    2415 <p>Sets the help text to be used as context-sensitive help for this 
     2188<tt class="descname">SetHelpText</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpText" title="Permalink to this definition">¶</a></dt> 
     2189<dd><p>Sets the help text to be used as context-sensitive help for this 
    24162190window.  Note that the text is actually stored by the current 
    24172191<cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> 
     
    24202194<dl class="method"> 
    24212195<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpTextForId"> 
    2422 <tt class="descname">SetHelpTextForId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpTextForId" title="Permalink to this definition">¶</a></dt> 
    2423 <dd><p>SetHelpTextForId(self, String text)</p> 
    2424 <p>Associate this help text with all windows with the same id as this 
     2196<tt class="descname">SetHelpTextForId</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetHelpTextForId" title="Permalink to this definition">¶</a></dt> 
     2197<dd><p>Associate this help text with all windows with the same id as this 
    24252198one.</p> 
    24262199</dd></dl> 
     
    24282201<dl class="method"> 
    24292202<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcon"> 
    2430 <tt class="descname">SetIcon</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcon" title="Permalink to this definition">¶</a></dt> 
    2431 <dd><p>SetIcon(self, Icon icon)</p> 
    2432 </dd></dl> 
     2203<tt class="descname">SetIcon</tt><big>(</big><em>self</em>, <em>Icon icon</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcon" title="Permalink to this definition">¶</a></dt> 
     2204<dd></dd></dl> 
    24332205 
    24342206<dl class="method"> 
    24352207<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcons"> 
    2436 <tt class="descname">SetIcons</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcons" title="Permalink to this definition">¶</a></dt> 
    2437 <dd><p>SetIcons(self, wxIconBundle icons)</p> 
    2438 </dd></dl> 
     2208<tt class="descname">SetIcons</tt><big>(</big><em>self</em>, <em>wxIconBundle icons</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetIcons" title="Permalink to this definition">¶</a></dt> 
     2209<dd></dd></dl> 
    24392210 
    24402211<dl class="method"> 
    24412212<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetId"> 
    2442 <tt class="descname">SetId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetId" title="Permalink to this definition">¶</a></dt> 
    2443 <dd><p>SetId(self, int winid)</p> 
    2444 <p>Sets the identifier of the window.  Each window has an integer 
     2213<tt class="descname">SetId</tt><big>(</big><em>self</em>, <em>int winid</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetId" title="Permalink to this definition">¶</a></dt> 
     2214<dd><p>Sets the identifier of the window.  Each window has an integer 
    24452215identifier. If the application has not provided one, an identifier 
    24462216will be generated. Normally, the identifier should be provided on 
     
    24502220<dl class="method"> 
    24512221<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetInitialSize"> 
    2452 <tt class="descname">SetInitialSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetInitialSize" title="Permalink to this definition">¶</a></dt> 
    2453 <dd><p>SetInitialSize(self, Size size=DefaultSize)</p> 
    2454 <p>A &#8216;Smart&#8217; SetSize that will fill in default size components with the 
     2222<tt class="descname">SetInitialSize</tt><big>(</big><em>self</em>, <em>Size size=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetInitialSize" title="Permalink to this definition">¶</a></dt> 
     2223<dd><p>A &#8216;Smart&#8217; SetSize that will fill in default size components with the 
    24552224window&#8217;s <em>best size</em> values.  Also set&#8217;s the minsize for use with sizers.</p> 
    24562225</dd></dl> 
     
    24582227<dl class="method"> 
    24592228<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLabel"> 
    2460 <tt class="descname">SetLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLabel" title="Permalink to this definition">¶</a></dt> 
    2461 <dd><p>SetLabel(self, String label)</p> 
    2462 <p>Set the text which the window shows in its label if applicable.</p> 
     2229<tt class="descname">SetLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLabel" title="Permalink to this definition">¶</a></dt> 
     2230<dd><p>Set the text which the window shows in its label if applicable.</p> 
    24632231</dd></dl> 
    24642232 
    24652233<dl class="method"> 
    24662234<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLayoutDirection"> 
    2467 <tt class="descname">SetLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
    2468 <dd><p>SetLayoutDirection(self, int dir)</p> 
    2469 <p>Set the layout direction (LTR or RTL) for this window.</p> 
     2235<tt class="descname">SetLayoutDirection</tt><big>(</big><em>self</em>, <em>int dir</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
     2236<dd><p>Set the layout direction (LTR or RTL) for this window.</p> 
    24702237</dd></dl> 
    24712238 
    24722239<dl class="method"> 
    24732240<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMaxSize"> 
    2474 <tt class="descname">SetMaxSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMaxSize" title="Permalink to this definition">¶</a></dt> 
    2475 <dd><p>SetMaxSize(self, Size maxSize)</p> 
    2476 <p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 
     2241<tt class="descname">SetMaxSize</tt><big>(</big><em>self</em>, <em>Size maxSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMaxSize" title="Permalink to this definition">¶</a></dt> 
     2242<dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 
    24772243max size.</p> 
    24782244</dd></dl> 
     
    24802246<dl class="method"> 
    24812247<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMenuBar"> 
    2482 <tt class="descname">SetMenuBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMenuBar" title="Permalink to this definition">¶</a></dt> 
    2483 <dd><p>SetMenuBar(self, MenuBar menubar)</p> 
    2484 </dd></dl> 
     2248<tt class="descname">SetMenuBar</tt><big>(</big><em>self</em>, <em>MenuBar menubar</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMenuBar" title="Permalink to this definition">¶</a></dt> 
     2249<dd></dd></dl> 
    24852250 
    24862251<dl class="method"> 
    24872252<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMinSize"> 
    2488 <tt class="descname">SetMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMinSize" title="Permalink to this definition">¶</a></dt> 
    2489 <dd><p>SetMinSize(self, Size minSize)</p> 
    2490 <p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 
     2253<tt class="descname">SetMinSize</tt><big>(</big><em>self</em>, <em>Size minSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetMinSize" title="Permalink to this definition">¶</a></dt> 
     2254<dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 
    24912255min size.</p> 
    24922256</dd></dl> 
     
    24942258<dl class="method"> 
    24952259<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetName"> 
    2496 <tt class="descname">SetName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetName" title="Permalink to this definition">¶</a></dt> 
    2497 <dd><p>SetName(self, String name)</p> 
    2498 <p>Sets the window&#8217;s name.  The window name is used for ressource setting 
     2260<tt class="descname">SetName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetName" title="Permalink to this definition">¶</a></dt> 
     2261<dd><p>Sets the window&#8217;s name.  The window name is used for ressource setting 
    24992262in X, it is not the same as the window title/label</p> 
    25002263</dd></dl> 
     
    25022265<dl class="method"> 
    25032266<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetNextHandler"> 
    2504 <tt class="descname">SetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetNextHandler" title="Permalink to this definition">¶</a></dt> 
    2505 <dd><p>SetNextHandler(self, EvtHandler handler)</p> 
    2506 </dd></dl> 
     2267<tt class="descname">SetNextHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetNextHandler" title="Permalink to this definition">¶</a></dt> 
     2268<dd></dd></dl> 
    25072269 
    25082270<dl class="method"> 
    25092271<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnBackgroundColour"> 
    2510 <tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt> 
    2511 <dd><p>SetOwnBackgroundColour(self, Colour colour)</p> 
    2512 </dd></dl> 
     2272<tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt> 
     2273<dd></dd></dl> 
    25132274 
    25142275<dl class="method"> 
    25152276<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnFont"> 
    2516 <tt class="descname">SetOwnFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnFont" title="Permalink to this definition">¶</a></dt> 
    2517 <dd><p>SetOwnFont(self, Font font)</p> 
    2518 </dd></dl> 
     2277<tt class="descname">SetOwnFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnFont" title="Permalink to this definition">¶</a></dt> 
     2278<dd></dd></dl> 
    25192279 
    25202280<dl class="method"> 
    25212281<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnForegroundColour"> 
    2522 <tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt> 
    2523 <dd><p>SetOwnForegroundColour(self, Colour colour)</p> 
    2524 </dd></dl> 
     2282<tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt> 
     2283<dd></dd></dl> 
    25252284 
    25262285<dl class="method"> 
    25272286<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPosition"> 
    2528 <tt class="descname">SetPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPosition" title="Permalink to this definition">¶</a></dt> 
     2287<tt class="descname">SetPosition</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPosition" title="Permalink to this definition">¶</a></dt> 
    25292288<dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p> 
    25302289<p>Moves the window to the given position.</p> 
     
    25332292<dl class="method"> 
    25342293<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPreviousHandler"> 
    2535 <tt class="descname">SetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
    2536 <dd><p>SetPreviousHandler(self, EvtHandler handler)</p> 
    2537 </dd></dl> 
     2294<tt class="descname">SetPreviousHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
     2295<dd></dd></dl> 
    25382296 
    25392297<dl class="method"> 
    25402298<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetRect"> 
    2541 <tt class="descname">SetRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetRect" title="Permalink to this definition">¶</a></dt> 
    2542 <dd><p>SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO)</p> 
    2543 <p>Sets the position and size of the window in pixels using a wx.Rect.</p> 
     2299<tt class="descname">SetRect</tt><big>(</big><em>self</em>, <em>Rect rect</em>, <em>int sizeFlags=SIZE_AUTO</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetRect" title="Permalink to this definition">¶</a></dt> 
     2300<dd><p>Sets the position and size of the window in pixels using a wx.Rect.</p> 
    25442301</dd></dl> 
    25452302 
    25462303<dl class="method"> 
    25472304<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollPos"> 
    2548 <tt class="descname">SetScrollPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollPos" title="Permalink to this definition">¶</a></dt> 
    2549 <dd><p>SetScrollPos(self, int orientation, int pos, bool refresh=True)</p> 
    2550 <p>Sets the position of one of the built-in scrollbars.</p> 
     2305<tt class="descname">SetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em>, <em>int pos</em>, <em>bool refresh=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollPos" title="Permalink to this definition">¶</a></dt> 
     2306<dd><p>Sets the position of one of the built-in scrollbars.</p> 
    25512307</dd></dl> 
    25522308 
    25532309<dl class="method"> 
    25542310<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollbar"> 
    2555 <tt class="descname">SetScrollbar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollbar" title="Permalink to this definition">¶</a></dt> 
     2311<tt class="descname">SetScrollbar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetScrollbar" title="Permalink to this definition">¶</a></dt> 
    25562312<dd><dl class="docutils"> 
    25572313<dt>SetScrollbar(self, int orientation, int position, int thumbSize, int range, </dt> 
     
    25632319<dl class="method"> 
    25642320<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetShape"> 
    2565 <tt class="descname">SetShape</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetShape" title="Permalink to this definition">¶</a></dt> 
    2566 <dd><p>SetShape(self, Region region) -&gt; bool</p> 
    2567 </dd></dl> 
     2321<tt class="descname">SetShape</tt><big>(</big><em>self</em>, <em>Region region</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetShape" title="Permalink to this definition">¶</a></dt> 
     2322<dd></dd></dl> 
    25682323 
    25692324<dl class="method"> 
    25702325<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSize"> 
    2571 <tt class="descname">SetSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSize" title="Permalink to this definition">¶</a></dt> 
    2572 <dd><p>SetSize(self, Size size)</p> 
    2573 <p>Sets the size of the window in pixels.</p> 
     2326<tt class="descname">SetSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSize" title="Permalink to this definition">¶</a></dt> 
     2327<dd><p>Sets the size of the window in pixels.</p> 
    25742328</dd></dl> 
    25752329 
    25762330<dl class="method"> 
    25772331<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHints"> 
    2578 <tt class="descname">SetSizeHints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHints" title="Permalink to this definition">¶</a></dt> 
     2332<tt class="descname">SetSizeHints</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHints" title="Permalink to this definition">¶</a></dt> 
    25792333<dd><dl class="docutils"> 
    25802334<dt>SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, </dt> 
     
    25922346<dl class="method"> 
    25932347<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHintsSz"> 
    2594 <tt class="descname">SetSizeHintsSz</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt> 
    2595 <dd><p>SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize)</p> 
    2596 <p>Allows specification of minimum and maximum window sizes, and window 
     2348<tt class="descname">SetSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em>, <em>Size incSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt> 
     2349<dd><p>Allows specification of minimum and maximum window sizes, and window 
    25972350size increments. If a pair of values is not set (or set to -1), the 
    25982351default values will be used.  If this function is called, the user 
     
    26052358<dl class="method"> 
    26062359<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeWH"> 
    2607 <tt class="descname">SetSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeWH" title="Permalink to this definition">¶</a></dt> 
    2608 <dd><p>SetSizeWH(self, int width, int height)</p> 
    2609 <p>Sets the size of the window in pixels.</p> 
     2360<tt class="descname">SetSizeWH</tt><big>(</big><em>self</em>, <em>int width</em>, <em>int height</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizeWH" title="Permalink to this definition">¶</a></dt> 
     2361<dd><p>Sets the size of the window in pixels.</p> 
    26102362</dd></dl> 
    26112363 
    26122364<dl class="method"> 
    26132365<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizer"> 
    2614 <tt class="descname">SetSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizer" title="Permalink to this definition">¶</a></dt> 
    2615 <dd><p>SetSizer(self, Sizer sizer, bool deleteOld=True)</p> 
    2616 <p>Sets the window to have the given layout sizer. The window will then 
     2366<tt class="descname">SetSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizer" title="Permalink to this definition">¶</a></dt> 
     2367<dd><p>Sets the window to have the given layout sizer. The window will then 
    26172368own the object, and will take care of its deletion. If an existing 
    26182369layout sizer object is already owned by the window, it will be deleted 
     
    26242375<dl class="method"> 
    26252376<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizerAndFit"> 
    2626 <tt class="descname">SetSizerAndFit</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizerAndFit" title="Permalink to this definition">¶</a></dt> 
    2627 <dd><p>SetSizerAndFit(self, Sizer sizer, bool deleteOld=True)</p> 
    2628 <p>The same as SetSizer, except it also sets the size hints for the 
     2377<tt class="descname">SetSizerAndFit</tt><big>(</big><em>self</em>, <em>Sizer sizer</em>, <em>bool deleteOld=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetSizerAndFit" title="Permalink to this definition">¶</a></dt> 
     2378<dd><p>The same as SetSizer, except it also sets the size hints for the 
    26292379window based on the sizer&#8217;s minimum size.</p> 
    26302380</dd></dl> 
     
    26322382<dl class="method"> 
    26332383<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBar"> 
    2634 <tt class="descname">SetStatusBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBar" title="Permalink to this definition">¶</a></dt> 
    2635 <dd><p>SetStatusBar(self, StatusBar statBar)</p> 
    2636 </dd></dl> 
     2384<tt class="descname">SetStatusBar</tt><big>(</big><em>self</em>, <em>StatusBar statBar</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBar" title="Permalink to this definition">¶</a></dt> 
     2385<dd></dd></dl> 
    26372386 
    26382387<dl class="method"> 
    26392388<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBarPane"> 
    2640 <tt class="descname">SetStatusBarPane</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBarPane" title="Permalink to this definition">¶</a></dt> 
    2641 <dd><p>SetStatusBarPane(self, int n)</p> 
    2642 </dd></dl> 
     2389<tt class="descname">SetStatusBarPane</tt><big>(</big><em>self</em>, <em>int n</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusBarPane" title="Permalink to this definition">¶</a></dt> 
     2390<dd></dd></dl> 
    26432391 
    26442392<dl class="method"> 
    26452393<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusText"> 
    2646 <tt class="descname">SetStatusText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusText" title="Permalink to this definition">¶</a></dt> 
    2647 <dd><p>SetStatusText(self, String text, int number=0)</p> 
    2648 </dd></dl> 
     2394<tt class="descname">SetStatusText</tt><big>(</big><em>self</em>, <em>String text</em>, <em>int number=0</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusText" title="Permalink to this definition">¶</a></dt> 
     2395<dd></dd></dl> 
    26492396 
    26502397<dl class="method"> 
    26512398<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusWidths"> 
    2652 <tt class="descname">SetStatusWidths</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusWidths" title="Permalink to this definition">¶</a></dt> 
    2653 <dd><p>SetStatusWidths(self, int widths)</p> 
    2654 </dd></dl> 
     2399<tt class="descname">SetStatusWidths</tt><big>(</big><em>self</em>, <em>int widths</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetStatusWidths" title="Permalink to this definition">¶</a></dt> 
     2400<dd></dd></dl> 
    26552401 
    26562402<dl class="method"> 
    26572403<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetThemeEnabled"> 
    2658 <tt class="descname">SetThemeEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetThemeEnabled" title="Permalink to this definition">¶</a></dt> 
    2659 <dd><p>SetThemeEnabled(self, bool enableTheme)</p> 
    2660 <dl class="docutils"> 
     2404<tt class="descname">SetThemeEnabled</tt><big>(</big><em>self</em>, <em>bool enableTheme</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetThemeEnabled" title="Permalink to this definition">¶</a></dt> 
     2405<dd><dl class="docutils"> 
    26612406<dt>This function tells a window if it should use the system&#8217;s &#8220;theme&#8221;</dt> 
    26622407<dd>code to draw the windows&#8217; background instead if its own background 
     
    26722417<dl class="method"> 
    26732418<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTitle"> 
    2674 <tt class="descname">SetTitle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTitle" title="Permalink to this definition">¶</a></dt> 
    2675 <dd><p>SetTitle(self, String title)</p> 
    2676 </dd></dl> 
     2419<tt class="descname">SetTitle</tt><big>(</big><em>self</em>, <em>String title</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTitle" title="Permalink to this definition">¶</a></dt> 
     2420<dd></dd></dl> 
    26772421 
    26782422<dl class="method"> 
    26792423<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTmpDefaultItem"> 
    2680 <tt class="descname">SetTmpDefaultItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTmpDefaultItem" title="Permalink to this definition">¶</a></dt> 
    2681 <dd><p>SetTmpDefaultItem(self, Window win)</p> 
    2682 <p>Set this child as temporary default</p> 
     2424<tt class="descname">SetTmpDefaultItem</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTmpDefaultItem" title="Permalink to this definition">¶</a></dt> 
     2425<dd><p>Set this child as temporary default</p> 
    26832426</dd></dl> 
    26842427 
    26852428<dl class="method"> 
    26862429<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolBar"> 
    2687 <tt class="descname">SetToolBar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolBar" title="Permalink to this definition">¶</a></dt> 
    2688 <dd><p>SetToolBar(self, wxToolBar toolbar)</p> 
    2689 </dd></dl> 
     2430<tt class="descname">SetToolBar</tt><big>(</big><em>self</em>, <em>wxToolBar toolbar</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolBar" title="Permalink to this definition">¶</a></dt> 
     2431<dd></dd></dl> 
    26902432 
    26912433<dl class="method"> 
    26922434<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTip"> 
    2693 <tt class="descname">SetToolTip</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTip" title="Permalink to this definition">¶</a></dt> 
    2694 <dd><p>SetToolTip(self, ToolTip tip)</p> 
    2695 <p>Attach a tooltip to the window.</p> 
     2435<tt class="descname">SetToolTip</tt><big>(</big><em>self</em>, <em>ToolTip tip</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTip" title="Permalink to this definition">¶</a></dt> 
     2436<dd><p>Attach a tooltip to the window.</p> 
    26962437</dd></dl> 
    26972438 
    26982439<dl class="method"> 
    26992440<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTipString"> 
    2700 <tt class="descname">SetToolTipString</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTipString" title="Permalink to this definition">¶</a></dt> 
    2701 <dd><p>SetToolTipString(self, String tip)</p> 
    2702 <p>Attach a tooltip to the window.</p> 
     2441<tt class="descname">SetToolTipString</tt><big>(</big><em>self</em>, <em>String tip</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetToolTipString" title="Permalink to this definition">¶</a></dt> 
     2442<dd><p>Attach a tooltip to the window.</p> 
    27032443</dd></dl> 
    27042444 
    27052445<dl class="method"> 
    27062446<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTransparent"> 
    2707 <tt class="descname">SetTransparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTransparent" title="Permalink to this definition">¶</a></dt> 
    2708 <dd><p>SetTransparent(self, byte alpha) -&gt; bool</p> 
    2709 <p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value, 
     2447<tt class="descname">SetTransparent</tt><big>(</big><em>self</em>, <em>byte alpha</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetTransparent" title="Permalink to this definition">¶</a></dt> 
     2448<dd><p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value, 
    27102449returns True on success.  The <tt class="docutils literal"><span class="pre">alpha</span></tt> value is an integer in the 
    27112450range of 0 to 255, where 0 is fully transparent and 255 is fully 
     
    27152454<dl class="method"> 
    27162455<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetValidator"> 
    2717 <tt class="descname">SetValidator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetValidator" title="Permalink to this definition">¶</a></dt> 
    2718 <dd><p>SetValidator(self, Validator validator)</p> 
    2719 <p>Deletes the current validator (if any) and sets the window validator, 
     2456<tt class="descname">SetValidator</tt><big>(</big><em>self</em>, <em>Validator validator</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetValidator" title="Permalink to this definition">¶</a></dt> 
     2457<dd><p>Deletes the current validator (if any) and sets the window validator, 
    27202458having called wx.Validator.Clone to create a new validator of this 
    27212459type.</p> 
     
    27242462<dl class="method"> 
    27252463<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSize"> 
    2726 <tt class="descname">SetVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSize" title="Permalink to this definition">¶</a></dt> 
    2727 <dd><p>SetVirtualSize(self, Size size)</p> 
    2728 <p>Set the the virtual size of a window in pixels.  For most windows this 
     2464<tt class="descname">SetVirtualSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSize" title="Permalink to this definition">¶</a></dt> 
     2465<dd><p>Set the the virtual size of a window in pixels.  For most windows this 
    27292466is just the client area of the window, but for some like scrolled 
    27302467windows it is more or less independent of the screen window size.</p> 
     
    27332470<dl class="method"> 
    27342471<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHints"> 
    2735 <tt class="descname">SetVirtualSizeHints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt> 
    2736 <dd><p>SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1)</p> 
    2737 <p>Allows specification of minimum and maximum virtual window sizes. If a 
     2472<tt class="descname">SetVirtualSizeHints</tt><big>(</big><em>self</em>, <em>int minW</em>, <em>int minH</em>, <em>int maxW=-1</em>, <em>int maxH=-1</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt> 
     2473<dd><p>Allows specification of minimum and maximum virtual window sizes. If a 
    27382474pair of values is not set (or set to -1), the default values will be 
    27392475used.  If this function is called, the user will not be able to size 
     
    27432479<dl class="method"> 
    27442480<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHintsSz"> 
    2745 <tt class="descname">SetVirtualSizeHintsSz</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt> 
    2746 <dd><p>SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize)</p> 
    2747 <p>Allows specification of minimum and maximum virtual window sizes. If a 
     2481<tt class="descname">SetVirtualSizeHintsSz</tt><big>(</big><em>self</em>, <em>Size minSize</em>, <em>Size maxSize=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt> 
     2482<dd><p>Allows specification of minimum and maximum virtual window sizes. If a 
    27482483pair of values is not set (or set to -1), the default values will be 
    27492484used.  If this function is called, the user will not be able to size 
     
    27532488<dl class="method"> 
    27542489<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeWH"> 
    2755 <tt class="descname">SetVirtualSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt> 
    2756 <dd><p>SetVirtualSizeWH(self, int w, int h)</p> 
    2757 <p>Set the the virtual size of a window in pixels.  For most windows this 
     2490<tt class="descname">SetVirtualSizeWH</tt><big>(</big><em>self</em>, <em>int w</em>, <em>int h</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt> 
     2491<dd><p>Set the the virtual size of a window in pixels.  For most windows this 
    27582492is just the client area of the window, but for some like scrolled 
    27592493windows it is more or less independent of the screen window size.</p> 
     
    27622496<dl class="method"> 
    27632497<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyle"> 
    2764 <tt class="descname">SetWindowStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyle" title="Permalink to this definition">¶</a></dt> 
     2498<tt class="descname">SetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyle" title="Permalink to this definition">¶</a></dt> 
    27652499<dd><p>SetWindowStyleFlag(self, long style)</p> 
    27662500<p>Sets the style of the window. Please note that some styles cannot be 
     
    27722506<dl class="method"> 
    27732507<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyleFlag"> 
    2774 <tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 
    2775 <dd><p>SetWindowStyleFlag(self, long style)</p> 
    2776 <p>Sets the style of the window. Please note that some styles cannot be 
     2508<tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>self</em>, <em>long style</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 
     2509<dd><p>Sets the style of the window. Please note that some styles cannot be 
    27772510changed after the window creation and that Refresh() might need to be 
    27782511called after changing the others for the change to take place 
     
    27822515<dl class="method"> 
    27832516<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowVariant"> 
    2784 <tt class="descname">SetWindowVariant</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowVariant" title="Permalink to this definition">¶</a></dt> 
    2785 <dd><p>SetWindowVariant(self, int variant)</p> 
    2786 <p>Sets the variant of the window/font size to use for this window, if 
     2517<tt class="descname">SetWindowVariant</tt><big>(</big><em>self</em>, <em>int variant</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.SetWindowVariant" title="Permalink to this definition">¶</a></dt> 
     2518<dd><p>Sets the variant of the window/font size to use for this window, if 
    27872519the platform supports variants, for example, wxMac.</p> 
    27882520</dd></dl> 
     
    27902522<dl class="method"> 
    27912523<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShouldInheritColours"> 
    2792 <tt class="descname">ShouldInheritColours</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 
    2793 <dd><p>ShouldInheritColours(self) -&gt; bool</p> 
    2794 <p>Return true from here to allow the colours of this window to be 
     2524<tt class="descname">ShouldInheritColours</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 
     2525<dd><p>Return true from here to allow the colours of this window to be 
    27952526changed by InheritAttributes, returning false forbids inheriting them 
    27962527from the parent window.</p> 
     
    28012532<dl class="method"> 
    28022533<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Show"> 
    2803 <tt class="descname">Show</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Show" title="Permalink to this definition">¶</a></dt> 
    2804 <dd><p>Show(self, bool show=True) -&gt; bool</p> 
    2805 <p>Shows or hides the window. You may need to call Raise for a top level 
     2534<tt class="descname">Show</tt><big>(</big><em>self</em>, <em>bool show=True</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Show" title="Permalink to this definition">¶</a></dt> 
     2535<dd><p>Shows or hides the window. You may need to call Raise for a top level 
    28062536window if you want to bring it to top, although this is not needed if 
    28072537Show is called immediately after the frame creation.  Returns True if 
     
    28122542<dl class="method"> 
    28132543<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShowFullScreen"> 
    2814 <tt class="descname">ShowFullScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShowFullScreen" title="Permalink to this definition">¶</a></dt> 
    2815 <dd><p>ShowFullScreen(self, bool show, long style=FULLSCREEN_ALL) -&gt; bool</p> 
    2816 </dd></dl> 
     2544<tt class="descname">ShowFullScreen</tt><big>(</big><em>self</em>, <em>bool show</em>, <em>long style=FULLSCREEN_ALL</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ShowFullScreen" title="Permalink to this definition">¶</a></dt> 
     2545<dd></dd></dl> 
    28172546 
    28182547<dl class="attribute"> 
     
    28482577<dl class="method"> 
    28492578<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Thaw"> 
    2850 <tt class="descname">Thaw</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Thaw" title="Permalink to this definition">¶</a></dt> 
    2851 <dd><p>Thaw(self)</p> 
    2852 <p>Reenables window updating after a previous call to Freeze.  Calls to 
     2579<tt class="descname">Thaw</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Thaw" title="Permalink to this definition">¶</a></dt> 
     2580<dd><p>Reenables window updating after a previous call to Freeze.  Calls to 
    28532581Freeze/Thaw may be nested, so Thaw must be called the same number of 
    28542582times that Freeze was before the window will be updated.</p> 
     
    28752603<dl class="method"> 
    28762604<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ToggleWindowStyle"> 
    2877 <tt class="descname">ToggleWindowStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt> 
    2878 <dd><p>ToggleWindowStyle(self, int flag) -&gt; bool</p> 
    2879 <p>Turn the flag on if it had been turned off before and vice versa, 
     2605<tt class="descname">ToggleWindowStyle</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt> 
     2606<dd><p>Turn the flag on if it had been turned off before and vice versa, 
    28802607returns True if the flag is turned on by this function call.</p> 
    28812608</dd></dl> 
     
    29072634<dl class="method"> 
    29082635<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataFromWindow"> 
    2909 <tt class="descname">TransferDataFromWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 
    2910 <dd><p>TransferDataFromWindow(self) -&gt; bool</p> 
    2911 <p>Transfers values from child controls to data areas specified by their 
     2636<tt class="descname">TransferDataFromWindow</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 
     2637<dd><p>Transfers values from child controls to data areas specified by their 
    29122638validators. Returns false if a transfer failed.  If the window has 
    29132639wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will 
     
    29172643<dl class="method"> 
    29182644<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataToWindow"> 
    2919 <tt class="descname">TransferDataToWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 
    2920 <dd><p>TransferDataToWindow(self) -&gt; bool</p> 
    2921 <p>Transfers values to child controls from data areas specified by their 
     2645<tt class="descname">TransferDataToWindow</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 
     2646<dd><p>Transfers values to child controls from data areas specified by their 
    29222647validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 
    29232648style flag set, the method will also call TransferDataToWindow() of 
     
    29272652<dl class="method"> 
    29282653<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Unbind"> 
    2929 <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.help_panel.HelpWindow.Unbind" title="Permalink to this definition">¶</a></dt> 
     2654<tt class="descname">Unbind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Unbind" title="Permalink to this definition">¶</a></dt> 
    29302655<dd><p>Disconnects the event handler binding for event from self. 
    29312656Returns True if successful.</p> 
     
    29342659<dl class="method"> 
    29352660<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UnregisterHotKey"> 
    2936 <tt class="descname">UnregisterHotKey</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UnregisterHotKey" title="Permalink to this definition">¶</a></dt> 
    2937 <dd><p>UnregisterHotKey(self, int hotkeyId) -&gt; bool</p> 
    2938 <p>Unregisters a system wide hotkey.</p> 
     2661<tt class="descname">UnregisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UnregisterHotKey" title="Permalink to this definition">¶</a></dt> 
     2662<dd><p>Unregisters a system wide hotkey.</p> 
    29392663</dd></dl> 
    29402664 
    29412665<dl class="method"> 
    29422666<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Update"> 
    2943 <tt class="descname">Update</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Update" title="Permalink to this definition">¶</a></dt> 
    2944 <dd><p>Update(self)</p> 
    2945 <p>Calling this method immediately repaints the invalidated area of the 
     2667<tt class="descname">Update</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Update" title="Permalink to this definition">¶</a></dt> 
     2668<dd><p>Calling this method immediately repaints the invalidated area of the 
    29462669window instead of waiting for the EVT_PAINT event to happen, (normally 
    29472670this would usually only happen when the flow of control returns to the 
     
    29662689<dl class="method"> 
    29672690<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UpdateWindowUI"> 
    2968 <tt class="descname">UpdateWindowUI</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UpdateWindowUI" title="Permalink to this definition">¶</a></dt> 
    2969 <dd><p>UpdateWindowUI(self, long flags=UPDATE_UI_NONE)</p> 
    2970 <p>This function sends EVT_UPDATE_UI events to the window. The particular 
     2691<tt class="descname">UpdateWindowUI</tt><big>(</big><em>self</em>, <em>long flags=UPDATE_UI_NONE</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UpdateWindowUI" title="Permalink to this definition">¶</a></dt> 
     2692<dd><p>This function sends EVT_UPDATE_UI events to the window. The particular 
    29712693implementation depends on the window; for example a wx.ToolBar will 
    29722694send an update UI event for each toolbar button, and a wx.Frame will 
     
    29822704<dl class="method"> 
    29832705<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UseBgCol"> 
    2984 <tt class="descname">UseBgCol</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UseBgCol" title="Permalink to this definition">¶</a></dt> 
    2985 <dd><p>UseBgCol(self) -&gt; bool</p> 
    2986 </dd></dl> 
     2706<tt class="descname">UseBgCol</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.UseBgCol" title="Permalink to this definition">¶</a></dt> 
     2707<dd></dd></dl> 
    29872708 
    29882709<dl class="method"> 
    29892710<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Validate"> 
    2990 <tt class="descname">Validate</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Validate" title="Permalink to this definition">¶</a></dt> 
    2991 <dd><p>Validate(self) -&gt; bool</p> 
    2992 <p>Validates the current values of the child controls using their 
     2711<tt class="descname">Validate</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.Validate" title="Permalink to this definition">¶</a></dt> 
     2712<dd><p>Validates the current values of the child controls using their 
    29932713validators.  If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 
    29942714style flag set, the method will also call Validate() of all child 
     
    30102730<dl class="method"> 
    30112731<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WarpPointer"> 
    3012 <tt class="descname">WarpPointer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WarpPointer" title="Permalink to this definition">¶</a></dt> 
    3013 <dd><p>WarpPointer(self, int x, int y)</p> 
    3014 <p>Moves the pointer to the given position on the window.</p> 
     2732<tt class="descname">WarpPointer</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WarpPointer" title="Permalink to this definition">¶</a></dt> 
     2733<dd><p>Moves the pointer to the given position on the window.</p> 
    30152734<p>NOTE: This function is not supported under Mac because Apple Human 
    30162735Interface Guidelines forbid moving the mouse cursor programmatically.</p> 
     
    30312750<dl class="method"> 
    30322751<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WindowToClientSize"> 
    3033 <tt class="descname">WindowToClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WindowToClientSize" title="Permalink to this definition">¶</a></dt> 
    3034 <dd><p>WindowToClientSize(self, Size size) -&gt; Size</p> 
    3035 </dd></dl> 
     2752<tt class="descname">WindowToClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> &rarr; Size<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.WindowToClientSize" title="Permalink to this definition">¶</a></dt> 
     2753<dd></dd></dl> 
    30362754 
    30372755<dl class="attribute"> 
     
    30422760 
    30432761<dl class="attribute"> 
     2762<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__class__"> 
     2763<tt class="descname">__class__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__class__" title="Permalink to this definition">¶</a></dt> 
     2764<dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 
     2765</dd></dl> 
     2766 
     2767<dl class="attribute"> 
     2768<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__delattr__"> 
     2769<tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__delattr__" title="Permalink to this definition">¶</a></dt> 
     2770<dd><p>x.__delattr__(&#8216;name&#8217;) &lt;==&gt; del x.name</p> 
     2771</dd></dl> 
     2772 
     2773<dl class="attribute"> 
     2774<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__dict__"> 
     2775<tt class="descname">__dict__</tt><em class="property"> = &lt;dictproxy object at 0x04960BF0&gt;</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__dict__" title="Permalink to this definition">¶</a></dt> 
     2776<dd></dd></dl> 
     2777 
     2778<dl class="attribute"> 
     2779<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__getattribute__"> 
     2780<tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__getattribute__" title="Permalink to this definition">¶</a></dt> 
     2781<dd><p>x.__getattribute__(&#8216;name&#8217;) &lt;==&gt; x.name</p> 
     2782</dd></dl> 
     2783 
     2784<dl class="attribute"> 
     2785<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__hash__"> 
     2786<tt class="descname">__hash__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__hash__" title="Permalink to this definition">¶</a></dt> 
     2787<dd><p>x.__hash__() &lt;==&gt; hash(x)</p> 
     2788</dd></dl> 
     2789 
     2790<dl class="method"> 
     2791<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__init__"> 
     2792<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__init__" title="Permalink to this definition">¶</a></dt> 
     2793<dd></dd></dl> 
     2794 
     2795<dl class="attribute"> 
     2796<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__module__"> 
     2797<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.plotting.help_panel'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__module__" title="Permalink to this definition">¶</a></dt> 
     2798<dd></dd></dl> 
     2799 
     2800<dl class="staticmethod"> 
     2801<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__new__"> 
     2802<em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> &rarr; a new object with type S, a subtype of T<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__new__" title="Permalink to this definition">¶</a></dt> 
     2803<dd></dd></dl> 
     2804 
     2805<dl class="method"> 
     2806<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__reduce__"> 
     2807<tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__reduce__" title="Permalink to this definition">¶</a></dt> 
     2808<dd><p>helper for pickle</p> 
     2809</dd></dl> 
     2810 
     2811<dl class="method"> 
     2812<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__reduce_ex__"> 
     2813<tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 
     2814<dd><p>helper for pickle</p> 
     2815</dd></dl> 
     2816 
     2817<dl class="method"> 
     2818<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__repr__"> 
     2819<tt class="descname">__repr__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__repr__" title="Permalink to this definition">¶</a></dt> 
     2820<dd></dd></dl> 
     2821 
     2822<dl class="attribute"> 
     2823<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__setattr__"> 
     2824<tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__setattr__" title="Permalink to this definition">¶</a></dt> 
     2825<dd><p>x.__setattr__(&#8216;name&#8217;, value) &lt;==&gt; x.name = value</p> 
     2826</dd></dl> 
     2827 
     2828<dl class="attribute"> 
     2829<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__str__"> 
     2830<tt class="descname">__str__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__str__" title="Permalink to this definition">¶</a></dt> 
     2831<dd><p>x.__str__() &lt;==&gt; str(x)</p> 
     2832</dd></dl> 
     2833 
     2834<dl class="attribute"> 
     2835<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__weakref__"> 
     2836<tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.__weakref__" title="Permalink to this definition">¶</a></dt> 
     2837<dd><p>list of weak references to the object (if defined)</p> 
     2838</dd></dl> 
     2839 
     2840<dl class="method"> 
     2841<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow._setOORInfo"> 
     2842<tt class="descname">_setOORInfo</tt><big>(</big><em>self</em>, <em>PyObject _self</em>, <em>bool incref=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow._setOORInfo" title="Permalink to this definition">¶</a></dt> 
     2843<dd></dd></dl> 
     2844 
     2845<dl class="attribute"> 
    30442846<dt id="sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.thisown"> 
    30452847<tt class="descname">thisown</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.HelpWindow.thisown" title="Permalink to this definition">¶</a></dt> 
     
    30512853<dl class="class"> 
    30522854<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp"> 
    3053 <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.help_panel.</tt><tt class="descname">ViewApp</tt><big>(</big><em>redirect=True</em>, <em>filename=None</em>, <em>useBestVisual=False</em>, <em>clearSigInt=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp" title="Permalink to this definition">¶</a></dt> 
     2855<em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.help_panel.</tt><tt class="descname">ViewApp</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp" title="Permalink to this definition">¶</a></dt> 
    30542856<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">wx._core.App</span></tt></p> 
    30552857<dl class="attribute"> 
     
    30622864<dl class="method"> 
    30632865<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.AddPendingEvent"> 
    3064 <tt class="descname">AddPendingEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 
    3065 <dd><p>AddPendingEvent(self, Event event)</p> 
    3066 </dd></dl> 
     2866<tt class="descname">AddPendingEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 
     2867<dd></dd></dl> 
    30672868 
    30682869<dl class="attribute"> 
     
    30802881<dl class="method"> 
    30812882<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Bind"> 
    3082 <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.help_panel.ViewApp.Bind" title="Permalink to this definition">¶</a></dt> 
     2883<tt class="descname">Bind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Bind" title="Permalink to this definition">¶</a></dt> 
    30832884<dd><p>Bind an event to an event handler.</p> 
    30842885<table class="docutils field-list" frame="void" rules="none"> 
     
    30862887<col class="field-body" /> 
    30872888<tbody valign="top"> 
    3088 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     2889<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
    30892890<li><strong>event</strong> &#8211; One of the EVT_* objects that specifies the 
    30902891type of event to bind,</li> 
     
    31192920<dl class="method"> 
    31202921<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Connect"> 
    3121 <tt class="descname">Connect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Connect" title="Permalink to this definition">¶</a></dt> 
    3122 <dd><p>Connect(self, int id, int lastId, int eventType, PyObject func)</p> 
    3123 </dd></dl> 
     2922<tt class="descname">Connect</tt><big>(</big><em>self</em>, <em>int id</em>, <em>int lastId</em>, <em>int eventType</em>, <em>PyObject func</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Connect" title="Permalink to this definition">¶</a></dt> 
     2923<dd></dd></dl> 
    31242924 
    31252925<dl class="method"> 
     
    31302930<dl class="method"> 
    31312931<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Disconnect"> 
    3132 <tt class="descname">Disconnect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Disconnect" title="Permalink to this definition">¶</a></dt> 
    3133 <dd><dl class="docutils"> 
    3134 <dt>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, </dt> 
    3135 <dd>PyObject func=None) -&gt; bool</dd> 
    3136 </dl> 
     2932<tt class="descname">Disconnect</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Disconnect" title="Permalink to this definition">¶</a></dt> 
     2933<dd><p>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL,  
     2934PyObject func=None) -&gt; bool</p> 
    31372935</dd></dl> 
    31382936 
    31392937<dl class="method"> 
    31402938<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Dispatch"> 
    3141 <tt class="descname">Dispatch</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Dispatch" title="Permalink to this definition">¶</a></dt> 
    3142 <dd><p>Dispatch(self) -&gt; bool</p> 
    3143 <p>Process the first event in the event queue (blocks until an event 
     2939<tt class="descname">Dispatch</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Dispatch" title="Permalink to this definition">¶</a></dt> 
     2940<dd><p>Process the first event in the event queue (blocks until an event 
    31442941appears if there are none currently)</p> 
    31452942</dd></dl> 
     
    31532950<dl class="method"> 
    31542951<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Exit"> 
    3155 <tt class="descname">Exit</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Exit" title="Permalink to this definition">¶</a></dt> 
    3156 <dd><p>Exit(self)</p> 
    3157 <p>Exit the main loop thus terminating the application. 
     2952<tt class="descname">Exit</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Exit" title="Permalink to this definition">¶</a></dt> 
     2953<dd><p>Exit the main loop thus terminating the application. 
    31582954:see: <cite>wx.Exit</cite></p> 
    31592955</dd></dl> 
     
    31612957<dl class="method"> 
    31622958<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ExitMainLoop"> 
    3163 <tt class="descname">ExitMainLoop</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ExitMainLoop" title="Permalink to this definition">¶</a></dt> 
    3164 <dd><p>ExitMainLoop(self)</p> 
    3165 <p>Exit the main GUI loop during the next iteration of the main 
     2959<tt class="descname">ExitMainLoop</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ExitMainLoop" title="Permalink to this definition">¶</a></dt> 
     2960<dd><p>Exit the main GUI loop during the next iteration of the main 
    31662961loop, (i.e. it does not stop the program immediately!)</p> 
    31672962</dd></dl> 
     
    31752970<dl class="method"> 
    31762971<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.FilterEvent"> 
    3177 <tt class="descname">FilterEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.FilterEvent" title="Permalink to this definition">¶</a></dt> 
    3178 <dd><p>FilterEvent(self, Event event) -&gt; int</p> 
    3179 <p>Filters all events. <cite>SetCallFilterEvent</cite> controls whether or not your 
     2972<tt class="descname">FilterEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.FilterEvent" title="Permalink to this definition">¶</a></dt> 
     2973<dd><p>Filters all events. <cite>SetCallFilterEvent</cite> controls whether or not your 
    31802974override is called.</p> 
    31812975</dd></dl> 
     
    31832977<dl class="method"> 
    31842978<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAppName"> 
    3185 <tt class="descname">GetAppName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAppName" title="Permalink to this definition">¶</a></dt> 
    3186 <dd><p>GetAppName(self) -&gt; String</p> 
    3187 <p>Get the application name.</p> 
     2979<tt class="descname">GetAppName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAppName" title="Permalink to this definition">¶</a></dt> 
     2980<dd><p>Get the application name.</p> 
    31882981</dd></dl> 
    31892982 
    31902983<dl class="method"> 
    31912984<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAssertMode"> 
    3192 <tt class="descname">GetAssertMode</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAssertMode" title="Permalink to this definition">¶</a></dt> 
    3193 <dd><p>GetAssertMode(self) -&gt; int</p> 
    3194 <p>Get the current OnAssert behaviour setting.</p> 
     2985<tt class="descname">GetAssertMode</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetAssertMode" title="Permalink to this definition">¶</a></dt> 
     2986<dd><p>Get the current OnAssert behaviour setting.</p> 
    31952987</dd></dl> 
    31962988 
    31972989<dl class="method"> 
    31982990<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetCallFilterEvent"> 
    3199 <tt class="descname">GetCallFilterEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetCallFilterEvent" title="Permalink to this definition">¶</a></dt> 
    3200 <dd><p>GetCallFilterEvent(self) -&gt; bool</p> 
    3201 <p>Returns the state of the Call FilterEvent flag.</p> 
     2991<tt class="descname">GetCallFilterEvent</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetCallFilterEvent" title="Permalink to this definition">¶</a></dt> 
     2992<dd><p>Returns the state of the Call FilterEvent flag.</p> 
    32022993</dd></dl> 
    32032994 
    32042995<dl class="method"> 
    32052996<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetClassName"> 
    3206 <tt class="descname">GetClassName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetClassName" title="Permalink to this definition">¶</a></dt> 
    3207 <dd><p>GetClassName(self) -&gt; String</p> 
    3208 <p>Get the application&#8217;s class name.</p> 
     2997<tt class="descname">GetClassName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetClassName" title="Permalink to this definition">¶</a></dt> 
     2998<dd><p>Get the application&#8217;s class name.</p> 
    32092999</dd></dl> 
    32103000 
    32113001<dl class="staticmethod"> 
    32123002<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetComCtl32Version"> 
    3213 <em class="property">static </em><tt class="descname">GetComCtl32Version</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetComCtl32Version" title="Permalink to this definition">¶</a></dt> 
    3214 <dd><p>GetComCtl32Version() -&gt; int</p> 
    3215 <p>Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if 
     3003<em class="property">static </em><tt class="descname">GetComCtl32Version</tt><big>(</big><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetComCtl32Version" title="Permalink to this definition">¶</a></dt> 
     3004<dd><p>Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if 
    32163005it wasn&#8217;t found at all.  Raises an exception on non-Windows platforms.</p> 
    32173006</dd></dl> 
     
    32193008<dl class="method"> 
    32203009<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetEvtHandlerEnabled"> 
    3221 <tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
    3222 <dd><p>GetEvtHandlerEnabled(self) -&gt; bool</p> 
    3223 </dd></dl> 
     3010<tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
     3011<dd></dd></dl> 
    32243012 
    32253013<dl class="method"> 
    32263014<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetExitOnFrameDelete"> 
    3227 <tt class="descname">GetExitOnFrameDelete</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetExitOnFrameDelete" title="Permalink to this definition">¶</a></dt> 
    3228 <dd><p>GetExitOnFrameDelete(self) -&gt; bool</p> 
    3229 <p>Get the current exit behaviour setting.</p> 
     3015<tt class="descname">GetExitOnFrameDelete</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetExitOnFrameDelete" title="Permalink to this definition">¶</a></dt> 
     3016<dd><p>Get the current exit behaviour setting.</p> 
    32303017</dd></dl> 
    32313018 
    32323019<dl class="method"> 
    32333020<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetLayoutDirection"> 
    3234 <tt class="descname">GetLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
    3235 <dd><p>GetLayoutDirection(self) -&gt; int</p> 
    3236 <p>Return the layout direction for the current locale.</p> 
     3021<tt class="descname">GetLayoutDirection</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 
     3022<dd><p>Return the layout direction for the current locale.</p> 
    32373023</dd></dl> 
    32383024 
    32393025<dl class="staticmethod"> 
    32403026<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacAboutMenuItemId"> 
    3241 <em class="property">static </em><tt class="descname">GetMacAboutMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacAboutMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3242 <dd><p>GetMacAboutMenuItemId() -&gt; long</p> 
    3243 </dd></dl> 
     3027<em class="property">static </em><tt class="descname">GetMacAboutMenuItemId</tt><big>(</big><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacAboutMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3028<dd></dd></dl> 
    32443029 
    32453030<dl class="staticmethod"> 
    32463031<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacExitMenuItemId"> 
    3247 <em class="property">static </em><tt class="descname">GetMacExitMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacExitMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3248 <dd><p>GetMacExitMenuItemId() -&gt; long</p> 
    3249 </dd></dl> 
     3032<em class="property">static </em><tt class="descname">GetMacExitMenuItemId</tt><big>(</big><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacExitMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3033<dd></dd></dl> 
    32503034 
    32513035<dl class="staticmethod"> 
    32523036<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacHelpMenuTitleName"> 
    3253 <em class="property">static </em><tt class="descname">GetMacHelpMenuTitleName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacHelpMenuTitleName" title="Permalink to this definition">¶</a></dt> 
    3254 <dd><p>GetMacHelpMenuTitleName() -&gt; String</p> 
    3255 </dd></dl> 
     3037<em class="property">static </em><tt class="descname">GetMacHelpMenuTitleName</tt><big>(</big><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacHelpMenuTitleName" title="Permalink to this definition">¶</a></dt> 
     3038<dd></dd></dl> 
    32563039 
    32573040<dl class="staticmethod"> 
    32583041<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacPreferencesMenuItemId"> 
    3259 <em class="property">static </em><tt class="descname">GetMacPreferencesMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacPreferencesMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3260 <dd><p>GetMacPreferencesMenuItemId() -&gt; long</p> 
    3261 </dd></dl> 
     3042<em class="property">static </em><tt class="descname">GetMacPreferencesMenuItemId</tt><big>(</big><big>)</big> &rarr; long<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacPreferencesMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3043<dd></dd></dl> 
    32623044 
    32633045<dl class="staticmethod"> 
    32643046<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacSupportPCMenuShortcuts"> 
    3265 <em class="property">static </em><tt class="descname">GetMacSupportPCMenuShortcuts</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacSupportPCMenuShortcuts" title="Permalink to this definition">¶</a></dt> 
    3266 <dd><p>GetMacSupportPCMenuShortcuts() -&gt; bool</p> 
    3267 </dd></dl> 
     3047<em class="property">static </em><tt class="descname">GetMacSupportPCMenuShortcuts</tt><big>(</big><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetMacSupportPCMenuShortcuts" title="Permalink to this definition">¶</a></dt> 
     3048<dd></dd></dl> 
    32683049 
    32693050<dl class="method"> 
    32703051<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetNextHandler"> 
    3271 <tt class="descname">GetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetNextHandler" title="Permalink to this definition">¶</a></dt> 
    3272 <dd><p>GetNextHandler(self) -&gt; EvtHandler</p> 
    3273 </dd></dl> 
     3052<tt class="descname">GetNextHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetNextHandler" title="Permalink to this definition">¶</a></dt> 
     3053<dd></dd></dl> 
    32743054 
    32753055<dl class="method"> 
    32763056<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPreviousHandler"> 
    3277 <tt class="descname">GetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
    3278 <dd><p>GetPreviousHandler(self) -&gt; EvtHandler</p> 
    3279 </dd></dl> 
     3057<tt class="descname">GetPreviousHandler</tt><big>(</big><em>self</em><big>)</big> &rarr; EvtHandler<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
     3058<dd></dd></dl> 
    32803059 
    32813060<dl class="method"> 
    32823061<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPrintMode"> 
    3283 <tt class="descname">GetPrintMode</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPrintMode" title="Permalink to this definition">¶</a></dt> 
    3284 <dd><p>GetPrintMode(self) -&gt; int</p> 
    3285 </dd></dl> 
     3062<tt class="descname">GetPrintMode</tt><big>(</big><em>self</em><big>)</big> &rarr; int<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetPrintMode" title="Permalink to this definition">¶</a></dt> 
     3063<dd></dd></dl> 
    32863064 
    32873065<dl class="method"> 
    32883066<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTopWindow"> 
    3289 <tt class="descname">GetTopWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTopWindow" title="Permalink to this definition">¶</a></dt> 
    3290 <dd><p>GetTopWindow(self) -&gt; Window</p> 
    3291 <p>Return the <em>main</em> top level window (if it hadn&#8217;t been set previously 
     3067<tt class="descname">GetTopWindow</tt><big>(</big><em>self</em><big>)</big> &rarr; Window<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTopWindow" title="Permalink to this definition">¶</a></dt> 
     3068<dd><p>Return the <em>main</em> top level window (if it hadn&#8217;t been set previously 
    32923069with SetTopWindow(), will return just some top level window and, if 
    32933070there not any, will return None)</p> 
     
    32963073<dl class="method"> 
    32973074<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTraits"> 
    3298 <tt class="descname">GetTraits</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTraits" title="Permalink to this definition">¶</a></dt> 
    3299 <dd><p>GetTraits(self) -&gt; wxAppTraits</p> 
    3300 <p>Return (and create if necessary) the app traits object to which we 
     3075<tt class="descname">GetTraits</tt><big>(</big><em>self</em><big>)</big> &rarr; wxAppTraits<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetTraits" title="Permalink to this definition">¶</a></dt> 
     3076<dd><p>Return (and create if necessary) the app traits object to which we 
    33013077delegate for everything which either should be configurable by the 
    33023078user (then he can change the default behaviour simply by overriding 
     
    33083084<col class="field-body" /> 
    33093085<tbody valign="top"> 
    3310 <tr class="field"><th class="field-name">Todo :</th><td class="field-body">Add support for overriding CreateAppTraits in wxPython.</td> 
     3086<tr class="field-odd field"><th class="field-name">Todo :</th><td class="field-body">Add support for overriding CreateAppTraits in wxPython.</td> 
    33113087</tr> 
    33123088</tbody> 
     
    33163092<dl class="method"> 
    33173093<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetUseBestVisual"> 
    3318 <tt class="descname">GetUseBestVisual</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetUseBestVisual" title="Permalink to this definition">¶</a></dt> 
    3319 <dd><p>GetUseBestVisual(self) -&gt; bool</p> 
    3320 <p>Get current UseBestVisual setting.</p> 
     3094<tt class="descname">GetUseBestVisual</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetUseBestVisual" title="Permalink to this definition">¶</a></dt> 
     3095<dd><p>Get current UseBestVisual setting.</p> 
    33213096</dd></dl> 
    33223097 
    33233098<dl class="method"> 
    33243099<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetVendorName"> 
    3325 <tt class="descname">GetVendorName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetVendorName" title="Permalink to this definition">¶</a></dt> 
    3326 <dd><p>GetVendorName(self) -&gt; String</p> 
    3327 <p>Get the application&#8217;s vendor name.</p> 
     3100<tt class="descname">GetVendorName</tt><big>(</big><em>self</em><big>)</big> &rarr; String<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.GetVendorName" title="Permalink to this definition">¶</a></dt> 
     3101<dd><p>Get the application&#8217;s vendor name.</p> 
    33283102</dd></dl> 
    33293103 
    33303104<dl class="method"> 
    33313105<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsActive"> 
    3332 <tt class="descname">IsActive</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsActive" title="Permalink to this definition">¶</a></dt> 
    3333 <dd><p>IsActive(self) -&gt; bool</p> 
    3334 <p>Return True if our app has focus.</p> 
     3106<tt class="descname">IsActive</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsActive" title="Permalink to this definition">¶</a></dt> 
     3107<dd><p>Return True if our app has focus.</p> 
    33353108</dd></dl> 
    33363109 
    33373110<dl class="staticmethod"> 
    33383111<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsDisplayAvailable"> 
    3339 <em class="property">static </em><tt class="descname">IsDisplayAvailable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsDisplayAvailable" title="Permalink to this definition">¶</a></dt> 
    3340 <dd><p>IsDisplayAvailable() -&gt; bool</p> 
    3341 <p>Tests if it is possible to create a GUI in the current environment. 
     3112<em class="property">static </em><tt class="descname">IsDisplayAvailable</tt><big>(</big><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsDisplayAvailable" title="Permalink to this definition">¶</a></dt> 
     3113<dd><p>Tests if it is possible to create a GUI in the current environment. 
    33423114This will mean different things on the different platforms.</p> 
    33433115<blockquote> 
    33443116<div><ul class="simple"> 
    3345 <li>On X Windows systems this function will return <tt class="xref docutils literal"><span class="pre">False</span></tt> if it is 
     3117<li>On X Windows systems this function will return <tt class="docutils literal"><span class="pre">False</span></tt> if it is 
    33463118not able to open a connection to the X display, which can happen 
    33473119if $DISPLAY is not set, or is not set correctly.</li> 
    3348 <li>On Mac OS X a <tt class="xref docutils literal"><span class="pre">False</span></tt> return value will mean that wx is not 
     3120<li>On Mac OS X a <tt class="docutils literal"><span class="pre">False</span></tt> return value will mean that wx is not 
    33493121able to access the window manager, which can happen if logged in 
    33503122remotely or if running from the normal version of python instead 
     
    33573129<dl class="staticmethod"> 
    33583130<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsMainLoopRunning"> 
    3359 <em class="property">static </em><tt class="descname">IsMainLoopRunning</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsMainLoopRunning" title="Permalink to this definition">¶</a></dt> 
    3360 <dd><p>IsMainLoopRunning() -&gt; bool</p> 
    3361 <p>Returns True if we&#8217;re running the main loop, i.e. if the events can 
     3131<em class="property">static </em><tt class="descname">IsMainLoopRunning</tt><big>(</big><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsMainLoopRunning" title="Permalink to this definition">¶</a></dt> 
     3132<dd><p>Returns True if we&#8217;re running the main loop, i.e. if the events can 
    33623133currently be dispatched.</p> 
    33633134</dd></dl> 
     
    33653136<dl class="method"> 
    33663137<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsSameAs"> 
    3367 <tt class="descname">IsSameAs</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsSameAs" title="Permalink to this definition">¶</a></dt> 
    3368 <dd><p>IsSameAs(self, Object p) -&gt; bool</p> 
    3369 <p>For wx.Objects that use C++ reference counting internally, this method 
     3138<tt class="descname">IsSameAs</tt><big>(</big><em>self</em>, <em>Object p</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.IsSameAs" title="Permalink to this definition">¶</a></dt> 
     3139<dd><p>For wx.Objects that use C++ reference counting internally, this method 
    33703140can be used to determine if two objects are referencing the same data 
    33713141object.</p> 
     
    33803150<dl class="method"> 
    33813151<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacHideApp"> 
    3382 <tt class="descname">MacHideApp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacHideApp" title="Permalink to this definition">¶</a></dt> 
    3383 <dd><p>MacHideApp(self)</p> 
    3384 <p>Hide all application windows just as the user can do with the system 
     3152<tt class="descname">MacHideApp</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacHideApp" title="Permalink to this definition">¶</a></dt> 
     3153<dd><p>Hide all application windows just as the user can do with the system 
    33853154Hide command.  Mac only.</p> 
    33863155</dd></dl> 
     
    33883157<dl class="method"> 
    33893158<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacRequestUserAttention"> 
    3390 <tt class="descname">MacRequestUserAttention</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacRequestUserAttention" title="Permalink to this definition">¶</a></dt> 
    3391 <dd><p>MacRequestUserAttention(self, int ?)</p> 
    3392 </dd></dl> 
     3159<tt class="descname">MacRequestUserAttention</tt><big>(</big><em>self</em>, <em>int ?</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.MacRequestUserAttention" title="Permalink to this definition">¶</a></dt> 
     3160<dd></dd></dl> 
    33933161 
    33943162<dl class="method"> 
     
    34193187<dl class="method"> 
    34203188<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Pending"> 
    3421 <tt class="descname">Pending</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Pending" title="Permalink to this definition">¶</a></dt> 
    3422 <dd><p>Pending(self) -&gt; bool</p> 
    3423 <p>Returns True if there are unprocessed events in the event queue.</p> 
     3189<tt class="descname">Pending</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Pending" title="Permalink to this definition">¶</a></dt> 
     3190<dd><p>Returns True if there are unprocessed events in the event queue.</p> 
    34243191</dd></dl> 
    34253192 
     
    34383205<dl class="method"> 
    34393206<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessEvent"> 
    3440 <tt class="descname">ProcessEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessEvent" title="Permalink to this definition">¶</a></dt> 
    3441 <dd><p>ProcessEvent(self, Event event) -&gt; bool</p> 
    3442 </dd></dl> 
     3207<tt class="descname">ProcessEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessEvent" title="Permalink to this definition">¶</a></dt> 
     3208<dd></dd></dl> 
    34433209 
    34443210<dl class="method"> 
    34453211<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessIdle"> 
    3446 <tt class="descname">ProcessIdle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessIdle" title="Permalink to this definition">¶</a></dt> 
    3447 <dd><p>ProcessIdle(self) -&gt; bool</p> 
    3448 <p>Called from the MainLoop when the application becomes idle (there are 
     3212<tt class="descname">ProcessIdle</tt><big>(</big><em>self</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessIdle" title="Permalink to this definition">¶</a></dt> 
     3213<dd><p>Called from the MainLoop when the application becomes idle (there are 
    34493214no pending events) and sends a <cite>wx.IdleEvent</cite> to all interested 
    34503215parties.  Returns True if more idle events are needed, False if not.</p> 
     
    34533218<dl class="method"> 
    34543219<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessPendingEvents"> 
    3455 <tt class="descname">ProcessPendingEvents</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 
    3456 <dd><p>ProcessPendingEvents(self)</p> 
    3457 <p>Process all events in the Pending Events list &#8211; it is necessary to 
     3220<tt class="descname">ProcessPendingEvents</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 
     3221<dd><p>Process all events in the Pending Events list &#8211; it is necessary to 
    34583222call this function to process posted events. This normally happens 
    34593223during each event loop iteration.</p> 
     
    34623226<dl class="method"> 
    34633227<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.RedirectStdio"> 
    3464 <tt class="descname">RedirectStdio</tt><big>(</big><em>filename=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.RedirectStdio" title="Permalink to this definition">¶</a></dt> 
     3228<tt class="descname">RedirectStdio</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.RedirectStdio" title="Permalink to this definition">¶</a></dt> 
    34653229<dd><p>Redirect sys.stdout and sys.stderr to a file or a popup window.</p> 
    34663230</dd></dl> 
     
    34733237<dl class="method"> 
    34743238<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SendIdleEvents"> 
    3475 <tt class="descname">SendIdleEvents</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SendIdleEvents" title="Permalink to this definition">¶</a></dt> 
    3476 <dd><p>SendIdleEvents(self, Window win, IdleEvent event) -&gt; bool</p> 
    3477 <p>Send idle event to window and all subwindows.  Returns True if more 
     3239<tt class="descname">SendIdleEvents</tt><big>(</big><em>self</em>, <em>Window win</em>, <em>IdleEvent event</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SendIdleEvents" title="Permalink to this definition">¶</a></dt> 
     3240<dd><p>Send idle event to window and all subwindows.  Returns True if more 
    34783241idle time is requested.</p> 
    34793242</dd></dl> 
     
    34813244<dl class="method"> 
    34823245<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAppName"> 
    3483 <tt class="descname">SetAppName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAppName" title="Permalink to this definition">¶</a></dt> 
    3484 <dd><p>SetAppName(self, String name)</p> 
    3485 <p>Set the application name. This value may be used automatically by 
     3246<tt class="descname">SetAppName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAppName" title="Permalink to this definition">¶</a></dt> 
     3247<dd><p>Set the application name. This value may be used automatically by 
    34863248<cite>wx.Config</cite> and such.</p> 
    34873249</dd></dl> 
     
    34893251<dl class="method"> 
    34903252<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAssertMode"> 
    3491 <tt class="descname">SetAssertMode</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAssertMode" title="Permalink to this definition">¶</a></dt> 
    3492 <dd><p>SetAssertMode(self, int mode)</p> 
    3493 <p>Set the OnAssert behaviour for debug and hybrid builds.</p> 
     3253<tt class="descname">SetAssertMode</tt><big>(</big><em>self</em>, <em>int mode</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetAssertMode" title="Permalink to this definition">¶</a></dt> 
     3254<dd><p>Set the OnAssert behaviour for debug and hybrid builds.</p> 
    34943255</dd></dl> 
    34953256 
    34963257<dl class="method"> 
    34973258<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetCallFilterEvent"> 
    3498 <tt class="descname">SetCallFilterEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetCallFilterEvent" title="Permalink to this definition">¶</a></dt> 
    3499 <dd><p>SetCallFilterEvent(self, bool callFilterEvent=True)</p> 
    3500 <p>Set the Call FilterEvent flag. When set your override of FilterEvent 
     3259<tt class="descname">SetCallFilterEvent</tt><big>(</big><em>self</em>, <em>bool callFilterEvent=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetCallFilterEvent" title="Permalink to this definition">¶</a></dt> 
     3260<dd><p>Set the Call FilterEvent flag. When set your override of FilterEvent 
    35013261will be called.  SetCallFilterEvent&#8217;s purpose is to avoid any 
    35023262performance penalty when you have overriden FilterEvent, but don&#8217;t 
     
    35073267<dl class="method"> 
    35083268<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetClassName"> 
    3509 <tt class="descname">SetClassName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetClassName" title="Permalink to this definition">¶</a></dt> 
    3510 <dd><p>SetClassName(self, String name)</p> 
    3511 <p>Set the application&#8217;s class name. This value may be used for 
     3269<tt class="descname">SetClassName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetClassName" title="Permalink to this definition">¶</a></dt> 
     3270<dd><p>Set the application&#8217;s class name. This value may be used for 
    35123271X-resources if applicable for the platform</p> 
    35133272</dd></dl> 
     
    35153274<dl class="method"> 
    35163275<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetEvtHandlerEnabled"> 
    3517 <tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
    3518 <dd><p>SetEvtHandlerEnabled(self, bool enabled)</p> 
    3519 </dd></dl> 
     3276<tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>self</em>, <em>bool enabled</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 
     3277<dd></dd></dl> 
    35203278 
    35213279<dl class="method"> 
    35223280<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetExitOnFrameDelete"> 
    3523 <tt class="descname">SetExitOnFrameDelete</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetExitOnFrameDelete" title="Permalink to this definition">¶</a></dt> 
    3524 <dd><p>SetExitOnFrameDelete(self, bool flag)</p> 
    3525 <p>Control the exit behaviour: by default, the program will exit the main 
     3281<tt class="descname">SetExitOnFrameDelete</tt><big>(</big><em>self</em>, <em>bool flag</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetExitOnFrameDelete" title="Permalink to this definition">¶</a></dt> 
     3282<dd><p>Control the exit behaviour: by default, the program will exit the main 
    35263283loop (and so, usually, terminate) when the last top-level program 
    35273284window is deleted.  Beware that if you disable this behaviour (with 
     
    35323289<dl class="staticmethod"> 
    35333290<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacAboutMenuItemId"> 
    3534 <em class="property">static </em><tt class="descname">SetMacAboutMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacAboutMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3535 <dd><p>SetMacAboutMenuItemId(long val)</p> 
    3536 </dd></dl> 
     3291<em class="property">static </em><tt class="descname">SetMacAboutMenuItemId</tt><big>(</big><em>long val</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacAboutMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3292<dd></dd></dl> 
    35373293 
    35383294<dl class="staticmethod"> 
    35393295<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacExitMenuItemId"> 
    3540 <em class="property">static </em><tt class="descname">SetMacExitMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacExitMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3541 <dd><p>SetMacExitMenuItemId(long val)</p> 
    3542 </dd></dl> 
     3296<em class="property">static </em><tt class="descname">SetMacExitMenuItemId</tt><big>(</big><em>long val</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacExitMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3297<dd></dd></dl> 
    35433298 
    35443299<dl class="staticmethod"> 
    35453300<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacHelpMenuTitleName"> 
    3546 <em class="property">static </em><tt class="descname">SetMacHelpMenuTitleName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacHelpMenuTitleName" title="Permalink to this definition">¶</a></dt> 
    3547 <dd><p>SetMacHelpMenuTitleName(String val)</p> 
    3548 </dd></dl> 
     3301<em class="property">static </em><tt class="descname">SetMacHelpMenuTitleName</tt><big>(</big><em>String val</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacHelpMenuTitleName" title="Permalink to this definition">¶</a></dt> 
     3302<dd></dd></dl> 
    35493303 
    35503304<dl class="staticmethod"> 
    35513305<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacPreferencesMenuItemId"> 
    3552 <em class="property">static </em><tt class="descname">SetMacPreferencesMenuItemId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacPreferencesMenuItemId" title="Permalink to this definition">¶</a></dt> 
    3553 <dd><p>SetMacPreferencesMenuItemId(long val)</p> 
    3554 </dd></dl> 
     3306<em class="property">static </em><tt class="descname">SetMacPreferencesMenuItemId</tt><big>(</big><em>long val</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacPreferencesMenuItemId" title="Permalink to this definition">¶</a></dt> 
     3307<dd></dd></dl> 
    35553308 
    35563309<dl class="staticmethod"> 
    35573310<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacSupportPCMenuShortcuts"> 
    3558 <em class="property">static </em><tt class="descname">SetMacSupportPCMenuShortcuts</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacSupportPCMenuShortcuts" title="Permalink to this definition">¶</a></dt> 
    3559 <dd><p>SetMacSupportPCMenuShortcuts(bool val)</p> 
    3560 </dd></dl> 
     3311<em class="property">static </em><tt class="descname">SetMacSupportPCMenuShortcuts</tt><big>(</big><em>bool val</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetMacSupportPCMenuShortcuts" title="Permalink to this definition">¶</a></dt> 
     3312<dd></dd></dl> 
    35613313 
    35623314<dl class="method"> 
    35633315<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetNextHandler"> 
    3564 <tt class="descname">SetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetNextHandler" title="Permalink to this definition">¶</a></dt> 
    3565 <dd><p>SetNextHandler(self, EvtHandler handler)</p> 
    3566 </dd></dl> 
     3316<tt class="descname">SetNextHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetNextHandler" title="Permalink to this definition">¶</a></dt> 
     3317<dd></dd></dl> 
    35673318 
    35683319<dl class="method"> 
    35693320<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetOutputWindowAttributes"> 
    3570 <tt class="descname">SetOutputWindowAttributes</tt><big>(</big><em>title=None</em>, <em>pos=None</em>, <em>size=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetOutputWindowAttributes" title="Permalink to this definition">¶</a></dt> 
     3321<tt class="descname">SetOutputWindowAttributes</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetOutputWindowAttributes" title="Permalink to this definition">¶</a></dt> 
    35713322<dd><p>Set the title, position and/or size of the output window if 
    35723323the stdio has been redirected.  This should be called before 
     
    35763327<dl class="method"> 
    35773328<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPreviousHandler"> 
    3578 <tt class="descname">SetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
    3579 <dd><p>SetPreviousHandler(self, EvtHandler handler)</p> 
    3580 </dd></dl> 
     3329<tt class="descname">SetPreviousHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 
     3330<dd></dd></dl> 
    35813331 
    35823332<dl class="method"> 
    35833333<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPrintMode"> 
    3584 <tt class="descname">SetPrintMode</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPrintMode" title="Permalink to this definition">¶</a></dt> 
    3585 <dd><p>SetPrintMode(self, int mode)</p> 
    3586 </dd></dl> 
     3334<tt class="descname">SetPrintMode</tt><big>(</big><em>self</em>, <em>int mode</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetPrintMode" title="Permalink to this definition">¶</a></dt> 
     3335<dd></dd></dl> 
    35873336 
    35883337<dl class="method"> 
    35893338<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetTopWindow"> 
    3590 <tt class="descname">SetTopWindow</tt><big>(</big><em>frame</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetTopWindow" title="Permalink to this definition">¶</a></dt> 
     3339<tt class="descname">SetTopWindow</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetTopWindow" title="Permalink to this definition">¶</a></dt> 
    35913340<dd><p>Set the &#8220;main&#8221; top level window</p> 
    35923341</dd></dl> 
     
    35943343<dl class="method"> 
    35953344<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetUseBestVisual"> 
    3596 <tt class="descname">SetUseBestVisual</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetUseBestVisual" title="Permalink to this definition">¶</a></dt> 
    3597 <dd><p>SetUseBestVisual(self, bool flag, bool forceTrueColour=False)</p> 
    3598 <p>Set whether the app should try to use the best available visual on 
     3345<tt class="descname">SetUseBestVisual</tt><big>(</big><em>self</em>, <em>bool flag</em>, <em>bool forceTrueColour=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetUseBestVisual" title="Permalink to this definition">¶</a></dt> 
     3346<dd><p>Set whether the app should try to use the best available visual on 
    35993347systems where more than one is available, (Sun, SGI, XFree86 4, etc.)</p> 
    36003348</dd></dl> 
     
    36023350<dl class="method"> 
    36033351<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetVendorName"> 
    3604 <tt class="descname">SetVendorName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetVendorName" title="Permalink to this definition">¶</a></dt> 
    3605 <dd><p>SetVendorName(self, String name)</p> 
    3606 <p>Set the application&#8217;s vendor name. This value may be used 
     3352<tt class="descname">SetVendorName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.SetVendorName" title="Permalink to this definition">¶</a></dt> 
     3353<dd><p>Set the application&#8217;s vendor name. This value may be used 
    36073354automatically by <cite>wx.Config</cite> and such.</p> 
    36083355</dd></dl> 
     
    36223369<dl class="method"> 
    36233370<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Unbind"> 
    3624 <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.help_panel.ViewApp.Unbind" title="Permalink to this definition">¶</a></dt> 
     3371<tt class="descname">Unbind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Unbind" title="Permalink to this definition">¶</a></dt> 
    36253372<dd><p>Disconnects the event handler binding for event from self. 
    36263373Returns True if successful.</p> 
     
    36413388<dl class="method"> 
    36423389<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.WakeUpIdle"> 
    3643 <tt class="descname">WakeUpIdle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.WakeUpIdle" title="Permalink to this definition">¶</a></dt> 
    3644 <dd><p>WakeUpIdle(self)</p> 
    3645 <p>Make sure that idle events are sent again. 
     3390<tt class="descname">WakeUpIdle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.WakeUpIdle" title="Permalink to this definition">¶</a></dt> 
     3391<dd><p>Make sure that idle events are sent again. 
    36463392:see: <cite>wx.WakeUpIdle</cite></p> 
    36473393</dd></dl> 
     
    36493395<dl class="method"> 
    36503396<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Yield"> 
    3651 <tt class="descname">Yield</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Yield" title="Permalink to this definition">¶</a></dt> 
    3652 <dd><p>Yield(self, bool onlyIfNeeded=False) -&gt; bool</p> 
    3653 <p>Process all currently pending events right now, instead of waiting 
     3397<tt class="descname">Yield</tt><big>(</big><em>self</em>, <em>bool onlyIfNeeded=False</em><big>)</big> &rarr; bool<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.Yield" title="Permalink to this definition">¶</a></dt> 
     3398<dd><p>Process all currently pending events right now, instead of waiting 
    36543399until return to the event loop.  It is an error to call <tt class="docutils literal"><span class="pre">Yield</span></tt> 
    36553400recursively unless the value of <tt class="docutils literal"><span class="pre">onlyIfNeeded</span></tt> is True.</p> 
     
    36583403<col class="field-body" /> 
    36593404<tbody valign="top"> 
    3660 <tr class="field"><th class="field-name">Warning :</th><td class="field-body">This function is dangerous as it can lead to unexpected 
     3405<tr class="field-odd field"><th class="field-name">Warning :</th><td class="field-body">This function is dangerous as it can lead to unexpected 
    36613406reentrancies (i.e. when called from an event handler it may 
    36623407result in calling the same event handler again), use with 
    36633408extreme care or, better, don&#8217;t use at all!</td> 
    36643409</tr> 
    3665 <tr class="field"><th class="field-name">See :</th><td class="field-body"><cite>wx.Yield</cite>, <cite>wx.YieldIfNeeded</cite>, <cite>wx.SafeYield</cite></td> 
     3410<tr class="field-even field"><th class="field-name">See :</th><td class="field-body"><cite>wx.Yield</cite>, <cite>wx.YieldIfNeeded</cite>, <cite>wx.SafeYield</cite></td> 
    36663411</tr> 
    36673412</tbody> 
    36683413</table> 
    36693414</dd></dl> 
     3415 
     3416<dl class="method"> 
     3417<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._BootstrapApp"> 
     3418<tt class="descname">_BootstrapApp</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._BootstrapApp" title="Permalink to this definition">¶</a></dt> 
     3419<dd><p>For internal use only</p> 
     3420</dd></dl> 
     3421 
     3422<dl class="attribute"> 
     3423<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__class__"> 
     3424<tt class="descname">__class__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__class__" title="Permalink to this definition">¶</a></dt> 
     3425<dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 
     3426</dd></dl> 
     3427 
     3428<dl class="method"> 
     3429<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__del__"> 
     3430<tt class="descname">__del__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__del__" title="Permalink to this definition">¶</a></dt> 
     3431<dd></dd></dl> 
     3432 
     3433<dl class="attribute"> 
     3434<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__delattr__"> 
     3435<tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__delattr__" title="Permalink to this definition">¶</a></dt> 
     3436<dd><p>x.__delattr__(&#8216;name&#8217;) &lt;==&gt; del x.name</p> 
     3437</dd></dl> 
     3438 
     3439<dl class="attribute"> 
     3440<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__dict__"> 
     3441<tt class="descname">__dict__</tt><em class="property"> = &lt;dictproxy object at 0x04F78530&gt;</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__dict__" title="Permalink to this definition">¶</a></dt> 
     3442<dd></dd></dl> 
     3443 
     3444<dl class="attribute"> 
     3445<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__getattribute__"> 
     3446<tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__getattribute__" title="Permalink to this definition">¶</a></dt> 
     3447<dd><p>x.__getattribute__(&#8216;name&#8217;) &lt;==&gt; x.name</p> 
     3448</dd></dl> 
     3449 
     3450<dl class="attribute"> 
     3451<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__hash__"> 
     3452<tt class="descname">__hash__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__hash__" title="Permalink to this definition">¶</a></dt> 
     3453<dd><p>x.__hash__() &lt;==&gt; hash(x)</p> 
     3454</dd></dl> 
     3455 
     3456<dl class="method"> 
     3457<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__init__"> 
     3458<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__init__" title="Permalink to this definition">¶</a></dt> 
     3459<dd><p>Construct a <tt class="docutils literal"><span class="pre">wx.App</span></tt> object.</p> 
     3460<table class="docutils field-list" frame="void" rules="none"> 
     3461<col class="field-name" /> 
     3462<col class="field-body" /> 
     3463<tbody valign="top"> 
     3464<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> 
     3465<li><strong>redirect</strong> &#8211; Should <tt class="docutils literal"><span class="pre">sys.stdout</span></tt> and <tt class="docutils literal"><span class="pre">sys.stderr</span></tt> be 
     3466redirected?  Defaults to True on Windows and Mac, False 
     3467otherwise.  If <cite>filename</cite> is None then output will be 
     3468redirected to a window that pops up as needed.  (You can 
     3469control what kind of window is created for the output by 
     3470resetting the class variable <tt class="docutils literal"><span class="pre">outputWindowClass</span></tt> to a 
     3471class of your choosing.)</li> 
     3472<li><strong>filename</strong> &#8211; The name of a file to redirect output to, if 
     3473redirect is True.</li> 
     3474<li><strong>useBestVisual</strong> &#8211; Should the app try to use the best 
     3475available visual provided by the system (only relevant on 
     3476systems that have more than one visual.)  This parameter 
     3477must be used instead of calling <cite>SetUseBestVisual</cite> later 
     3478on because it must be set before the underlying GUI 
     3479toolkit is initialized.</li> 
     3480<li><strong>clearSigInt</strong> &#8211; Should SIGINT be cleared?  This allows the 
     3481app to terminate upon a Ctrl-C in the console like other 
     3482GUI apps will.</li> 
     3483</ul> 
     3484</td> 
     3485</tr> 
     3486<tr class="field-even field"><th class="field-name">Note :</th><td class="field-body"><p class="first last">You should override OnInit to do applicaition 
     3487initialization to ensure that the system, toolkit and 
     3488wxWidgets are fully initialized.</p> 
     3489</td> 
     3490</tr> 
     3491</tbody> 
     3492</table> 
     3493</dd></dl> 
     3494 
     3495<dl class="attribute"> 
     3496<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__module__"> 
     3497<tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.local_perspectives.plotting.help_panel'</em><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__module__" title="Permalink to this definition">¶</a></dt> 
     3498<dd></dd></dl> 
     3499 
     3500<dl class="staticmethod"> 
     3501<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__new__"> 
     3502<em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> &rarr; a new object with type S, a subtype of T<a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__new__" title="Permalink to this definition">¶</a></dt> 
     3503<dd></dd></dl> 
     3504 
     3505<dl class="method"> 
     3506<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__reduce__"> 
     3507<tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__reduce__" title="Permalink to this definition">¶</a></dt> 
     3508<dd><p>helper for pickle</p> 
     3509</dd></dl> 
     3510 
     3511<dl class="method"> 
     3512<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__reduce_ex__"> 
     3513<tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 
     3514<dd><p>helper for pickle</p> 
     3515</dd></dl> 
     3516 
     3517<dl class="method"> 
     3518<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__repr__"> 
     3519<tt class="descname">__repr__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__repr__" title="Permalink to this definition">¶</a></dt> 
     3520<dd></dd></dl> 
     3521 
     3522<dl class="attribute"> 
     3523<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__setattr__"> 
     3524<tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__setattr__" title="Permalink to this definition">¶</a></dt> 
     3525<dd><p>x.__setattr__(&#8216;name&#8217;, value) &lt;==&gt; x.name = value</p> 
     3526</dd></dl> 
     3527 
     3528<dl class="attribute"> 
     3529<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__str__"> 
     3530<tt class="descname">__str__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__str__" title="Permalink to this definition">¶</a></dt> 
     3531<dd><p>x.__str__() &lt;==&gt; str(x)</p> 
     3532</dd></dl> 
     3533 
     3534<dl class="method"> 
     3535<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__swig_destroy__"> 
     3536<tt class="descname">__swig_destroy__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__swig_destroy__" title="Permalink to this definition">¶</a></dt> 
     3537<dd></dd></dl> 
     3538 
     3539<dl class="attribute"> 
     3540<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__weakref__"> 
     3541<tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp.__weakref__" title="Permalink to this definition">¶</a></dt> 
     3542<dd><p>list of weak references to the object (if defined)</p> 
     3543</dd></dl> 
     3544 
     3545<dl class="method"> 
     3546<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._setCallbackInfo"> 
     3547<tt class="descname">_setCallbackInfo</tt><big>(</big><em>self</em>, <em>PyObject self</em>, <em>PyObject _class</em>, <em>bool incref=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._setCallbackInfo" title="Permalink to this definition">¶</a></dt> 
     3548<dd></dd></dl> 
     3549 
     3550<dl class="method"> 
     3551<dt id="sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._setOORInfo"> 
     3552<tt class="descname">_setOORInfo</tt><big>(</big><em>self</em>, <em>PyObject _self</em>, <em>bool incref=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.help_panel.ViewApp._setOORInfo" title="Permalink to this definition">¶</a></dt> 
     3553<dd></dd></dl> 
    36703554 
    36713555<dl class="attribute"> 
     
    36953579  <ul> 
    36963580<li><a class="reference internal" href="#">help_panel</a><ul> 
    3697 <li><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.help_panel"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.help_panel</span></tt></a></li> 
     3581<li><a class="reference internal" href="#sans-guiframe-local-perspectives-plotting-help-panel"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.help_panel</span></tt></a></li> 
    36983582</ul> 
    36993583</li> 
     
    37143598  <h3>Quick search</h3> 
    37153599    <form class="search" action="../../../search.html" method="get"> 
    3716       <input type="text" name="q" size="18" /> 
     3600      <input type="text" name="q" /> 
    37173601      <input type="submit" value="Go" /> 
    37183602      <input type="hidden" name="check_keywords" value="yes" /> 
     
    37433627          <a href="Edge.html" title="Edge" 
    37443628             >previous</a> |</li> 
    3745         <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> &raquo;</li> 
     3629        <li><a href="../../../index.html">guiframe 0.1.0 documentation</a> &raquo;</li> 
    37463630          <li><a href="index.html" >Local Perspective: plotting</a> &raquo;</li>  
    37473631      </ul> 
     
    37493633    <div class="footer"> 
    37503634        &copy; Copyright 2010, sans group. 
    3751       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. 
     3635      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 
    37523636    </div> 
    37533637  </body> 
Note: See TracChangeset for help on using the changeset viewer.