Changeset bce8148 in sasview for sansguiframe/docs/sphinx/html/api/gui_toolbar.html
- Timestamp:
- Oct 24, 2011 2:43:40 PM (13 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/docs/sphinx/html/api/gui_toolbar.html
r96cbb53 rbce8148 3 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 5 6 6 7 <html xmlns="http://www.w3.org/1999/xhtml"> … … 8 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 10 10 <title>gui_toolbar — guiframe v0.1.0 documentation</title> 11 <title>gui_toolbar — guiframe 0.1.0 documentation</title> 12 11 13 <link rel="stylesheet" href="../_static/default.css" type="text/css" /> 12 14 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> 15 13 16 <script type="text/javascript"> 14 17 var DOCUMENTATION_OPTIONS = { … … 23 26 <script type="text/javascript" src="../_static/underscore.js"></script> 24 27 <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" /> 26 29 <link rel="up" title="Reference" href="index.html" /> 27 30 <link rel="next" title="panel_base" href="panel_base.html" /> … … 44 47 <a href="gui_style.html" title="gui_style" 45 48 accesskey="P">previous</a> |</li> 46 <li><a href="../index.html">guiframe v0.1.0 documentation</a> »</li>49 <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> 47 50 <li><a href="index.html" accesskey="U">Reference</a> »</li> 48 51 </ul> … … 56 59 <div class="section" id="gui-toolbar"> 57 60 <h1>gui_toolbar<a class="headerlink" href="#gui-toolbar" title="Permalink to this headline">¶</a></h1> 58 <div class="section" id=" module-sans.guiframe.gui_toolbar">59 < span id="sans-guiframe-gui-toolbar"></span><h2><a class="reference internal" href="#module-sans.guiframe.gui_toolbar" title="sans.guiframe.gui_toolbar"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.gui_toolbar</span></tt></a><a class="headerlink" href="#module-sans.guiframe.gui_toolbar" title="Permalink to this headline">¶</a></h2>60 < dl class="class">61 <div class="section" id="sans-guiframe-gui-toolbar"> 62 <h2><a class="reference internal" href="#module-sans.guiframe.gui_toolbar" title="sans.guiframe.gui_toolbar"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.gui_toolbar</span></tt></a><a class="headerlink" href="#sans-guiframe-gui-toolbar" title="Permalink to this headline">¶</a></h2> 63 <span class="target" id="module-sans.guiframe.gui_toolbar"></span><dl class="class"> 61 64 <dt id="sans.guiframe.gui_toolbar.GUIToolBar"> 62 <em class="property">class </em><tt class="descclassname">sans.guiframe.gui_toolbar.</tt><tt class="descname">GUIToolBar</tt>< big>(</big><em>parent</em>, <em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar" title="Permalink to this definition">¶</a></dt>65 <em class="property">class </em><tt class="descclassname">sans.guiframe.gui_toolbar.</tt><tt class="descname">GUIToolBar</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar" title="Permalink to this definition">¶</a></dt> 63 66 <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">wx._controls.ToolBar</span></tt></p> 64 67 <p>Implement toolbar for guiframe</p> … … 71 74 <dl class="method"> 72 75 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocus"> 73 <tt class="descname">AcceptsFocus</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocus" title="Permalink to this definition">¶</a></dt> 74 <dd><p>AcceptsFocus(self) -> bool</p> 75 <p>Can this window have focus?</p> 76 <tt class="descname">AcceptsFocus</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocus" title="Permalink to this definition">¶</a></dt> 77 <dd><p>Can this window have focus?</p> 76 78 </dd></dl> 77 79 78 80 <dl class="method"> 79 81 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocusFromKeyboard"> 80 <tt class="descname">AcceptsFocusFromKeyboard</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 81 <dd><p>AcceptsFocusFromKeyboard(self) -> 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> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AcceptsFocusFromKeyboard" title="Permalink to this definition">¶</a></dt> 83 <dd><p>Can this window be given focus by keyboard navigation? if not, the 83 84 only way to give it focus (provided it accepts it at all) is to click 84 85 it.</p> … … 87 88 <dl class="method"> 88 89 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddCheckLabelTool"> 89 <tt class="descname">AddCheckLabelTool</tt><big>(</big>< em>id</em>, <em>label</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddCheckLabelTool" title="Permalink to this definition">¶</a></dt>90 <tt class="descname">AddCheckLabelTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddCheckLabelTool" title="Permalink to this definition">¶</a></dt> 90 91 <dd><p>Add a check tool, i.e. a tool which can be toggled</p> 91 92 </dd></dl> … … 93 94 <dl class="method"> 94 95 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddCheckTool"> 95 <tt class="descname">AddCheckTool</tt><big>(</big>< em>id</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddCheckTool" title="Permalink to this definition">¶</a></dt>96 <tt class="descname">AddCheckTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddCheckTool" title="Permalink to this definition">¶</a></dt> 96 97 <dd><p>Add a check tool, i.e. a tool which can be toggled</p> 97 98 </dd></dl> … … 99 100 <dl class="method"> 100 101 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddChild"> 101 <tt class="descname">AddChild</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddChild" title="Permalink to this definition">¶</a></dt> 102 <dd><p>AddChild(self, Window child)</p> 103 <p>Adds a child window. This is called automatically by window creation 102 <tt class="descname">AddChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddChild" title="Permalink to this definition">¶</a></dt> 103 <dd><p>Adds a child window. This is called automatically by window creation 104 104 functions so should not be required by the application programmer.</p> 105 105 </dd></dl> … … 107 107 <dl class="method"> 108 108 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddControl"> 109 <tt class="descname">AddControl</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddControl" title="Permalink to this definition">¶</a></dt> 110 <dd><p>AddControl(self, Control control) -> ToolBarToolBase</p> 111 </dd></dl> 109 <tt class="descname">AddControl</tt><big>(</big><em>self</em>, <em>Control control</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddControl" title="Permalink to this definition">¶</a></dt> 110 <dd></dd></dl> 112 111 113 112 <dl class="method"> 114 113 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddLabelTool"> 115 <tt class="descname">AddLabelTool</tt><big>(</big>< em>id</em>, <em>label</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>kind=0</em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddLabelTool" title="Permalink to this definition">¶</a></dt>114 <tt class="descname">AddLabelTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddLabelTool" title="Permalink to this definition">¶</a></dt> 116 115 <dd><p>The full AddTool() function.</p> 117 116 <p>If bmpDisabled is wx.NullBitmap, a shadowed version of the normal bitmap … … 121 120 <dl class="method"> 122 121 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddPendingEvent"> 123 <tt class="descname">AddPendingEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 124 <dd><p>AddPendingEvent(self, Event event)</p> 125 </dd></dl> 122 <tt class="descname">AddPendingEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddPendingEvent" title="Permalink to this definition">¶</a></dt> 123 <dd></dd></dl> 126 124 127 125 <dl class="method"> 128 126 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddRadioLabelTool"> 129 <tt class="descname">AddRadioLabelTool</tt><big>(</big>< em>id</em>, <em>label</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddRadioLabelTool" title="Permalink to this definition">¶</a></dt>127 <tt class="descname">AddRadioLabelTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddRadioLabelTool" title="Permalink to this definition">¶</a></dt> 130 128 <dd><p>Add a radio tool, i.e. a tool which can be toggled and releases any 131 129 other toggled radio tools in the same group when it happens</p> … … 134 132 <dl class="method"> 135 133 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddRadioTool"> 136 <tt class="descname">AddRadioTool</tt><big>(</big>< em>id</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddRadioTool" title="Permalink to this definition">¶</a></dt>134 <tt class="descname">AddRadioTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddRadioTool" title="Permalink to this definition">¶</a></dt> 137 135 <dd><p>Add a radio tool, i.e. a tool which can be toggled and releases any 138 136 other toggled radio tools in the same group when it happens</p> … … 141 139 <dl class="method"> 142 140 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddSeparator"> 143 <tt class="descname">AddSeparator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddSeparator" title="Permalink to this definition">¶</a></dt> 144 <dd><p>AddSeparator(self) -> ToolBarToolBase</p> 145 </dd></dl> 141 <tt class="descname">AddSeparator</tt><big>(</big><em>self</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddSeparator" title="Permalink to this definition">¶</a></dt> 142 <dd></dd></dl> 146 143 147 144 <dl class="method"> 148 145 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddSimpleTool"> 149 <tt class="descname">AddSimpleTool</tt><big>(</big>< em>id</em>, <em>bitmap</em>, <em>shortHelpString=''</em>, <em>longHelpString=''</em>, <em>isToggle=0</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddSimpleTool" title="Permalink to this definition">¶</a></dt>146 <tt class="descname">AddSimpleTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddSimpleTool" title="Permalink to this definition">¶</a></dt> 150 147 <dd><p>Old style method to add a tool to the toolbar.</p> 151 148 </dd></dl> … … 153 150 <dl class="method"> 154 151 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddTool"> 155 <tt class="descname">AddTool</tt><big>(</big>< em>id</em>, <em>bitmap</em>, <em>pushedBitmap=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>isToggle=0</em>, <em>clientData=None</em>, <em>shortHelpString=''</em>, <em>longHelpString=''</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddTool" title="Permalink to this definition">¶</a></dt>152 <tt class="descname">AddTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddTool" title="Permalink to this definition">¶</a></dt> 156 153 <dd><p>Old style method to add a tool to the toolbar.</p> 157 154 </dd></dl> … … 159 156 <dl class="method"> 160 157 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AddToolItem"> 161 <tt class="descname">AddToolItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddToolItem" title="Permalink to this definition">¶</a></dt> 162 <dd><p>AddToolItem(self, ToolBarToolBase tool) -> ToolBarToolBase</p> 163 </dd></dl> 158 <tt class="descname">AddToolItem</tt><big>(</big><em>self</em>, <em>ToolBarToolBase tool</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AddToolItem" title="Permalink to this definition">¶</a></dt> 159 <dd></dd></dl> 164 160 165 161 <dl class="method"> 166 162 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AdjustForLayoutDirection"> 167 <tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt> 168 <dd><p>AdjustForLayoutDirection(self, int x, int width, int widthTotal) -> int</p> 169 <p>Mirror coordinates for RTL layout if this window uses it and if the 163 <tt class="descname">AdjustForLayoutDirection</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int width</em>, <em>int widthTotal</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AdjustForLayoutDirection" title="Permalink to this definition">¶</a></dt> 164 <dd><p>Mirror coordinates for RTL layout if this window uses it and if the 170 165 mirroring is not done automatically like Win32.</p> 171 166 </dd></dl> … … 179 174 <dl class="method"> 180 175 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.AssociateHandle"> 181 <tt class="descname">AssociateHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AssociateHandle" title="Permalink to this definition">¶</a></dt> 182 <dd><p>AssociateHandle(self, long handle)</p> 183 <p>Associate the window with a new native handle</p> 176 <tt class="descname">AssociateHandle</tt><big>(</big><em>self</em>, <em>long handle</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.AssociateHandle" title="Permalink to this definition">¶</a></dt> 177 <dd><p>Associate the window with a new native handle</p> 184 178 </dd></dl> 185 179 … … 216 210 <dl class="method"> 217 211 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Bind"> 218 <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.gui_toolbar.GUIToolBar.Bind" title="Permalink to this definition">¶</a></dt>212 <tt class="descname">Bind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Bind" title="Permalink to this definition">¶</a></dt> 219 213 <dd><p>Bind an event to an event handler.</p> 220 214 <table class="docutils field-list" frame="void" rules="none"> … … 222 216 <col class="field-body" /> 223 217 <tbody valign="top"> 224 <tr class="field "><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">218 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 225 219 <li><strong>event</strong> – One of the EVT_* objects that specifies the 226 220 type of event to bind,</li> … … 255 249 <dl class="method"> 256 250 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CacheBestSize"> 257 <tt class="descname">CacheBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CacheBestSize" title="Permalink to this definition">¶</a></dt> 258 <dd><p>CacheBestSize(self, Size size)</p> 259 <p>Cache the best size so it doesn’t need to be calculated again, (at least until 251 <tt class="descname">CacheBestSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CacheBestSize" title="Permalink to this definition">¶</a></dt> 252 <dd><p>Cache the best size so it doesn’t need to be calculated again, (at least until 260 253 some properties of the window change.)</p> 261 254 </dd></dl> … … 263 256 <dl class="method"> 264 257 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CanSetTransparent"> 265 <tt class="descname">CanSetTransparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CanSetTransparent" title="Permalink to this definition">¶</a></dt> 266 <dd><p>CanSetTransparent(self) -> bool</p> 267 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 258 <tt class="descname">CanSetTransparent</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CanSetTransparent" title="Permalink to this definition">¶</a></dt> 259 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the platform supports setting the transparency for 268 260 this window. Note that this method will err on the side of caution, 269 so it is possible that this will return <tt class=" xrefdocutils literal"><span class="pre">False</span></tt> when it is in fact261 so it is possible that this will return <tt class="docutils literal"><span class="pre">False</span></tt> when it is in fact 270 262 possible to set the transparency.</p> 271 263 <p>NOTE: On X-windows systems the X server must have the composite … … 276 268 <dl class="method"> 277 269 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CaptureMouse"> 278 <tt class="descname">CaptureMouse</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CaptureMouse" title="Permalink to this definition">¶</a></dt> 279 <dd><p>CaptureMouse(self)</p> 280 <p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to 270 <tt class="descname">CaptureMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CaptureMouse" title="Permalink to this definition">¶</a></dt> 271 <dd><p>Directs all mouse input to this window. Call wx.Window.ReleaseMouse to 281 272 release the capture.</p> 282 273 <p>Note that wxWindows maintains the stack of windows having captured the … … 300 291 <dl class="method"> 301 292 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Center"> 302 <tt class="descname">Center</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Center" title="Permalink to this definition">¶</a></dt> 293 <tt class="descname">Center</tt><big>(</big><em>self</em>, <em>int direction=BOTH</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Center" title="Permalink to this definition">¶</a></dt> 294 <dd><p>Centers the window. The parameter specifies the direction for 295 centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may 296 also include wx.CENTER_ON_SCREEN flag if you want to center the window 297 on the entire screen and not on its parent window. If it is a 298 top-level window and has no parent then it will always be centered 299 relative to the screen.</p> 300 </dd></dl> 301 302 <dl class="method"> 303 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CenterOnParent"> 304 <tt class="descname">CenterOnParent</tt><big>(</big><em>self</em>, <em>int dir=BOTH</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CenterOnParent" title="Permalink to this definition">¶</a></dt> 305 <dd><p>Center with respect to the the parent window</p> 306 </dd></dl> 307 308 <dl class="method"> 309 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Centre"> 310 <tt class="descname">Centre</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Centre" title="Permalink to this definition">¶</a></dt> 303 311 <dd><p>Center(self, int direction=BOTH)</p> 304 312 <p>Centers the window. The parameter specifies the direction for … … 311 319 312 320 <dl class="method"> 313 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CenterOnParent">314 <tt class="descname">CenterOnParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CenterOnParent" title="Permalink to this definition">¶</a></dt>315 <dd><p>CenterOnParent(self, int dir=BOTH)</p>316 <p>Center with respect to the the parent window</p>317 </dd></dl>318 319 <dl class="method">320 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Centre">321 <tt class="descname">Centre</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Centre" title="Permalink to this definition">¶</a></dt>322 <dd><p>Center(self, int direction=BOTH)</p>323 <p>Centers the window. The parameter specifies the direction for324 centering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may325 also include wx.CENTER_ON_SCREEN flag if you want to center the window326 on the entire screen and not on its parent window. If it is a327 top-level window and has no parent then it will always be centered328 relative to the screen.</p>329 </dd></dl>330 331 <dl class="method">332 321 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.CentreOnParent"> 333 <tt class="descname">CentreOnParent</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CentreOnParent" title="Permalink to this definition">¶</a></dt>322 <tt class="descname">CentreOnParent</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.CentreOnParent" title="Permalink to this definition">¶</a></dt> 334 323 <dd><p>CenterOnParent(self, int dir=BOTH)</p> 335 324 <p>Center with respect to the the parent window</p> … … 362 351 <dl class="method"> 363 352 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ClearBackground"> 364 <tt class="descname">ClearBackground</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClearBackground" title="Permalink to this definition">¶</a></dt> 365 <dd><p>ClearBackground(self)</p> 366 <p>Clears the window by filling it with the current background 353 <tt class="descname">ClearBackground</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClearBackground" title="Permalink to this definition">¶</a></dt> 354 <dd><p>Clears the window by filling it with the current background 367 355 colour. Does not cause an erase background event to be generated.</p> 368 356 </dd></dl> … … 370 358 <dl class="method"> 371 359 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ClearTools"> 372 <tt class="descname">ClearTools</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClearTools" title="Permalink to this definition">¶</a></dt> 373 <dd><p>ClearTools(self)</p> 374 </dd></dl> 360 <tt class="descname">ClearTools</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClearTools" title="Permalink to this definition">¶</a></dt> 361 <dd></dd></dl> 375 362 376 363 <dl class="attribute"> … … 394 381 <dl class="method"> 395 382 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreen"> 396 <tt class="descname">ClientToScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreen" title="Permalink to this definition">¶</a></dt> 397 <dd><p>ClientToScreen(self, Point pt) -> Point</p> 398 <p>Converts to screen coordinates from coordinates relative to this window.</p> 383 <tt class="descname">ClientToScreen</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreen" title="Permalink to this definition">¶</a></dt> 384 <dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 399 385 </dd></dl> 400 386 401 387 <dl class="method"> 402 388 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreenXY"> 403 <tt class="descname">ClientToScreenXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreenXY" title="Permalink to this definition">¶</a></dt> 404 <dd><p>ClientToScreenXY(int x, int y) -> (x,y)</p> 405 <p>Converts to screen coordinates from coordinates relative to this window.</p> 389 <tt class="descname">ClientToScreenXY</tt><big>(</big><em>int x</em>, <em>int y) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToScreenXY" title="Permalink to this definition">¶</a></dt> 390 <dd><p>Converts to screen coordinates from coordinates relative to this window.</p> 406 391 </dd></dl> 407 392 408 393 <dl class="method"> 409 394 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ClientToWindowSize"> 410 <tt class="descname">ClientToWindowSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToWindowSize" title="Permalink to this definition">¶</a></dt> 411 <dd><p>ClientToWindowSize(self, Size size) -> Size</p> 412 </dd></dl> 395 <tt class="descname">ClientToWindowSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ClientToWindowSize" title="Permalink to this definition">¶</a></dt> 396 <dd></dd></dl> 413 397 414 398 <dl class="method"> 415 399 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Close"> 416 <tt class="descname">Close</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Close" title="Permalink to this definition">¶</a></dt> 417 <dd><p>Close(self, bool force=False) -> bool</p> 418 <p>This function simply generates a EVT_CLOSE event whose handler usually 400 <tt class="descname">Close</tt><big>(</big><em>self</em>, <em>bool force=False</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Close" title="Permalink to this definition">¶</a></dt> 401 <dd><p>This function simply generates a EVT_CLOSE event whose handler usually 419 402 tries to close the window. It doesn’t close the window itself, 420 403 however. If force is False (the default) then the window’s close … … 424 407 <dl class="method"> 425 408 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Command"> 426 <tt class="descname">Command</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Command" title="Permalink to this definition">¶</a></dt> 427 <dd><p>Command(self, CommandEvent event)</p> 428 <p>Simulates the effect of the user issuing a command to the item.</p> 409 <tt class="descname">Command</tt><big>(</big><em>self</em>, <em>CommandEvent event</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Command" title="Permalink to this definition">¶</a></dt> 410 <dd><p>Simulates the effect of the user issuing a command to the item.</p> 429 411 <table class="docutils field-list" frame="void" rules="none"> 430 412 <col class="field-name" /> 431 413 <col class="field-body" /> 432 414 <tbody valign="top"> 433 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>wx.CommandEvent</cite></td>415 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>wx.CommandEvent</cite></td> 434 416 </tr> 435 417 </tbody> … … 439 421 <dl class="method"> 440 422 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Connect"> 441 <tt class="descname">Connect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Connect" title="Permalink to this definition">¶</a></dt> 442 <dd><p>Connect(self, int id, int lastId, int eventType, PyObject func)</p> 443 </dd></dl> 423 <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.gui_toolbar.GUIToolBar.Connect" title="Permalink to this definition">¶</a></dt> 424 <dd></dd></dl> 444 425 445 426 <dl class="attribute"> … … 457 438 <dl class="method"> 458 439 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogPointToPixels"> 459 <tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt> 460 <dd><p>ConvertDialogPointToPixels(self, Point pt) -> Point</p> 461 <p>Converts a point or size from dialog units to pixels. Dialog units 440 <tt class="descname">ConvertDialogPointToPixels</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogPointToPixels" title="Permalink to this definition">¶</a></dt> 441 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 462 442 are used for maintaining a dialog’s proportions even if the font 463 443 changes. For the x dimension, the dialog units are multiplied by the … … 469 449 <dl class="method"> 470 450 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogSizeToPixels"> 471 <tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt> 472 <dd><p>ConvertDialogSizeToPixels(self, Size sz) -> Size</p> 473 <p>Converts a point or size from dialog units to pixels. Dialog units 451 <tt class="descname">ConvertDialogSizeToPixels</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertDialogSizeToPixels" title="Permalink to this definition">¶</a></dt> 452 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 474 453 are used for maintaining a dialog’s proportions even if the font 475 454 changes. For the x dimension, the dialog units are multiplied by the … … 481 460 <dl class="method"> 482 461 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelPointToDialog"> 483 <tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt> 484 <dd><p>ConvertPixelPointToDialog(self, Point pt) -> Point</p> 485 </dd></dl> 462 <tt class="descname">ConvertPixelPointToDialog</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelPointToDialog" title="Permalink to this definition">¶</a></dt> 463 <dd></dd></dl> 486 464 487 465 <dl class="method"> 488 466 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelSizeToDialog"> 489 <tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt> 490 <dd><p>ConvertPixelSizeToDialog(self, Size sz) -> Size</p> 491 </dd></dl> 467 <tt class="descname">ConvertPixelSizeToDialog</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ConvertPixelSizeToDialog" title="Permalink to this definition">¶</a></dt> 468 <dd></dd></dl> 492 469 493 470 <dl class="method"> 494 471 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Create"> 495 <tt class="descname">Create</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Create" title="Permalink to this definition">¶</a></dt> 496 <dd><dl class="docutils"> 497 <dt>Create(self, Window parent, int id=-1, Point pos=DefaultPosition, </dt> 498 <dd>Size size=DefaultSize, long style=wxNO_BORDER|wxTB_HORIZONTAL, 499 String name=wxPyToolBarNameStr) -> bool</dd> 500 </dl> 472 <tt class="descname">Create</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Create" title="Permalink to this definition">¶</a></dt> 473 <dd><p>Create(self, Window parent, int id=-1, Point pos=DefaultPosition, 474 Size size=DefaultSize, long style=wxNO_BORDER|wxTB_HORIZONTAL, 475 String name=wxPyToolBarNameStr) -> bool</p> 501 476 </dd></dl> 502 477 … … 509 484 <dl class="method"> 510 485 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DLG_PNT"> 511 <tt class="descname">DLG_PNT</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DLG_PNT" title="Permalink to this definition">¶</a></dt> 512 <dd><p>DLG_PNT(self, Point pt) -> Point</p> 513 <p>Converts a point or size from dialog units to pixels. Dialog units 486 <tt class="descname">DLG_PNT</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DLG_PNT" title="Permalink to this definition">¶</a></dt> 487 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 514 488 are used for maintaining a dialog’s proportions even if the font 515 489 changes. For the x dimension, the dialog units are multiplied by the … … 521 495 <dl class="method"> 522 496 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DLG_SZE"> 523 <tt class="descname">DLG_SZE</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DLG_SZE" title="Permalink to this definition">¶</a></dt> 524 <dd><p>DLG_SZE(self, Size sz) -> Size</p> 525 <p>Converts a point or size from dialog units to pixels. Dialog units 497 <tt class="descname">DLG_SZE</tt><big>(</big><em>self</em>, <em>Size sz</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DLG_SZE" title="Permalink to this definition">¶</a></dt> 498 <dd><p>Converts a point or size from dialog units to pixels. Dialog units 526 499 are used for maintaining a dialog’s proportions even if the font 527 500 changes. For the x dimension, the dialog units are multiplied by the … … 539 512 <dl class="method"> 540 513 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DeleteTool"> 541 <tt class="descname">DeleteTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DeleteTool" title="Permalink to this definition">¶</a></dt> 542 <dd><p>DeleteTool(self, int id) -> bool</p> 543 </dd></dl> 514 <tt class="descname">DeleteTool</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DeleteTool" title="Permalink to this definition">¶</a></dt> 515 <dd></dd></dl> 544 516 545 517 <dl class="method"> 546 518 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DeleteToolByPos"> 547 <tt class="descname">DeleteToolByPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DeleteToolByPos" title="Permalink to this definition">¶</a></dt> 548 <dd><p>DeleteToolByPos(self, size_t pos) -> bool</p> 549 </dd></dl> 519 <tt class="descname">DeleteToolByPos</tt><big>(</big><em>self</em>, <em>size_t pos</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DeleteToolByPos" title="Permalink to this definition">¶</a></dt> 520 <dd></dd></dl> 550 521 551 522 <dl class="method"> 552 523 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Destroy"> 553 <tt class="descname">Destroy</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Destroy" title="Permalink to this definition">¶</a></dt> 554 <dd><p>Destroy(self) -> bool</p> 555 <p>Destroys the window safely. Frames and dialogs are not destroyed 524 <tt class="descname">Destroy</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Destroy" title="Permalink to this definition">¶</a></dt> 525 <dd><p>Destroys the window safely. Frames and dialogs are not destroyed 556 526 immediately when this function is called – they are added to a list 557 527 of windows to be deleted on idle time, when all the window’s events … … 564 534 <dl class="method"> 565 535 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DestroyChildren"> 566 <tt class="descname">DestroyChildren</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DestroyChildren" title="Permalink to this definition">¶</a></dt> 567 <dd><p>DestroyChildren(self) -> bool</p> 568 <p>Destroys all children of a window. Called automatically by the 536 <tt class="descname">DestroyChildren</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DestroyChildren" title="Permalink to this definition">¶</a></dt> 537 <dd><p>Destroys all children of a window. Called automatically by the 569 538 destructor.</p> 570 539 </dd></dl> … … 572 541 <dl class="method"> 573 542 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Disable"> 574 <tt class="descname">Disable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Disable" title="Permalink to this definition">¶</a></dt> 575 <dd><p>Disable(self) -> bool</p> 576 <p>Disables the window, same as Enable(false).</p> 543 <tt class="descname">Disable</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Disable" title="Permalink to this definition">¶</a></dt> 544 <dd><p>Disables the window, same as Enable(false).</p> 577 545 </dd></dl> 578 546 579 547 <dl class="method"> 580 548 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Disconnect"> 581 <tt class="descname">Disconnect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Disconnect" title="Permalink to this definition">¶</a></dt> 582 <dd><dl class="docutils"> 583 <dt>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, </dt> 584 <dd>PyObject func=None) -> bool</dd> 585 </dl> 549 <tt class="descname">Disconnect</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Disconnect" title="Permalink to this definition">¶</a></dt> 550 <dd><p>Disconnect(self, int id, int lastId=-1, EventType eventType=wxEVT_NULL, 551 PyObject func=None) -> bool</p> 586 552 </dd></dl> 587 553 588 554 <dl class="method"> 589 555 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DissociateHandle"> 590 <tt class="descname">DissociateHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DissociateHandle" title="Permalink to this definition">¶</a></dt> 591 <dd><p>DissociateHandle(self)</p> 592 <p>Dissociate the current native handle from the window</p> 556 <tt class="descname">DissociateHandle</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DissociateHandle" title="Permalink to this definition">¶</a></dt> 557 <dd><p>Dissociate the current native handle from the window</p> 593 558 </dd></dl> 594 559 595 560 <dl class="method"> 596 561 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DoAddTool"> 597 <tt class="descname">DoAddTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DoAddTool" title="Permalink to this definition">¶</a></dt> 598 <dd><dl class="docutils"> 599 <dt>DoAddTool(self, int id, String label, Bitmap bitmap, Bitmap bmpDisabled=wxNullBitmap, </dt> 600 <dd>int kind=ITEM_NORMAL, String shortHelp=EmptyString, 562 <tt class="descname">DoAddTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DoAddTool" title="Permalink to this definition">¶</a></dt> 563 <dd><p>DoAddTool(self, int id, String label, Bitmap bitmap, Bitmap bmpDisabled=wxNullBitmap, 564 int kind=ITEM_NORMAL, String shortHelp=EmptyString, 601 565 String longHelp=EmptyString, 602 PyObject clientData=None) -> ToolBarToolBase</dd> 603 </dl> 566 PyObject clientData=None) -> ToolBarToolBase</p> 604 567 </dd></dl> 605 568 606 569 <dl class="method"> 607 570 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DoInsertTool"> 608 <tt class="descname">DoInsertTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DoInsertTool" title="Permalink to this definition">¶</a></dt> 609 <dd><dl class="docutils"> 610 <dt>DoInsertTool(self, size_t pos, int id, String label, Bitmap bitmap, Bitmap bmpDisabled=wxNullBitmap, </dt> 611 <dd>int kind=ITEM_NORMAL, 571 <tt class="descname">DoInsertTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DoInsertTool" title="Permalink to this definition">¶</a></dt> 572 <dd><p>DoInsertTool(self, size_t pos, int id, String label, Bitmap bitmap, Bitmap bmpDisabled=wxNullBitmap, 573 int kind=ITEM_NORMAL, 612 574 String shortHelp=EmptyString, String longHelp=EmptyString, 613 PyObject clientData=None) -> ToolBarToolBase</dd> 614 </dl> 575 PyObject clientData=None) -> ToolBarToolBase</p> 615 576 </dd></dl> 616 577 617 578 <dl class="method"> 618 579 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.DragAcceptFiles"> 619 <tt class="descname">DragAcceptFiles</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DragAcceptFiles" title="Permalink to this definition">¶</a></dt> 620 <dd><p>DragAcceptFiles(self, bool accept)</p> 621 <p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p> 580 <tt class="descname">DragAcceptFiles</tt><big>(</big><em>self</em>, <em>bool accept</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.DragAcceptFiles" title="Permalink to this definition">¶</a></dt> 581 <dd><p>Enables or disables eligibility for drop file events, EVT_DROP_FILES.</p> 622 582 </dd></dl> 623 583 … … 636 596 <dl class="method"> 637 597 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Enable"> 638 <tt class="descname">Enable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Enable" title="Permalink to this definition">¶</a></dt> 639 <dd><p>Enable(self, bool enable=True) -> bool</p> 640 <p>Enable or disable the window for user input. Note that when a parent 598 <tt class="descname">Enable</tt><big>(</big><em>self</em>, <em>bool enable=True</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Enable" title="Permalink to this definition">¶</a></dt> 599 <dd><p>Enable or disable the window for user input. Note that when a parent 641 600 window is disabled, all of its children are disabled as well and they 642 601 are reenabled again when the parent is. Returns true if the window … … 647 606 <dl class="method"> 648 607 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.EnableTool"> 649 <tt class="descname">EnableTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.EnableTool" title="Permalink to this definition">¶</a></dt> 650 <dd><p>EnableTool(self, int id, bool enable)</p> 651 </dd></dl> 608 <tt class="descname">EnableTool</tt><big>(</big><em>self</em>, <em>int id</em>, <em>bool enable</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.EnableTool" title="Permalink to this definition">¶</a></dt> 609 <dd></dd></dl> 652 610 653 611 <dl class="attribute"> … … 677 635 <dl class="method"> 678 636 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindById"> 679 <tt class="descname">FindById</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindById" title="Permalink to this definition">¶</a></dt> 680 <dd><p>FindById(self, int toolid) -> ToolBarToolBase</p> 681 </dd></dl> 637 <tt class="descname">FindById</tt><big>(</big><em>self</em>, <em>int toolid</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindById" title="Permalink to this definition">¶</a></dt> 638 <dd></dd></dl> 682 639 683 640 <dl class="method"> 684 641 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindControl"> 685 <tt class="descname">FindControl</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindControl" title="Permalink to this definition">¶</a></dt> 686 <dd><p>FindControl(self, int id) -> Control</p> 687 </dd></dl> 642 <tt class="descname">FindControl</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → Control<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindControl" title="Permalink to this definition">¶</a></dt> 643 <dd></dd></dl> 688 644 689 645 <dl class="staticmethod"> 690 646 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindFocus"> 691 <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.gui_toolbar.GUIToolBar.FindFocus" title="Permalink to this definition">¶</a></dt> 692 <dd><p>FindFocus() -> Window</p> 693 <p>Returns the window or control that currently has the keyboard focus, 647 <em class="property">static </em><tt class="descname">FindFocus</tt><big>(</big><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindFocus" title="Permalink to this definition">¶</a></dt> 648 <dd><p>Returns the window or control that currently has the keyboard focus, 694 649 or None.</p> 695 650 </dd></dl> … … 697 652 <dl class="method"> 698 653 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindToolForPosition"> 699 <tt class="descname">FindToolForPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindToolForPosition" title="Permalink to this definition">¶</a></dt> 700 <dd><p>FindToolForPosition(self, int x, int y) -> ToolBarToolBase</p> 701 </dd></dl> 654 <tt class="descname">FindToolForPosition</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindToolForPosition" title="Permalink to this definition">¶</a></dt> 655 <dd></dd></dl> 702 656 703 657 <dl class="method"> 704 658 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindWindowById"> 705 <tt class="descname">FindWindowById</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowById" title="Permalink to this definition">¶</a></dt> 706 <dd><p>FindWindowById(self, long winid) -> Window</p> 707 <p>Find a child of this window by window ID</p> 659 <tt class="descname">FindWindowById</tt><big>(</big><em>self</em>, <em>long winid</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowById" title="Permalink to this definition">¶</a></dt> 660 <dd><p>Find a child of this window by window ID</p> 708 661 </dd></dl> 709 662 710 663 <dl class="method"> 711 664 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByLabel"> 712 <tt class="descname">FindWindowByLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByLabel" title="Permalink to this definition">¶</a></dt> 713 <dd><p>FindWindowByLabel(self, String label) -> Window</p> 714 <p>Find a child of this window by label</p> 665 <tt class="descname">FindWindowByLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByLabel" title="Permalink to this definition">¶</a></dt> 666 <dd><p>Find a child of this window by label</p> 715 667 </dd></dl> 716 668 717 669 <dl class="method"> 718 670 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByName"> 719 <tt class="descname">FindWindowByName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByName" title="Permalink to this definition">¶</a></dt> 720 <dd><p>FindWindowByName(self, String name) -> Window</p> 721 <p>Find a child of this window by name</p> 671 <tt class="descname">FindWindowByName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FindWindowByName" title="Permalink to this definition">¶</a></dt> 672 <dd><p>Find a child of this window by name</p> 722 673 </dd></dl> 723 674 724 675 <dl class="method"> 725 676 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Fit"> 726 <tt class="descname">Fit</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Fit" title="Permalink to this definition">¶</a></dt> 727 <dd><p>Fit(self)</p> 728 <p>Sizes the window so that it fits around its subwindows. This function 677 <tt class="descname">Fit</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Fit" title="Permalink to this definition">¶</a></dt> 678 <dd><p>Sizes the window so that it fits around its subwindows. This function 729 679 won’t do anything if there are no subwindows and will only really work 730 680 correctly if sizers are used for the subwindows layout. Also, if the … … 737 687 <dl class="method"> 738 688 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.FitInside"> 739 <tt class="descname">FitInside</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FitInside" title="Permalink to this definition">¶</a></dt> 740 <dd><p>FitInside(self)</p> 741 <p>Similar to Fit, but sizes the interior (virtual) size of a 689 <tt class="descname">FitInside</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.FitInside" title="Permalink to this definition">¶</a></dt> 690 <dd><p>Similar to Fit, but sizes the interior (virtual) size of a 742 691 window. Mainly useful with scrolled windows to reset scrollbars after 743 692 sizing changes that do not trigger a size event, and/or scrolled … … 760 709 <dl class="method"> 761 710 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Freeze"> 762 <tt class="descname">Freeze</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Freeze" title="Permalink to this definition">¶</a></dt> 763 <dd><p>Freeze(self)</p> 764 <p>Freezes the window or, in other words, prevents any updates from 711 <tt class="descname">Freeze</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Freeze" title="Permalink to this definition">¶</a></dt> 712 <dd><p>Freezes the window or, in other words, prevents any updates from 765 713 taking place on screen, the window is not redrawn at all. Thaw must be 766 714 called to reenable window redrawing. Calls to Freeze/Thaw may be … … 776 724 <dl class="method"> 777 725 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetAcceleratorTable"> 778 <tt class="descname">GetAcceleratorTable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 779 <dd><p>GetAcceleratorTable(self) -> AcceleratorTable</p> 780 <p>Gets the accelerator table for this window.</p> 726 <tt class="descname">GetAcceleratorTable</tt><big>(</big><em>self</em><big>)</big> → AcceleratorTable<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 727 <dd><p>Gets the accelerator table for this window.</p> 781 728 </dd></dl> 782 729 783 730 <dl class="method"> 784 731 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetAdjustedBestSize"> 785 <tt class="descname">GetAdjustedBestSize</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt>732 <tt class="descname">GetAdjustedBestSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAdjustedBestSize" title="Permalink to this definition">¶</a></dt> 786 733 <dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 787 734 </dd></dl> … … 789 736 <dl class="method"> 790 737 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetAlignment"> 791 <tt class="descname">GetAlignment</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAlignment" title="Permalink to this definition">¶</a></dt> 792 <dd><p>GetAlignment(self) -> int</p> 793 <p>Get the control alignment (left/right/centre, top/bottom/centre)</p> 738 <tt class="descname">GetAlignment</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAlignment" title="Permalink to this definition">¶</a></dt> 739 <dd><p>Get the control alignment (left/right/centre, top/bottom/centre)</p> 794 740 </dd></dl> 795 741 796 742 <dl class="method"> 797 743 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetAutoLayout"> 798 <tt class="descname">GetAutoLayout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAutoLayout" title="Permalink to this definition">¶</a></dt> 799 <dd><p>GetAutoLayout(self) -> bool</p> 800 <p>Returns the current autoLayout setting</p> 744 <tt class="descname">GetAutoLayout</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetAutoLayout" title="Permalink to this definition">¶</a></dt> 745 <dd><p>Returns the current autoLayout setting</p> 801 746 </dd></dl> 802 747 803 748 <dl class="method"> 804 749 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundColour"> 805 <tt class="descname">GetBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundColour" title="Permalink to this definition">¶</a></dt> 806 <dd><p>GetBackgroundColour(self) -> Colour</p> 807 <p>Returns the background colour of the window.</p> 750 <tt class="descname">GetBackgroundColour</tt><big>(</big><em>self</em><big>)</big> → Colour<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundColour" title="Permalink to this definition">¶</a></dt> 751 <dd><p>Returns the background colour of the window.</p> 808 752 </dd></dl> 809 753 810 754 <dl class="method"> 811 755 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundStyle"> 812 <tt class="descname">GetBackgroundStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 813 <dd><p>GetBackgroundStyle(self) -> int</p> 814 <p>Returns the background style of the window.</p> 756 <tt class="descname">GetBackgroundStyle</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 757 <dd><p>Returns the background style of the window.</p> 815 758 <table class="docutils field-list" frame="void" rules="none"> 816 759 <col class="field-name" /> 817 760 <col class="field-body" /> 818 761 <tbody valign="top"> 819 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td>762 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>SetBackgroundStyle</cite></td> 820 763 </tr> 821 764 </tbody> … … 825 768 <dl class="method"> 826 769 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBestFittingSize"> 827 <tt class="descname">GetBestFittingSize</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestFittingSize" title="Permalink to this definition">¶</a></dt>770 <tt class="descname">GetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestFittingSize" title="Permalink to this definition">¶</a></dt> 828 771 <dd><p>Use <cite>GetEffectiveMinSize</cite> instead.</p> 829 772 </dd></dl> … … 831 774 <dl class="method"> 832 775 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBestSize"> 833 <tt class="descname">GetBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestSize" title="Permalink to this definition">¶</a></dt> 834 <dd><p>GetBestSize(self) -> Size</p> 835 <p>This function returns the best acceptable minimal size for the 776 <tt class="descname">GetBestSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestSize" title="Permalink to this definition">¶</a></dt> 777 <dd><p>This function returns the best acceptable minimal size for the 836 778 window, if applicable. For example, for a static text control, it will 837 779 be the minimal size such that the control label is not truncated. For … … 843 785 <dl class="method"> 844 786 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBestSizeTuple"> 845 <tt class="descname">GetBestSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt> 846 <dd><p>GetBestSizeTuple() -> (width, height)</p> 847 <p>This function returns the best acceptable minimal size for the 787 <tt class="descname">GetBestSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestSizeTuple" title="Permalink to this definition">¶</a></dt> 788 <dd><p>This function returns the best acceptable minimal size for the 848 789 window, if applicable. For example, for a static text control, it will 849 790 be the minimal size such that the control label is not truncated. For … … 855 796 <dl class="method"> 856 797 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBestVirtualSize"> 857 <tt class="descname">GetBestVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt> 858 <dd><p>GetBestVirtualSize(self) -> Size</p> 859 <p>Return the largest of ClientSize and BestSize (as determined by a 798 <tt class="descname">GetBestVirtualSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBestVirtualSize" title="Permalink to this definition">¶</a></dt> 799 <dd><p>Return the largest of ClientSize and BestSize (as determined by a 860 800 sizer, interior children, or other means)</p> 861 801 </dd></dl> … … 863 803 <dl class="method"> 864 804 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetBorder"> 865 <tt class="descname">GetBorder</tt><big>(</big><em>*args</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBorder" title="Permalink to this definition">¶</a></dt> 866 <dd><p>GetBorder(self, long flags) -> int 867 GetBorder(self) -> int</p> 805 <tt class="descname">GetBorder</tt><big>(</big><em>self</em>, <em>long flags</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetBorder" title="Permalink to this definition">¶</a></dt> 806 <dd><p>GetBorder(self) -> int</p> 868 807 <p>Get border for the flags of this window</p> 869 808 </dd></dl> … … 871 810 <dl class="staticmethod"> 872 811 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetCapture"> 873 <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.gui_toolbar.GUIToolBar.GetCapture" title="Permalink to this definition">¶</a></dt> 874 <dd><p>GetCapture() -> Window</p> 875 <p>Returns the window which currently captures the mouse or None</p> 812 <em class="property">static </em><tt class="descname">GetCapture</tt><big>(</big><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCapture" title="Permalink to this definition">¶</a></dt> 813 <dd><p>Returns the window which currently captures the mouse or None</p> 876 814 </dd></dl> 877 815 878 816 <dl class="method"> 879 817 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetCaret"> 880 <tt class="descname">GetCaret</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCaret" title="Permalink to this definition">¶</a></dt> 881 <dd><p>GetCaret(self) -> Caret</p> 882 <p>Returns the caret associated with the window.</p> 818 <tt class="descname">GetCaret</tt><big>(</big><em>self</em><big>)</big> → Caret<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCaret" title="Permalink to this definition">¶</a></dt> 819 <dd><p>Returns the caret associated with the window.</p> 883 820 </dd></dl> 884 821 885 822 <dl class="method"> 886 823 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetCharHeight"> 887 <tt class="descname">GetCharHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCharHeight" title="Permalink to this definition">¶</a></dt> 888 <dd><p>GetCharHeight(self) -> int</p> 889 <p>Get the (average) character size for the current font.</p> 824 <tt class="descname">GetCharHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCharHeight" title="Permalink to this definition">¶</a></dt> 825 <dd><p>Get the (average) character size for the current font.</p> 890 826 </dd></dl> 891 827 892 828 <dl class="method"> 893 829 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetCharWidth"> 894 <tt class="descname">GetCharWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCharWidth" title="Permalink to this definition">¶</a></dt> 895 <dd><p>GetCharWidth(self) -> int</p> 896 <p>Get the (average) character size for the current font.</p> 830 <tt class="descname">GetCharWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCharWidth" title="Permalink to this definition">¶</a></dt> 831 <dd><p>Get the (average) character size for the current font.</p> 897 832 </dd></dl> 898 833 899 834 <dl class="method"> 900 835 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetChildren"> 901 <tt class="descname">GetChildren</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetChildren" title="Permalink to this definition">¶</a></dt> 902 <dd><p>GetChildren(self) -> WindowList</p> 903 <p>Returns an object containing a list of the window’s children. The 836 <tt class="descname">GetChildren</tt><big>(</big><em>self</em><big>)</big> → WindowList<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetChildren" title="Permalink to this definition">¶</a></dt> 837 <dd><p>Returns an object containing a list of the window’s children. The 904 838 object provides a Python sequence-like interface over the internal 905 839 list maintained by the window..</p> … … 908 842 <dl class="staticmethod"> 909 843 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClassDefaultAttributes"> 910 <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.gui_toolbar.GUIToolBar.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt> 911 <dd><p>GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes</p> 912 <p>Get the default attributes for this class. This is useful if you want 844 <em class="property">static </em><tt class="descname">GetClassDefaultAttributes</tt><big>(</big><em>int variant=WINDOW_VARIANT_NORMAL</em><big>)</big> → VisualAttributes<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClassDefaultAttributes" title="Permalink to this definition">¶</a></dt> 845 <dd><p>Get the default attributes for this class. This is useful if you want 913 846 to use the same font or colour in your own control as in a standard 914 847 control – which is a much better idea than hard coding specific … … 923 856 <dl class="method"> 924 857 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClassName"> 925 <tt class="descname">GetClassName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClassName" title="Permalink to this definition">¶</a></dt> 926 <dd><p>GetClassName(self) -> String</p> 927 <p>Returns the class name of the C++ class using wxRTTI.</p> 858 <tt class="descname">GetClassName</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClassName" title="Permalink to this definition">¶</a></dt> 859 <dd><p>Returns the class name of the C++ class using wxRTTI.</p> 928 860 </dd></dl> 929 861 930 862 <dl class="method"> 931 863 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClientAreaOrigin"> 932 <tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt> 933 <dd><p>GetClientAreaOrigin(self) -> Point</p> 934 <p>Get the origin of the client area of the window relative to the 864 <tt class="descname">GetClientAreaOrigin</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientAreaOrigin" title="Permalink to this definition">¶</a></dt> 865 <dd><p>Get the origin of the client area of the window relative to the 935 866 window’s top left corner (the client area may be shifted because of 936 867 the borders, scrollbars, other decorations...)</p> … … 939 870 <dl class="method"> 940 871 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClientRect"> 941 <tt class="descname">GetClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientRect" title="Permalink to this definition">¶</a></dt> 942 <dd><p>GetClientRect(self) -> Rect</p> 943 <p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 872 <tt class="descname">GetClientRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientRect" title="Permalink to this definition">¶</a></dt> 873 <dd><p>Get the client area position and size as a <cite>wx.Rect</cite> object.</p> 944 874 </dd></dl> 945 875 946 876 <dl class="method"> 947 877 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClientSize"> 948 <tt class="descname">GetClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientSize" title="Permalink to this definition">¶</a></dt> 949 <dd><p>GetClientSize(self) -> Size</p> 950 <p>This gets the size of the window’s ‘client area’ in pixels. The client 878 <tt class="descname">GetClientSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientSize" title="Permalink to this definition">¶</a></dt> 879 <dd><p>This gets the size of the window’s ‘client area’ in pixels. The client 951 880 area is the area which may be drawn on by the programmer, excluding 952 881 title bar, border, scrollbars, etc.</p> … … 955 884 <dl class="method"> 956 885 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetClientSizeTuple"> 957 <tt class="descname">GetClientSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt> 958 <dd><p>GetClientSizeTuple() -> (width, height)</p> 959 <p>This gets the size of the window’s ‘client area’ in pixels. The client 886 <tt class="descname">GetClientSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetClientSizeTuple" title="Permalink to this definition">¶</a></dt> 887 <dd><p>This gets the size of the window’s ‘client area’ in pixels. The client 960 888 area is the area which may be drawn on by the programmer, excluding 961 889 title bar, border, scrollbars, etc.</p> … … 964 892 <dl class="method"> 965 893 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetConstraints"> 966 <tt class="descname">GetConstraints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetConstraints" title="Permalink to this definition">¶</a></dt> 967 <dd><p>GetConstraints(self) -> LayoutConstraints</p> 968 <p>Returns a pointer to the window’s layout constraints, or None if there 894 <tt class="descname">GetConstraints</tt><big>(</big><em>self</em><big>)</big> → LayoutConstraints<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetConstraints" title="Permalink to this definition">¶</a></dt> 895 <dd><p>Returns a pointer to the window’s layout constraints, or None if there 969 896 are none.</p> 970 897 </dd></dl> … … 972 899 <dl class="method"> 973 900 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetContainingSizer"> 974 <tt class="descname">GetContainingSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetContainingSizer" title="Permalink to this definition">¶</a></dt> 975 <dd><p>GetContainingSizer(self) -> Sizer</p> 976 <p>Return the sizer that this window is a member of, if any, otherwise None.</p> 901 <tt class="descname">GetContainingSizer</tt><big>(</big><em>self</em><big>)</big> → Sizer<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetContainingSizer" title="Permalink to this definition">¶</a></dt> 902 <dd><p>Return the sizer that this window is a member of, if any, otherwise None.</p> 977 903 </dd></dl> 978 904 979 905 <dl class="method"> 980 906 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetCursor"> 981 <tt class="descname">GetCursor</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCursor" title="Permalink to this definition">¶</a></dt> 982 <dd><p>GetCursor(self) -> Cursor</p> 983 <p>Return the cursor associated with this window.</p> 907 <tt class="descname">GetCursor</tt><big>(</big><em>self</em><big>)</big> → Cursor<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetCursor" title="Permalink to this definition">¶</a></dt> 908 <dd><p>Return the cursor associated with this window.</p> 984 909 </dd></dl> 985 910 986 911 <dl class="method"> 987 912 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetDefaultAttributes"> 988 <tt class="descname">GetDefaultAttributes</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 989 <dd><p>GetDefaultAttributes(self) -> VisualAttributes</p> 990 <p>Get the default attributes for an instance of this class. This is 913 <tt class="descname">GetDefaultAttributes</tt><big>(</big><em>self</em><big>)</big> → VisualAttributes<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetDefaultAttributes" title="Permalink to this definition">¶</a></dt> 914 <dd><p>Get the default attributes for an instance of this class. This is 991 915 useful if you want to use the same font or colour in your own control 992 916 as in a standard control – which is a much better idea than hard … … 997 921 <dl class="method"> 998 922 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetDropTarget"> 999 <tt class="descname">GetDropTarget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetDropTarget" title="Permalink to this definition">¶</a></dt> 1000 <dd><p>GetDropTarget(self) -> DropTarget</p> 1001 <p>Returns the associated drop target, which may be None.</p> 923 <tt class="descname">GetDropTarget</tt><big>(</big><em>self</em><big>)</big> → DropTarget<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetDropTarget" title="Permalink to this definition">¶</a></dt> 924 <dd><p>Returns the associated drop target, which may be None.</p> 1002 925 </dd></dl> 1003 926 1004 927 <dl class="method"> 1005 928 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetEffectiveMinSize"> 1006 <tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt> 1007 <dd><p>GetEffectiveMinSize(self) -> Size</p> 1008 <p>This function will merge the window’s best size into the window’s 929 <tt class="descname">GetEffectiveMinSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEffectiveMinSize" title="Permalink to this definition">¶</a></dt> 930 <dd><p>This function will merge the window’s best size into the window’s 1009 931 minimum size, giving priority to the min size components, and returns 1010 932 the results.</p> … … 1013 935 <dl class="method"> 1014 936 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetEventHandler"> 1015 <tt class="descname">GetEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEventHandler" title="Permalink to this definition">¶</a></dt> 1016 <dd><p>GetEventHandler(self) -> EvtHandler</p> 1017 <p>Returns the event handler for this window. By default, the window is 937 <tt class="descname">GetEventHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEventHandler" title="Permalink to this definition">¶</a></dt> 938 <dd><p>Returns the event handler for this window. By default, the window is 1018 939 its own event handler.</p> 1019 940 </dd></dl> … … 1021 942 <dl class="method"> 1022 943 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetEvtHandlerEnabled"> 1023 <tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 1024 <dd><p>GetEvtHandlerEnabled(self) -> bool</p> 1025 </dd></dl> 944 <tt class="descname">GetEvtHandlerEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 945 <dd></dd></dl> 1026 946 1027 947 <dl class="method"> 1028 948 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetExtraStyle"> 1029 <tt class="descname">GetExtraStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetExtraStyle" title="Permalink to this definition">¶</a></dt> 1030 <dd><p>GetExtraStyle(self) -> long</p> 1031 <p>Returns the extra style bits for the window.</p> 949 <tt class="descname">GetExtraStyle</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetExtraStyle" title="Permalink to this definition">¶</a></dt> 950 <dd><p>Returns the extra style bits for the window.</p> 1032 951 </dd></dl> 1033 952 1034 953 <dl class="method"> 1035 954 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetFont"> 1036 <tt class="descname">GetFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetFont" title="Permalink to this definition">¶</a></dt> 1037 <dd><p>GetFont(self) -> Font</p> 1038 <p>Returns the default font used for this window.</p> 955 <tt class="descname">GetFont</tt><big>(</big><em>self</em><big>)</big> → Font<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetFont" title="Permalink to this definition">¶</a></dt> 956 <dd><p>Returns the default font used for this window.</p> 1039 957 </dd></dl> 1040 958 1041 959 <dl class="method"> 1042 960 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetForegroundColour"> 1043 <tt class="descname">GetForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetForegroundColour" title="Permalink to this definition">¶</a></dt> 1044 <dd><p>GetForegroundColour(self) -> Colour</p> 1045 <p>Returns the foreground colour of the window. The interpretation of 961 <tt class="descname">GetForegroundColour</tt><big>(</big><em>self</em><big>)</big> → Colour<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetForegroundColour" title="Permalink to this definition">¶</a></dt> 962 <dd><p>Returns the foreground colour of the window. The interpretation of 1046 963 foreground colour is dependent on the window class; it may be the text 1047 964 colour or other colour, or it may not be used at all.</p> … … 1050 967 <dl class="method"> 1051 968 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetFullTextExtent"> 1052 <tt class="descname">GetFullTextExtent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetFullTextExtent" title="Permalink to this definition">¶</a></dt> 1053 <dd><dl class="docutils"> 1054 <dt>GetFullTextExtent(String string, Font font=None) -></dt> 1055 <dd>(width, height, descent, externalLeading)</dd> 1056 </dl> 969 <tt class="descname">GetFullTextExtent</tt><big>(</big><em>String string</em>, <em>Font font=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetFullTextExtent" title="Permalink to this definition">¶</a></dt> 970 <dd><blockquote> 971 <div>(width, height, descent, externalLeading)</div></blockquote> 1057 972 <p>Get the width, height, decent and leading of the text using the 1058 973 current or specified font.</p> … … 1061 976 <dl class="method"> 1062 977 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetGrandParent"> 1063 <tt class="descname">GetGrandParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetGrandParent" title="Permalink to this definition">¶</a></dt> 1064 <dd><p>GetGrandParent(self) -> Window</p> 1065 <p>Returns the parent of the parent of this window, or None if there 978 <tt class="descname">GetGrandParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetGrandParent" title="Permalink to this definition">¶</a></dt> 979 <dd><p>Returns the parent of the parent of this window, or None if there 1066 980 isn’t one.</p> 1067 981 </dd></dl> … … 1069 983 <dl class="method"> 1070 984 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetGtkWidget"> 1071 <tt class="descname">GetGtkWidget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetGtkWidget" title="Permalink to this definition">¶</a></dt> 1072 <dd><p>GetGtkWidget(self) -> long</p> 1073 <p>On wxGTK returns a pointer to the GtkWidget for this window as a long 985 <tt class="descname">GetGtkWidget</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetGtkWidget" title="Permalink to this definition">¶</a></dt> 986 <dd><p>On wxGTK returns a pointer to the GtkWidget for this window as a long 1074 987 integer. On the other platforms this method returns zero.</p> 1075 988 </dd></dl> … … 1077 990 <dl class="method"> 1078 991 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetHandle"> 1079 <tt class="descname">GetHandle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHandle" title="Permalink to this definition">¶</a></dt> 1080 <dd><p>GetHandle(self) -> long</p> 1081 <p>Returns the platform-specific handle (as a long integer) of the 992 <tt class="descname">GetHandle</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHandle" title="Permalink to this definition">¶</a></dt> 993 <dd><p>Returns the platform-specific handle (as a long integer) of the 1082 994 physical window. On wxMSW this is the win32 window handle, on wxGTK 1083 995 it is the XWindow ID, and on wxMac it is the ControlRef.</p> … … 1086 998 <dl class="method"> 1087 999 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetHelpText"> 1088 <tt class="descname">GetHelpText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHelpText" title="Permalink to this definition">¶</a></dt> 1089 <dd><p>GetHelpText(self) -> String</p> 1090 <p>Gets the help text to be used as context-sensitive help for this 1000 <tt class="descname">GetHelpText</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHelpText" title="Permalink to this definition">¶</a></dt> 1001 <dd><p>Gets the help text to be used as context-sensitive help for this 1091 1002 window. Note that the text is actually stored by the current 1092 1003 <cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> … … 1095 1006 <dl class="method"> 1096 1007 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetHelpTextAtPoint"> 1097 <tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt> 1098 <dd><p>GetHelpTextAtPoint(self, Point pt, wxHelpEvent::Origin origin) -> String</p> 1099 <p>Get the help string associated with the given position in this window.</p> 1008 <tt class="descname">GetHelpTextAtPoint</tt><big>(</big><em>self</em>, <em>Point pt</em>, <em>wxHelpEvent::Origin origin</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetHelpTextAtPoint" title="Permalink to this definition">¶</a></dt> 1009 <dd><p>Get the help string associated with the given position in this window.</p> 1100 1010 <p>Notice that pt may be invalid if event origin is keyboard or unknown 1101 1011 and this method should return the global window help text then</p> … … 1104 1014 <dl class="method"> 1105 1015 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetId"> 1106 <tt class="descname">GetId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetId" title="Permalink to this definition">¶</a></dt> 1107 <dd><p>GetId(self) -> int</p> 1108 <p>Returns the identifier of the window. Each window has an integer 1016 <tt class="descname">GetId</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetId" title="Permalink to this definition">¶</a></dt> 1017 <dd><p>Returns the identifier of the window. Each window has an integer 1109 1018 identifier. If the application has not provided one (or the default Id 1110 1019 -1 is used) then an unique identifier with a negative value will be … … 1114 1023 <dl class="method"> 1115 1024 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetLabel"> 1116 <tt class="descname">GetLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLabel" title="Permalink to this definition">¶</a></dt> 1117 <dd><p>GetLabel(self) -> String</p> 1118 <p>Generic way of getting a label from any window, for identification 1025 <tt class="descname">GetLabel</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLabel" title="Permalink to this definition">¶</a></dt> 1026 <dd><p>Generic way of getting a label from any window, for identification 1119 1027 purposes. The interpretation of this function differs from class to 1120 1028 class. For frames and dialogs, the value returned is the title. For … … 1126 1034 <dl class="method"> 1127 1035 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetLabelText"> 1128 <tt class="descname">GetLabelText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLabelText" title="Permalink to this definition">¶</a></dt> 1129 <dd><p>GetLabelText(self) -> String</p> 1130 <p>Get just the text of the label, without mnemonic characters (‘&’)</p> 1036 <tt class="descname">GetLabelText</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLabelText" title="Permalink to this definition">¶</a></dt> 1037 <dd><p>Get just the text of the label, without mnemonic characters (‘&’)</p> 1131 1038 </dd></dl> 1132 1039 1133 1040 <dl class="method"> 1134 1041 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetLayoutDirection"> 1135 <tt class="descname">GetLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 1136 <dd><p>GetLayoutDirection(self) -> int</p> 1137 <p>Get the layout direction (LTR or RTL) for this window. Returns 1042 <tt class="descname">GetLayoutDirection</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetLayoutDirection" title="Permalink to this definition">¶</a></dt> 1043 <dd><p>Get the layout direction (LTR or RTL) for this window. Returns 1138 1044 <tt class="docutils literal"><span class="pre">wx.Layout_Default</span></tt> if layout direction is not supported.</p> 1139 1045 </dd></dl> … … 1141 1047 <dl class="method"> 1142 1048 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMargins"> 1143 <tt class="descname">GetMargins</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMargins" title="Permalink to this definition">¶</a></dt> 1144 <dd><p>GetMargins(self) -> Size</p> 1145 </dd></dl> 1049 <tt class="descname">GetMargins</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMargins" title="Permalink to this definition">¶</a></dt> 1050 <dd></dd></dl> 1146 1051 1147 1052 <dl class="method"> 1148 1053 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMaxCols"> 1149 <tt class="descname">GetMaxCols</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxCols" title="Permalink to this definition">¶</a></dt> 1150 <dd><p>GetMaxCols(self) -> int</p> 1151 </dd></dl> 1054 <tt class="descname">GetMaxCols</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxCols" title="Permalink to this definition">¶</a></dt> 1055 <dd></dd></dl> 1152 1056 1153 1057 <dl class="method"> 1154 1058 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMaxHeight"> 1155 <tt class="descname">GetMaxHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxHeight" title="Permalink to this definition">¶</a></dt> 1156 <dd><p>GetMaxHeight(self) -> int</p> 1157 </dd></dl> 1059 <tt class="descname">GetMaxHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxHeight" title="Permalink to this definition">¶</a></dt> 1060 <dd></dd></dl> 1158 1061 1159 1062 <dl class="method"> 1160 1063 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMaxRows"> 1161 <tt class="descname">GetMaxRows</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxRows" title="Permalink to this definition">¶</a></dt> 1162 <dd><p>GetMaxRows(self) -> int</p> 1163 </dd></dl> 1064 <tt class="descname">GetMaxRows</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxRows" title="Permalink to this definition">¶</a></dt> 1065 <dd></dd></dl> 1164 1066 1165 1067 <dl class="method"> 1166 1068 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMaxSize"> 1167 <tt class="descname">GetMaxSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxSize" title="Permalink to this definition">¶</a></dt> 1168 <dd><p>GetMaxSize(self) -> Size</p> 1169 </dd></dl> 1069 <tt class="descname">GetMaxSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxSize" title="Permalink to this definition">¶</a></dt> 1070 <dd></dd></dl> 1170 1071 1171 1072 <dl class="method"> 1172 1073 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMaxWidth"> 1173 <tt class="descname">GetMaxWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxWidth" title="Permalink to this definition">¶</a></dt> 1174 <dd><p>GetMaxWidth(self) -> int</p> 1175 </dd></dl> 1074 <tt class="descname">GetMaxWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMaxWidth" title="Permalink to this definition">¶</a></dt> 1075 <dd></dd></dl> 1176 1076 1177 1077 <dl class="method"> 1178 1078 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMinHeight"> 1179 <tt class="descname">GetMinHeight</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinHeight" title="Permalink to this definition">¶</a></dt> 1180 <dd><p>GetMinHeight(self) -> int</p> 1181 </dd></dl> 1079 <tt class="descname">GetMinHeight</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinHeight" title="Permalink to this definition">¶</a></dt> 1080 <dd></dd></dl> 1182 1081 1183 1082 <dl class="method"> 1184 1083 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMinSize"> 1185 <tt class="descname">GetMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinSize" title="Permalink to this definition">¶</a></dt> 1186 <dd><p>GetMinSize(self) -> Size</p> 1187 </dd></dl> 1084 <tt class="descname">GetMinSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinSize" title="Permalink to this definition">¶</a></dt> 1085 <dd></dd></dl> 1188 1086 1189 1087 <dl class="method"> 1190 1088 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetMinWidth"> 1191 <tt class="descname">GetMinWidth</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinWidth" title="Permalink to this definition">¶</a></dt> 1192 <dd><p>GetMinWidth(self) -> int</p> 1193 </dd></dl> 1089 <tt class="descname">GetMinWidth</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetMinWidth" title="Permalink to this definition">¶</a></dt> 1090 <dd></dd></dl> 1194 1091 1195 1092 <dl class="method"> 1196 1093 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetName"> 1197 <tt class="descname">GetName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetName" title="Permalink to this definition">¶</a></dt> 1198 <dd><p>GetName(self) -> String</p> 1199 <p>Returns the windows name. This name is not guaranteed to be unique; 1094 <tt class="descname">GetName</tt><big>(</big><em>self</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetName" title="Permalink to this definition">¶</a></dt> 1095 <dd><p>Returns the windows name. This name is not guaranteed to be unique; 1200 1096 it is up to the programmer to supply an appropriate name in the window 1201 1097 constructor or via wx.Window.SetName.</p> … … 1204 1100 <dl class="method"> 1205 1101 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetNextHandler"> 1206 <tt class="descname">GetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetNextHandler" title="Permalink to this definition">¶</a></dt> 1207 <dd><p>GetNextHandler(self) -> EvtHandler</p> 1208 </dd></dl> 1102 <tt class="descname">GetNextHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetNextHandler" title="Permalink to this definition">¶</a></dt> 1103 <dd></dd></dl> 1209 1104 1210 1105 <dl class="method"> 1211 1106 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetParent"> 1212 <tt class="descname">GetParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetParent" title="Permalink to this definition">¶</a></dt> 1213 <dd><p>GetParent(self) -> Window</p> 1214 <p>Returns the parent window of this window, or None if there isn’t one.</p> 1107 <tt class="descname">GetParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetParent" title="Permalink to this definition">¶</a></dt> 1108 <dd><p>Returns the parent window of this window, or None if there isn’t one.</p> 1215 1109 </dd></dl> 1216 1110 1217 1111 <dl class="method"> 1218 1112 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetPosition"> 1219 <tt class="descname">GetPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPosition" title="Permalink to this definition">¶</a></dt> 1220 <dd><p>GetPosition(self) -> Point</p> 1221 <p>Get the window’s position. Notice that the position is in client 1113 <tt class="descname">GetPosition</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPosition" title="Permalink to this definition">¶</a></dt> 1114 <dd><p>Get the window’s position. Notice that the position is in client 1222 1115 coordinates for child windows and screen coordinates for the top level 1223 1116 ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all … … 1227 1120 <dl class="method"> 1228 1121 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetPositionTuple"> 1229 <tt class="descname">GetPositionTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPositionTuple" title="Permalink to this definition">¶</a></dt> 1230 <dd><p>GetPositionTuple() -> (x,y)</p> 1231 <p>Get the window’s position. Notice that the position is in client 1122 <tt class="descname">GetPositionTuple</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPositionTuple" title="Permalink to this definition">¶</a></dt> 1123 <dd><p>Get the window’s position. Notice that the position is in client 1232 1124 coordinates for child windows and screen coordinates for the top level 1233 1125 ones, use <cite>GetScreenPosition</cite> if you need screen coordinates for all … … 1237 1129 <dl class="method"> 1238 1130 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetPreviousHandler"> 1239 <tt class="descname">GetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 1240 <dd><p>GetPreviousHandler(self) -> EvtHandler</p> 1241 </dd></dl> 1131 <tt class="descname">GetPreviousHandler</tt><big>(</big><em>self</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetPreviousHandler" title="Permalink to this definition">¶</a></dt> 1132 <dd></dd></dl> 1242 1133 1243 1134 <dl class="method"> 1244 1135 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetRect"> 1245 <tt class="descname">GetRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetRect" title="Permalink to this definition">¶</a></dt> 1246 <dd><p>GetRect(self) -> Rect</p> 1247 <p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 1136 <tt class="descname">GetRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetRect" title="Permalink to this definition">¶</a></dt> 1137 <dd><p>Returns the size and position of the window as a <cite>wx.Rect</cite> object.</p> 1248 1138 </dd></dl> 1249 1139 1250 1140 <dl class="method"> 1251 1141 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPosition"> 1252 <tt class="descname">GetScreenPosition</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPosition" title="Permalink to this definition">¶</a></dt> 1253 <dd><p>GetScreenPosition(self) -> Point</p> 1254 <p>Get the position of the window in screen coordinantes.</p> 1142 <tt class="descname">GetScreenPosition</tt><big>(</big><em>self</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPosition" title="Permalink to this definition">¶</a></dt> 1143 <dd><p>Get the position of the window in screen coordinantes.</p> 1255 1144 </dd></dl> 1256 1145 1257 1146 <dl class="method"> 1258 1147 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPositionTuple"> 1259 <tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt> 1260 <dd><p>GetScreenPositionTuple() -> (x,y)</p> 1261 <p>Get the position of the window in screen coordinantes.</p> 1148 <tt class="descname">GetScreenPositionTuple</tt><big>(</big><em>) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenPositionTuple" title="Permalink to this definition">¶</a></dt> 1149 <dd><p>Get the position of the window in screen coordinantes.</p> 1262 1150 </dd></dl> 1263 1151 1264 1152 <dl class="method"> 1265 1153 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScreenRect"> 1266 <tt class="descname">GetScreenRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenRect" title="Permalink to this definition">¶</a></dt> 1267 <dd><p>GetScreenRect(self) -> Rect</p> 1268 <p>Returns the size and position of the window in screen coordinantes as 1154 <tt class="descname">GetScreenRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScreenRect" title="Permalink to this definition">¶</a></dt> 1155 <dd><p>Returns the size and position of the window in screen coordinantes as 1269 1156 a <cite>wx.Rect</cite> object.</p> 1270 1157 </dd></dl> … … 1272 1159 <dl class="method"> 1273 1160 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScrollPos"> 1274 <tt class="descname">GetScrollPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollPos" title="Permalink to this definition">¶</a></dt> 1275 <dd><p>GetScrollPos(self, int orientation) -> int</p> 1276 <p>Returns the built-in scrollbar position.</p> 1161 <tt class="descname">GetScrollPos</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollPos" title="Permalink to this definition">¶</a></dt> 1162 <dd><p>Returns the built-in scrollbar position.</p> 1277 1163 </dd></dl> 1278 1164 1279 1165 <dl class="method"> 1280 1166 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScrollRange"> 1281 <tt class="descname">GetScrollRange</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollRange" title="Permalink to this definition">¶</a></dt> 1282 <dd><p>GetScrollRange(self, int orientation) -> int</p> 1283 <p>Returns the built-in scrollbar range.</p> 1167 <tt class="descname">GetScrollRange</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollRange" title="Permalink to this definition">¶</a></dt> 1168 <dd><p>Returns the built-in scrollbar range.</p> 1284 1169 </dd></dl> 1285 1170 1286 1171 <dl class="method"> 1287 1172 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetScrollThumb"> 1288 <tt class="descname">GetScrollThumb</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollThumb" title="Permalink to this definition">¶</a></dt> 1289 <dd><p>GetScrollThumb(self, int orientation) -> int</p> 1290 <p>Returns the built-in scrollbar thumb size.</p> 1173 <tt class="descname">GetScrollThumb</tt><big>(</big><em>self</em>, <em>int orientation</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetScrollThumb" title="Permalink to this definition">¶</a></dt> 1174 <dd><p>Returns the built-in scrollbar thumb size.</p> 1291 1175 </dd></dl> 1292 1176 1293 1177 <dl class="method"> 1294 1178 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetSize"> 1295 <tt class="descname">GetSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSize" title="Permalink to this definition">¶</a></dt> 1296 <dd><p>GetSize(self) -> Size</p> 1297 <p>Get the window size.</p> 1179 <tt class="descname">GetSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSize" title="Permalink to this definition">¶</a></dt> 1180 <dd><p>Get the window size.</p> 1298 1181 </dd></dl> 1299 1182 1300 1183 <dl class="method"> 1301 1184 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetSizeTuple"> 1302 <tt class="descname">GetSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSizeTuple" title="Permalink to this definition">¶</a></dt> 1303 <dd><p>GetSizeTuple() -> (width, height)</p> 1304 <p>Get the window size.</p> 1185 <tt class="descname">GetSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSizeTuple" title="Permalink to this definition">¶</a></dt> 1186 <dd><p>Get the window size.</p> 1305 1187 </dd></dl> 1306 1188 1307 1189 <dl class="method"> 1308 1190 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetSizer"> 1309 <tt class="descname">GetSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSizer" title="Permalink to this definition">¶</a></dt> 1310 <dd><p>GetSizer(self) -> Sizer</p> 1311 <p>Return the sizer associated with the window by a previous call to 1191 <tt class="descname">GetSizer</tt><big>(</big><em>self</em><big>)</big> → Sizer<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetSizer" title="Permalink to this definition">¶</a></dt> 1192 <dd><p>Return the sizer associated with the window by a previous call to 1312 1193 SetSizer or None if there isn’t one.</p> 1313 1194 </dd></dl> … … 1315 1196 <dl class="method"> 1316 1197 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetTextExtent"> 1317 <tt class="descname">GetTextExtent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetTextExtent" title="Permalink to this definition">¶</a></dt> 1318 <dd><p>GetTextExtent(String string) -> (width, height)</p> 1319 <p>Get the width and height of the text using the current font.</p> 1198 <tt class="descname">GetTextExtent</tt><big>(</big><em>String string) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetTextExtent" title="Permalink to this definition">¶</a></dt> 1199 <dd><p>Get the width and height of the text using the current font.</p> 1320 1200 </dd></dl> 1321 1201 1322 1202 <dl class="method"> 1323 1203 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetThemeEnabled"> 1324 <tt class="descname">GetThemeEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetThemeEnabled" title="Permalink to this definition">¶</a></dt> 1325 <dd><p>GetThemeEnabled(self) -> bool</p> 1326 <p>Return the themeEnabled flag.</p> 1204 <tt class="descname">GetThemeEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetThemeEnabled" title="Permalink to this definition">¶</a></dt> 1205 <dd><p>Return the themeEnabled flag.</p> 1327 1206 </dd></dl> 1328 1207 1329 1208 <dl class="method"> 1330 1209 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolBitmapSize"> 1331 <tt class="descname">GetToolBitmapSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolBitmapSize" title="Permalink to this definition">¶</a></dt> 1332 <dd><p>GetToolBitmapSize(self) -> Size</p> 1333 </dd></dl> 1210 <tt class="descname">GetToolBitmapSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolBitmapSize" title="Permalink to this definition">¶</a></dt> 1211 <dd></dd></dl> 1334 1212 1335 1213 <dl class="method"> 1336 1214 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolClientData"> 1337 <tt class="descname">GetToolClientData</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolClientData" title="Permalink to this definition">¶</a></dt> 1338 <dd><p>GetToolClientData(self, int id) -> PyObject</p> 1339 </dd></dl> 1215 <tt class="descname">GetToolClientData</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → PyObject<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolClientData" title="Permalink to this definition">¶</a></dt> 1216 <dd></dd></dl> 1340 1217 1341 1218 <dl class="method"> 1342 1219 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolEnabled"> 1343 <tt class="descname">GetToolEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolEnabled" title="Permalink to this definition">¶</a></dt> 1344 <dd><p>GetToolEnabled(self, int id) -> bool</p> 1345 </dd></dl> 1220 <tt class="descname">GetToolEnabled</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolEnabled" title="Permalink to this definition">¶</a></dt> 1221 <dd></dd></dl> 1346 1222 1347 1223 <dl class="method"> 1348 1224 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolLongHelp"> 1349 <tt class="descname">GetToolLongHelp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolLongHelp" title="Permalink to this definition">¶</a></dt> 1350 <dd><p>GetToolLongHelp(self, int id) -> String</p> 1351 </dd></dl> 1225 <tt class="descname">GetToolLongHelp</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolLongHelp" title="Permalink to this definition">¶</a></dt> 1226 <dd></dd></dl> 1352 1227 1353 1228 <dl class="method"> 1354 1229 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolMargins"> 1355 <tt class="descname">GetToolMargins</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolMargins" title="Permalink to this definition">¶</a></dt> 1356 <dd><p>GetToolMargins(self) -> Size</p> 1357 </dd></dl> 1230 <tt class="descname">GetToolMargins</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolMargins" title="Permalink to this definition">¶</a></dt> 1231 <dd></dd></dl> 1358 1232 1359 1233 <dl class="method"> 1360 1234 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolPacking"> 1361 <tt class="descname">GetToolPacking</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolPacking" title="Permalink to this definition">¶</a></dt> 1362 <dd><p>GetToolPacking(self) -> int</p> 1363 </dd></dl> 1235 <tt class="descname">GetToolPacking</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolPacking" title="Permalink to this definition">¶</a></dt> 1236 <dd></dd></dl> 1364 1237 1365 1238 <dl class="method"> 1366 1239 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolPos"> 1367 <tt class="descname">GetToolPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolPos" title="Permalink to this definition">¶</a></dt> 1368 <dd><p>GetToolPos(self, int id) -> int</p> 1369 </dd></dl> 1240 <tt class="descname">GetToolPos</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolPos" title="Permalink to this definition">¶</a></dt> 1241 <dd></dd></dl> 1370 1242 1371 1243 <dl class="method"> 1372 1244 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolSeparation"> 1373 <tt class="descname">GetToolSeparation</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolSeparation" title="Permalink to this definition">¶</a></dt> 1374 <dd><p>GetToolSeparation(self) -> int</p> 1375 </dd></dl> 1245 <tt class="descname">GetToolSeparation</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolSeparation" title="Permalink to this definition">¶</a></dt> 1246 <dd></dd></dl> 1376 1247 1377 1248 <dl class="method"> 1378 1249 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolShortHelp"> 1379 <tt class="descname">GetToolShortHelp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolShortHelp" title="Permalink to this definition">¶</a></dt> 1380 <dd><p>GetToolShortHelp(self, int id) -> String</p> 1381 </dd></dl> 1250 <tt class="descname">GetToolShortHelp</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → String<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolShortHelp" title="Permalink to this definition">¶</a></dt> 1251 <dd></dd></dl> 1382 1252 1383 1253 <dl class="method"> 1384 1254 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolSize"> 1385 <tt class="descname">GetToolSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolSize" title="Permalink to this definition">¶</a></dt> 1386 <dd><p>GetToolSize(self) -> Size</p> 1387 </dd></dl> 1255 <tt class="descname">GetToolSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolSize" title="Permalink to this definition">¶</a></dt> 1256 <dd></dd></dl> 1388 1257 1389 1258 <dl class="method"> 1390 1259 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolState"> 1391 <tt class="descname">GetToolState</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolState" title="Permalink to this definition">¶</a></dt> 1392 <dd><p>GetToolState(self, int id) -> bool</p> 1393 </dd></dl> 1260 <tt class="descname">GetToolState</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolState" title="Permalink to this definition">¶</a></dt> 1261 <dd></dd></dl> 1394 1262 1395 1263 <dl class="method"> 1396 1264 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolTip"> 1397 <tt class="descname">GetToolTip</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolTip" title="Permalink to this definition">¶</a></dt> 1398 <dd><p>GetToolTip(self) -> ToolTip</p> 1399 <p>get the associated tooltip or None if none</p> 1265 <tt class="descname">GetToolTip</tt><big>(</big><em>self</em><big>)</big> → ToolTip<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolTip" title="Permalink to this definition">¶</a></dt> 1266 <dd><p>get the associated tooltip or None if none</p> 1400 1267 </dd></dl> 1401 1268 1402 1269 <dl class="method"> 1403 1270 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetToolsCount"> 1404 <tt class="descname">GetToolsCount</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolsCount" title="Permalink to this definition">¶</a></dt> 1405 <dd><p>GetToolsCount(self) -> size_t</p> 1406 </dd></dl> 1271 <tt class="descname">GetToolsCount</tt><big>(</big><em>self</em><big>)</big> → size_t<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetToolsCount" title="Permalink to this definition">¶</a></dt> 1272 <dd></dd></dl> 1407 1273 1408 1274 <dl class="method"> 1409 1275 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetTopLevelParent"> 1410 <tt class="descname">GetTopLevelParent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetTopLevelParent" title="Permalink to this definition">¶</a></dt> 1411 <dd><p>GetTopLevelParent(self) -> Window</p> 1412 <p>Returns the first frame or dialog in this window’s parental hierarchy.</p> 1276 <tt class="descname">GetTopLevelParent</tt><big>(</big><em>self</em><big>)</big> → Window<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetTopLevelParent" title="Permalink to this definition">¶</a></dt> 1277 <dd><p>Returns the first frame or dialog in this window’s parental hierarchy.</p> 1413 1278 </dd></dl> 1414 1279 1415 1280 <dl class="method"> 1416 1281 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateClientRect"> 1417 <tt class="descname">GetUpdateClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt> 1418 <dd><p>GetUpdateClientRect(self) -> Rect</p> 1419 <p>Get the update rectangle region bounding box in client coords.</p> 1282 <tt class="descname">GetUpdateClientRect</tt><big>(</big><em>self</em><big>)</big> → Rect<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateClientRect" title="Permalink to this definition">¶</a></dt> 1283 <dd><p>Get the update rectangle region bounding box in client coords.</p> 1420 1284 </dd></dl> 1421 1285 1422 1286 <dl class="method"> 1423 1287 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateRegion"> 1424 <tt class="descname">GetUpdateRegion</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateRegion" title="Permalink to this definition">¶</a></dt> 1425 <dd><p>GetUpdateRegion(self) -> Region</p> 1426 <p>Returns the region specifying which parts of the window have been 1288 <tt class="descname">GetUpdateRegion</tt><big>(</big><em>self</em><big>)</big> → Region<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetUpdateRegion" title="Permalink to this definition">¶</a></dt> 1289 <dd><p>Returns the region specifying which parts of the window have been 1427 1290 damaged. Should only be called within an EVT_PAINT handler.</p> 1428 1291 </dd></dl> … … 1430 1293 <dl class="method"> 1431 1294 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetValidator"> 1432 <tt class="descname">GetValidator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetValidator" title="Permalink to this definition">¶</a></dt> 1433 <dd><p>GetValidator(self) -> Validator</p> 1434 <p>Returns a pointer to the current validator for the window, or None if 1295 <tt class="descname">GetValidator</tt><big>(</big><em>self</em><big>)</big> → Validator<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetValidator" title="Permalink to this definition">¶</a></dt> 1296 <dd><p>Returns a pointer to the current validator for the window, or None if 1435 1297 there is none.</p> 1436 1298 </dd></dl> … … 1438 1300 <dl class="method"> 1439 1301 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSize"> 1440 <tt class="descname">GetVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSize" title="Permalink to this definition">¶</a></dt> 1441 <dd><p>GetVirtualSize(self) -> Size</p> 1442 <p>Get the the virtual size of the window in pixels. For most windows 1302 <tt class="descname">GetVirtualSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSize" title="Permalink to this definition">¶</a></dt> 1303 <dd><p>Get the the virtual size of the window in pixels. For most windows 1443 1304 this is just the client area of the window, but for some like scrolled 1444 1305 windows it is more or less independent of the screen window size.</p> … … 1447 1308 <dl class="method"> 1448 1309 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSizeTuple"> 1449 <tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt> 1450 <dd><p>GetVirtualSizeTuple() -> (width, height)</p> 1451 <p>Get the the virtual size of the window in pixels. For most windows 1310 <tt class="descname">GetVirtualSizeTuple</tt><big>(</big><em>) -> (width</em>, <em>height</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetVirtualSizeTuple" title="Permalink to this definition">¶</a></dt> 1311 <dd><p>Get the the virtual size of the window in pixels. For most windows 1452 1312 this is just the client area of the window, but for some like scrolled 1453 1313 windows it is more or less independent of the screen window size.</p> … … 1456 1316 <dl class="method"> 1457 1317 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetWindowBorderSize"> 1458 <tt class="descname">GetWindowBorderSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt> 1459 <dd><p>GetWindowBorderSize(self) -> Size</p> 1460 <p>Return the size of the left/right and top/bottom borders.</p> 1318 <tt class="descname">GetWindowBorderSize</tt><big>(</big><em>self</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowBorderSize" title="Permalink to this definition">¶</a></dt> 1319 <dd><p>Return the size of the left/right and top/bottom borders.</p> 1461 1320 </dd></dl> 1462 1321 1463 1322 <dl class="method"> 1464 1323 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyle"> 1465 <tt class="descname">GetWindowStyle</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyle" title="Permalink to this definition">¶</a></dt>1324 <tt class="descname">GetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyle" title="Permalink to this definition">¶</a></dt> 1466 1325 <dd><p>GetWindowStyleFlag(self) -> long</p> 1467 1326 <p>Gets the window style that was passed to the constructor or Create … … 1471 1330 <dl class="method"> 1472 1331 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyleFlag"> 1473 <tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 1474 <dd><p>GetWindowStyleFlag(self) -> long</p> 1475 <p>Gets the window style that was passed to the constructor or Create 1332 <tt class="descname">GetWindowStyleFlag</tt><big>(</big><em>self</em><big>)</big> → long<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 1333 <dd><p>Gets the window style that was passed to the constructor or Create 1476 1334 method.</p> 1477 1335 </dd></dl> … … 1479 1337 <dl class="method"> 1480 1338 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.GetWindowVariant"> 1481 <tt class="descname">GetWindowVariant</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowVariant" title="Permalink to this definition">¶</a></dt> 1482 <dd><p>GetWindowVariant(self) -> int</p> 1483 </dd></dl> 1339 <tt class="descname">GetWindowVariant</tt><big>(</big><em>self</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.GetWindowVariant" title="Permalink to this definition">¶</a></dt> 1340 <dd></dd></dl> 1484 1341 1485 1342 <dl class="attribute"> … … 1505 1362 <dl class="method"> 1506 1363 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HasCapture"> 1507 <tt class="descname">HasCapture</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasCapture" title="Permalink to this definition">¶</a></dt> 1508 <dd><p>HasCapture(self) -> bool</p> 1509 <p>Returns true if this window has the current mouse capture.</p> 1364 <tt class="descname">HasCapture</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasCapture" title="Permalink to this definition">¶</a></dt> 1365 <dd><p>Returns true if this window has the current mouse capture.</p> 1510 1366 </dd></dl> 1511 1367 1512 1368 <dl class="method"> 1513 1369 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HasFlag"> 1514 <tt class="descname">HasFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasFlag" title="Permalink to this definition">¶</a></dt> 1515 <dd><p>HasFlag(self, int flag) -> bool</p> 1516 <p>Test if the given style is set for this window.</p> 1370 <tt class="descname">HasFlag</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasFlag" title="Permalink to this definition">¶</a></dt> 1371 <dd><p>Test if the given style is set for this window.</p> 1517 1372 </dd></dl> 1518 1373 1519 1374 <dl class="method"> 1520 1375 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HasMultiplePages"> 1521 <tt class="descname">HasMultiplePages</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasMultiplePages" title="Permalink to this definition">¶</a></dt> 1522 <dd><p>HasMultiplePages(self) -> bool</p> 1523 </dd></dl> 1376 <tt class="descname">HasMultiplePages</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasMultiplePages" title="Permalink to this definition">¶</a></dt> 1377 <dd></dd></dl> 1524 1378 1525 1379 <dl class="method"> 1526 1380 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HasScrollbar"> 1527 <tt class="descname">HasScrollbar</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasScrollbar" title="Permalink to this definition">¶</a></dt> 1528 <dd><p>HasScrollbar(self, int orient) -> bool</p> 1529 <p>Does the window have the scrollbar for this orientation?</p> 1381 <tt class="descname">HasScrollbar</tt><big>(</big><em>self</em>, <em>int orient</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasScrollbar" title="Permalink to this definition">¶</a></dt> 1382 <dd><p>Does the window have the scrollbar for this orientation?</p> 1530 1383 </dd></dl> 1531 1384 1532 1385 <dl class="method"> 1533 1386 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HasTransparentBackground"> 1534 <tt class="descname">HasTransparentBackground</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasTransparentBackground" title="Permalink to this definition">¶</a></dt> 1535 <dd><p>HasTransparentBackground(self) -> bool</p> 1536 <p>Returns True if this window’s background is transparent (as, for 1387 <tt class="descname">HasTransparentBackground</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HasTransparentBackground" title="Permalink to this definition">¶</a></dt> 1388 <dd><p>Returns True if this window’s background is transparent (as, for 1537 1389 example, for <cite>wx.StaticText</cite>) and should show the parent window’s 1538 1390 background.</p> … … 1551 1403 <dl class="method"> 1552 1404 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Hide"> 1553 <tt class="descname">Hide</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Hide" title="Permalink to this definition">¶</a></dt> 1554 <dd><p>Hide(self) -> bool</p> 1555 <p>Equivalent to calling Show(False).</p> 1405 <tt class="descname">Hide</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Hide" title="Permalink to this definition">¶</a></dt> 1406 <dd><p>Equivalent to calling Show(False).</p> 1556 1407 </dd></dl> 1557 1408 1558 1409 <dl class="method"> 1559 1410 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HitTest"> 1560 <tt class="descname">HitTest</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HitTest" title="Permalink to this definition">¶</a></dt> 1561 <dd><p>HitTest(self, Point pt) -> int</p> 1562 <p>Test where the given (in client coords) point lies</p> 1411 <tt class="descname">HitTest</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HitTest" title="Permalink to this definition">¶</a></dt> 1412 <dd><p>Test where the given (in client coords) point lies</p> 1563 1413 </dd></dl> 1564 1414 1565 1415 <dl class="method"> 1566 1416 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.HitTestXY"> 1567 <tt class="descname">HitTestXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HitTestXY" title="Permalink to this definition">¶</a></dt> 1568 <dd><p>HitTestXY(self, int x, int y) -> int</p> 1569 <p>Test where the given (in client coords) point lies</p> 1417 <tt class="descname">HitTestXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.HitTestXY" title="Permalink to this definition">¶</a></dt> 1418 <dd><p>Test where the given (in client coords) point lies</p> 1570 1419 </dd></dl> 1571 1420 … … 1578 1427 <dl class="method"> 1579 1428 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InheritAttributes"> 1580 <tt class="descname">InheritAttributes</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InheritAttributes" title="Permalink to this definition">¶</a></dt> 1581 <dd><p>InheritAttributes(self)</p> 1582 <p>This function is (or should be, in case of custom controls) called 1429 <tt class="descname">InheritAttributes</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InheritAttributes" title="Permalink to this definition">¶</a></dt> 1430 <dd><p>This function is (or should be, in case of custom controls) called 1583 1431 during window creation to intelligently set up the window visual 1584 1432 attributes, that is the font and the foreground and background … … 1605 1453 <dl class="method"> 1606 1454 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InheritsBackgroundColour"> 1607 <tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt> 1608 <dd><p>InheritsBackgroundColour(self) -> bool</p> 1609 </dd></dl> 1455 <tt class="descname">InheritsBackgroundColour</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InheritsBackgroundColour" title="Permalink to this definition">¶</a></dt> 1456 <dd></dd></dl> 1610 1457 1611 1458 <dl class="method"> 1612 1459 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InitDialog"> 1613 <tt class="descname">InitDialog</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InitDialog" title="Permalink to this definition">¶</a></dt> 1614 <dd><p>InitDialog(self)</p> 1615 <p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data 1460 <tt class="descname">InitDialog</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InitDialog" title="Permalink to this definition">¶</a></dt> 1461 <dd><p>Sends an EVT_INIT_DIALOG event, whose handler usually transfers data 1616 1462 to the dialog via validators.</p> 1617 1463 </dd></dl> … … 1619 1465 <dl class="method"> 1620 1466 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertControl"> 1621 <tt class="descname">InsertControl</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertControl" title="Permalink to this definition">¶</a></dt> 1622 <dd><p>InsertControl(self, size_t pos, Control control) -> ToolBarToolBase</p> 1623 </dd></dl> 1467 <tt class="descname">InsertControl</tt><big>(</big><em>self</em>, <em>size_t pos</em>, <em>Control control</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertControl" title="Permalink to this definition">¶</a></dt> 1468 <dd></dd></dl> 1624 1469 1625 1470 <dl class="method"> 1626 1471 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertLabelTool"> 1627 <tt class="descname">InsertLabelTool</tt><big>(</big>< em>pos</em>, <em>id</em>, <em>label</em>, <em>bitmap</em>, <em>bmpDisabled=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>kind=0</em>, <em>shortHelp=''</em>, <em>longHelp=''</em>, <em>clientData=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertLabelTool" title="Permalink to this definition">¶</a></dt>1472 <tt class="descname">InsertLabelTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertLabelTool" title="Permalink to this definition">¶</a></dt> 1628 1473 <dd><p>Insert the new tool at the given position, if pos == GetToolsCount(), it 1629 1474 is equivalent to AddTool()</p> … … 1632 1477 <dl class="method"> 1633 1478 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertSeparator"> 1634 <tt class="descname">InsertSeparator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertSeparator" title="Permalink to this definition">¶</a></dt> 1635 <dd><p>InsertSeparator(self, size_t pos) -> ToolBarToolBase</p> 1636 </dd></dl> 1479 <tt class="descname">InsertSeparator</tt><big>(</big><em>self</em>, <em>size_t pos</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertSeparator" title="Permalink to this definition">¶</a></dt> 1480 <dd></dd></dl> 1637 1481 1638 1482 <dl class="method"> 1639 1483 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertSimpleTool"> 1640 <tt class="descname">InsertSimpleTool</tt><big>(</big>< em>pos</em>, <em>id</em>, <em>bitmap</em>, <em>shortHelpString=''</em>, <em>longHelpString=''</em>, <em>isToggle=0</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertSimpleTool" title="Permalink to this definition">¶</a></dt>1484 <tt class="descname">InsertSimpleTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertSimpleTool" title="Permalink to this definition">¶</a></dt> 1641 1485 <dd><p>Old style method to insert a tool in the toolbar.</p> 1642 1486 </dd></dl> … … 1644 1488 <dl class="method"> 1645 1489 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertTool"> 1646 <tt class="descname">InsertTool</tt><big>(</big>< em>pos</em>, <em>id</em>, <em>bitmap</em>, <em>pushedBitmap=<wx._gdi.Bitmap; proxy of <Swig Object of type 'wxBitmap *' at 0x20a5f38> ></em>, <em>isToggle=0</em>, <em>clientData=None</em>, <em>shortHelpString=''</em>, <em>longHelpString=''</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertTool" title="Permalink to this definition">¶</a></dt>1490 <tt class="descname">InsertTool</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertTool" title="Permalink to this definition">¶</a></dt> 1647 1491 <dd><p>Old style method to insert a tool in the toolbar.</p> 1648 1492 </dd></dl> … … 1650 1494 <dl class="method"> 1651 1495 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InsertToolItem"> 1652 <tt class="descname">InsertToolItem</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertToolItem" title="Permalink to this definition">¶</a></dt> 1653 <dd><p>InsertToolItem(self, size_t pos, ToolBarToolBase tool) -> ToolBarToolBase</p> 1654 </dd></dl> 1496 <tt class="descname">InsertToolItem</tt><big>(</big><em>self</em>, <em>size_t pos</em>, <em>ToolBarToolBase tool</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InsertToolItem" title="Permalink to this definition">¶</a></dt> 1497 <dd></dd></dl> 1655 1498 1656 1499 <dl class="method"> 1657 1500 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.InvalidateBestSize"> 1658 <tt class="descname">InvalidateBestSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InvalidateBestSize" title="Permalink to this definition">¶</a></dt> 1659 <dd><p>InvalidateBestSize(self)</p> 1660 <p>Reset the cached best size value so it will be recalculated the next 1501 <tt class="descname">InvalidateBestSize</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.InvalidateBestSize" title="Permalink to this definition">¶</a></dt> 1502 <dd><p>Reset the cached best size value so it will be recalculated the next 1661 1503 time it is needed.</p> 1662 1504 </dd></dl> … … 1664 1506 <dl class="method"> 1665 1507 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsBeingDeleted"> 1666 <tt class="descname">IsBeingDeleted</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsBeingDeleted" title="Permalink to this definition">¶</a></dt> 1667 <dd><p>IsBeingDeleted(self) -> bool</p> 1668 <p>Is the window in the process of being deleted?</p> 1508 <tt class="descname">IsBeingDeleted</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsBeingDeleted" title="Permalink to this definition">¶</a></dt> 1509 <dd><p>Is the window in the process of being deleted?</p> 1669 1510 </dd></dl> 1670 1511 1671 1512 <dl class="method"> 1672 1513 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsDoubleBuffered"> 1673 <tt class="descname">IsDoubleBuffered</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt> 1674 <dd><p>IsDoubleBuffered(self) -> bool</p> 1675 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the 1514 <tt class="descname">IsDoubleBuffered</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsDoubleBuffered" title="Permalink to this definition">¶</a></dt> 1515 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window contents is double-buffered by the 1676 1516 system, i.e. if any drawing done on the window is really done on a 1677 1517 temporary backing surface and transferred to the screen all at once … … 1681 1521 <dl class="method"> 1682 1522 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsEnabled"> 1683 <tt class="descname">IsEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsEnabled" title="Permalink to this definition">¶</a></dt> 1684 <dd><p>IsEnabled(self) -> bool</p> 1685 <p>Returns true if the window is enabled for input, false otherwise.</p> 1523 <tt class="descname">IsEnabled</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsEnabled" title="Permalink to this definition">¶</a></dt> 1524 <dd><p>Returns true if the window is enabled for input, false otherwise.</p> 1686 1525 </dd></dl> 1687 1526 1688 1527 <dl class="method"> 1689 1528 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsExposed"> 1690 <tt class="descname">IsExposed</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposed" title="Permalink to this definition">¶</a></dt> 1691 <dd><p>IsExposed(self, int x, int y, int w=1, int h=1) -> bool</p> 1692 <p>Returns true if the given point or rectangle area has been exposed 1529 <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> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposed" title="Permalink to this definition">¶</a></dt> 1530 <dd><p>Returns true if the given point or rectangle area has been exposed 1693 1531 since the last repaint. Call this in an paint event handler to 1694 1532 optimize redrawing by only redrawing those areas, which have been … … 1698 1536 <dl class="method"> 1699 1537 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsExposedPoint"> 1700 <tt class="descname">IsExposedPoint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposedPoint" title="Permalink to this definition">¶</a></dt> 1701 <dd><p>IsExposedPoint(self, Point pt) -> bool</p> 1702 <p>Returns true if the given point or rectangle area has been exposed 1538 <tt class="descname">IsExposedPoint</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposedPoint" title="Permalink to this definition">¶</a></dt> 1539 <dd><p>Returns true if the given point or rectangle area has been exposed 1703 1540 since the last repaint. Call this in an paint event handler to 1704 1541 optimize redrawing by only redrawing those areas, which have been … … 1708 1545 <dl class="method"> 1709 1546 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsExposedRect"> 1710 <tt class="descname">IsExposedRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposedRect" title="Permalink to this definition">¶</a></dt> 1711 <dd><p>IsExposedRect(self, Rect rect) -> bool</p> 1712 <p>Returns true if the given point or rectangle area has been exposed 1547 <tt class="descname">IsExposedRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsExposedRect" title="Permalink to this definition">¶</a></dt> 1548 <dd><p>Returns true if the given point or rectangle area has been exposed 1713 1549 since the last repaint. Call this in an paint event handler to 1714 1550 optimize redrawing by only redrawing those areas, which have been … … 1718 1554 <dl class="method"> 1719 1555 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsFrozen"> 1720 <tt class="descname">IsFrozen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsFrozen" title="Permalink to this definition">¶</a></dt> 1721 <dd><p>IsFrozen(self) -> bool</p> 1722 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p> 1556 <tt class="descname">IsFrozen</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsFrozen" title="Permalink to this definition">¶</a></dt> 1557 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window has been frozen and not thawed yet.</p> 1723 1558 <table class="docutils field-list" frame="void" rules="none"> 1724 1559 <col class="field-name" /> 1725 1560 <col class="field-body" /> 1726 1561 <tbody valign="top"> 1727 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td>1562 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>Freeze</cite> and <cite>Thaw</cite></td> 1728 1563 </tr> 1729 1564 </tbody> … … 1733 1568 <dl class="method"> 1734 1569 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsRetained"> 1735 <tt class="descname">IsRetained</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsRetained" title="Permalink to this definition">¶</a></dt> 1736 <dd><p>IsRetained(self) -> bool</p> 1737 <p>Returns true if the window is retained, false otherwise. Retained 1570 <tt class="descname">IsRetained</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsRetained" title="Permalink to this definition">¶</a></dt> 1571 <dd><p>Returns true if the window is retained, false otherwise. Retained 1738 1572 windows are only available on X platforms.</p> 1739 1573 </dd></dl> … … 1741 1575 <dl class="method"> 1742 1576 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsSameAs"> 1743 <tt class="descname">IsSameAs</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsSameAs" title="Permalink to this definition">¶</a></dt> 1744 <dd><p>IsSameAs(self, Object p) -> bool</p> 1745 <p>For wx.Objects that use C++ reference counting internally, this method 1577 <tt class="descname">IsSameAs</tt><big>(</big><em>self</em>, <em>Object p</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsSameAs" title="Permalink to this definition">¶</a></dt> 1578 <dd><p>For wx.Objects that use C++ reference counting internally, this method 1746 1579 can be used to determine if two objects are referencing the same data 1747 1580 object.</p> … … 1750 1583 <dl class="method"> 1751 1584 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsShown"> 1752 <tt class="descname">IsShown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsShown" title="Permalink to this definition">¶</a></dt> 1753 <dd><p>IsShown(self) -> bool</p> 1754 <p>Returns true if the window is shown, false if it has been hidden.</p> 1585 <tt class="descname">IsShown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsShown" title="Permalink to this definition">¶</a></dt> 1586 <dd><p>Returns true if the window is shown, false if it has been hidden.</p> 1755 1587 </dd></dl> 1756 1588 1757 1589 <dl class="method"> 1758 1590 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsShownOnScreen"> 1759 <tt class="descname">IsShownOnScreen</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsShownOnScreen" title="Permalink to this definition">¶</a></dt> 1760 <dd><p>IsShownOnScreen(self) -> bool</p> 1761 <p>Returns <tt class="xref docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen, 1591 <tt class="descname">IsShownOnScreen</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsShownOnScreen" title="Permalink to this definition">¶</a></dt> 1592 <dd><p>Returns <tt class="docutils literal"><span class="pre">True</span></tt> if the window is physically visible on the screen, 1762 1593 i.e. it is shown and all its parents up to the toplevel window are 1763 1594 shown as well.</p> … … 1766 1597 <dl class="method"> 1767 1598 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsTopLevel"> 1768 <tt class="descname">IsTopLevel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsTopLevel" title="Permalink to this definition">¶</a></dt> 1769 <dd><p>IsTopLevel(self) -> bool</p> 1770 <p>Returns true if the given window is a top-level one. Currently all 1599 <tt class="descname">IsTopLevel</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsTopLevel" title="Permalink to this definition">¶</a></dt> 1600 <dd><p>Returns true if the given window is a top-level one. Currently all 1771 1601 frames and dialogs are always considered to be top-level windows (even 1772 1602 if they have a parent window).</p> … … 1775 1605 <dl class="method"> 1776 1606 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.IsVertical"> 1777 <tt class="descname">IsVertical</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsVertical" title="Permalink to this definition">¶</a></dt> 1778 <dd><p>IsVertical(self) -> bool</p> 1779 </dd></dl> 1607 <tt class="descname">IsVertical</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.IsVertical" title="Permalink to this definition">¶</a></dt> 1608 <dd></dd></dl> 1780 1609 1781 1610 <dl class="attribute"> … … 1793 1622 <dl class="method"> 1794 1623 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Layout"> 1795 <tt class="descname">Layout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Layout" title="Permalink to this definition">¶</a></dt> 1796 <dd><p>Layout(self) -> bool</p> 1797 <p>Invokes the constraint-based layout algorithm or the sizer-based 1624 <tt class="descname">Layout</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Layout" title="Permalink to this definition">¶</a></dt> 1625 <dd><p>Invokes the constraint-based layout algorithm or the sizer-based 1798 1626 algorithm for this window. See SetAutoLayout: when auto layout is on, 1799 1627 this function gets called automatically by the default EVT_SIZE … … 1809 1637 <dl class="method"> 1810 1638 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.LineDown"> 1811 <tt class="descname">LineDown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.LineDown" title="Permalink to this definition">¶</a></dt> 1812 <dd><p>LineDown(self) -> bool</p> 1813 <p>This is just a wrapper for ScrollLines(1).</p> 1639 <tt class="descname">LineDown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.LineDown" title="Permalink to this definition">¶</a></dt> 1640 <dd><p>This is just a wrapper for ScrollLines(1).</p> 1814 1641 </dd></dl> 1815 1642 1816 1643 <dl class="method"> 1817 1644 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.LineUp"> 1818 <tt class="descname">LineUp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.LineUp" title="Permalink to this definition">¶</a></dt> 1819 <dd><p>LineUp(self) -> bool</p> 1820 <p>This is just a wrapper for ScrollLines(-1).</p> 1645 <tt class="descname">LineUp</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.LineUp" title="Permalink to this definition">¶</a></dt> 1646 <dd><p>This is just a wrapper for ScrollLines(-1).</p> 1821 1647 </dd></dl> 1822 1648 1823 1649 <dl class="method"> 1824 1650 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Lower"> 1825 <tt class="descname">Lower</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Lower" title="Permalink to this definition">¶</a></dt> 1826 <dd><p>Lower(self)</p> 1827 <p>Lowers the window to the bottom of the window hierarchy. In current 1651 <tt class="descname">Lower</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Lower" title="Permalink to this definition">¶</a></dt> 1652 <dd><p>Lowers the window to the bottom of the window hierarchy. In current 1828 1653 version of wxWidgets this works both for managed and child windows.</p> 1829 1654 </dd></dl> … … 1831 1656 <dl class="method"> 1832 1657 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.MakeModal"> 1833 <tt class="descname">MakeModal</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MakeModal" title="Permalink to this definition">¶</a></dt> 1834 <dd><p>MakeModal(self, bool modal=True)</p> 1835 <p>Disables all other windows in the application so that the user can 1658 <tt class="descname">MakeModal</tt><big>(</big><em>self</em>, <em>bool modal=True</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MakeModal" title="Permalink to this definition">¶</a></dt> 1659 <dd><p>Disables all other windows in the application so that the user can 1836 1660 only interact with this window. Passing False will reverse this 1837 1661 effect.</p> … … 1894 1718 <dl class="method"> 1895 1719 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Move"> 1896 <tt class="descname">Move</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Move" title="Permalink to this definition">¶</a></dt> 1897 <dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p> 1898 <p>Moves the window to the given position.</p> 1720 <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.gui_toolbar.GUIToolBar.Move" title="Permalink to this definition">¶</a></dt> 1721 <dd><p>Moves the window to the given position.</p> 1899 1722 </dd></dl> 1900 1723 1901 1724 <dl class="method"> 1902 1725 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.MoveAfterInTabOrder"> 1903 <tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt> 1904 <dd><p>MoveAfterInTabOrder(self, Window win)</p> 1905 <p>Moves this window in the tab navigation order after the specified 1726 <tt class="descname">MoveAfterInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MoveAfterInTabOrder" title="Permalink to this definition">¶</a></dt> 1727 <dd><p>Moves this window in the tab navigation order after the specified 1906 1728 sibling window. This means that when the user presses the TAB key on 1907 1729 that other window, the focus switches to this window.</p> … … 1913 1735 <dl class="method"> 1914 1736 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.MoveBeforeInTabOrder"> 1915 <tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt> 1916 <dd><p>MoveBeforeInTabOrder(self, Window win)</p> 1917 <p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just 1737 <tt class="descname">MoveBeforeInTabOrder</tt><big>(</big><em>self</em>, <em>Window win</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MoveBeforeInTabOrder" title="Permalink to this definition">¶</a></dt> 1738 <dd><p>Same as <cite>MoveAfterInTabOrder</cite> except that it inserts this window just 1918 1739 before win instead of putting it right after it.</p> 1919 1740 </dd></dl> … … 1921 1742 <dl class="method"> 1922 1743 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.MoveXY"> 1923 <tt class="descname">MoveXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.MoveXY" title="Permalink to this definition">¶</a></dt> 1924 <dd><p>MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING)</p> 1925 <p>Moves the window to the given position.</p> 1744 <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.gui_toolbar.GUIToolBar.MoveXY" title="Permalink to this definition">¶</a></dt> 1745 <dd><p>Moves the window to the given position.</p> 1926 1746 </dd></dl> 1927 1747 … … 1934 1754 <dl class="method"> 1935 1755 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Navigate"> 1936 <tt class="descname">Navigate</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Navigate" title="Permalink to this definition">¶</a></dt> 1937 <dd><p>Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool</p> 1938 <p>Does keyboard navigation from this window to another, by sending a 1756 <tt class="descname">Navigate</tt><big>(</big><em>self</em>, <em>int flags=NavigationKeyEvent.IsForward</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Navigate" title="Permalink to this definition">¶</a></dt> 1757 <dd><p>Does keyboard navigation from this window to another, by sending a 1939 1758 <cite>wx.NavigationKeyEvent</cite>.</p> 1940 1759 </dd></dl> … … 1942 1761 <dl class="staticmethod"> 1943 1762 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.NewControlId"> 1944 <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.gui_toolbar.GUIToolBar.NewControlId" title="Permalink to this definition">¶</a></dt> 1945 <dd><p>NewControlId() -> int</p> 1946 <p>Generate a control id for the controls which were not given one.</p> 1763 <em class="property">static </em><tt class="descname">NewControlId</tt><big>(</big><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.NewControlId" title="Permalink to this definition">¶</a></dt> 1764 <dd><p>Generate a control id for the controls which were not given one.</p> 1947 1765 </dd></dl> 1948 1766 1949 1767 <dl class="staticmethod"> 1950 1768 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.NextControlId"> 1951 <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.gui_toolbar.GUIToolBar.NextControlId" title="Permalink to this definition">¶</a></dt> 1952 <dd><p>NextControlId(int winid) -> int</p> 1953 <p>Get the id of the control following the one with the given 1769 <em class="property">static </em><tt class="descname">NextControlId</tt><big>(</big><em>int winid</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.NextControlId" title="Permalink to this definition">¶</a></dt> 1770 <dd><p>Get the id of the control following the one with the given 1954 1771 autogenerated) id</p> 1955 1772 </dd></dl> … … 1963 1780 <dl class="method"> 1964 1781 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.OnPaint"> 1965 <tt class="descname">OnPaint</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.OnPaint" title="Permalink to this definition">¶</a></dt> 1966 <dd><p>OnPaint(self, PaintEvent event)</p> 1967 </dd></dl> 1782 <tt class="descname">OnPaint</tt><big>(</big><em>self</em>, <em>PaintEvent event</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.OnPaint" title="Permalink to this definition">¶</a></dt> 1783 <dd></dd></dl> 1968 1784 1969 1785 <dl class="method"> 1970 1786 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PageDown"> 1971 <tt class="descname">PageDown</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PageDown" title="Permalink to this definition">¶</a></dt> 1972 <dd><p>PageDown(self) -> bool</p> 1973 <p>This is just a wrapper for ScrollPages(1).</p> 1787 <tt class="descname">PageDown</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PageDown" title="Permalink to this definition">¶</a></dt> 1788 <dd><p>This is just a wrapper for ScrollPages(1).</p> 1974 1789 </dd></dl> 1975 1790 1976 1791 <dl class="method"> 1977 1792 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PageUp"> 1978 <tt class="descname">PageUp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PageUp" title="Permalink to this definition">¶</a></dt> 1979 <dd><p>PageUp(self) -> bool</p> 1980 <p>This is just a wrapper for ScrollPages(-1).</p> 1793 <tt class="descname">PageUp</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PageUp" title="Permalink to this definition">¶</a></dt> 1794 <dd><p>This is just a wrapper for ScrollPages(-1).</p> 1981 1795 </dd></dl> 1982 1796 … … 1989 1803 <dl class="method"> 1990 1804 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PopEventHandler"> 1991 <tt class="descname">PopEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopEventHandler" title="Permalink to this definition">¶</a></dt> 1992 <dd><p>PopEventHandler(self, bool deleteHandler=False) -> EvtHandler</p> 1993 <p>Removes and returns the top-most event handler on the event handler 1805 <tt class="descname">PopEventHandler</tt><big>(</big><em>self</em>, <em>bool deleteHandler=False</em><big>)</big> → EvtHandler<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopEventHandler" title="Permalink to this definition">¶</a></dt> 1806 <dd><p>Removes and returns the top-most event handler on the event handler 1994 1807 stack. If deleteHandler is True then the wx.EvtHandler object will be 1995 destroyed after it is popped, and <tt class=" xrefdocutils literal"><span class="pre">None</span></tt> will be returned instead.</p>1808 destroyed after it is popped, and <tt class="docutils literal"><span class="pre">None</span></tt> will be returned instead.</p> 1996 1809 </dd></dl> 1997 1810 1998 1811 <dl class="method"> 1999 1812 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PopupMenu"> 2000 <tt class="descname">PopupMenu</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopupMenu" title="Permalink to this definition">¶</a></dt> 2001 <dd><p>PopupMenu(self, Menu menu, Point pos=DefaultPosition) -> bool</p> 2002 <p>Pops up the given menu at the specified coordinates, relative to this window, 1813 <tt class="descname">PopupMenu</tt><big>(</big><em>self</em>, <em>Menu menu</em>, <em>Point pos=DefaultPosition</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopupMenu" title="Permalink to this definition">¶</a></dt> 1814 <dd><p>Pops up the given menu at the specified coordinates, relative to this window, 2003 1815 and returns control when the user has dismissed the menu. If a menu item is 2004 1816 selected, the corresponding menu event is generated and will be processed as … … 2009 1821 <dl class="method"> 2010 1822 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PopupMenuXY"> 2011 <tt class="descname">PopupMenuXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopupMenuXY" title="Permalink to this definition">¶</a></dt> 2012 <dd><p>PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -> bool</p> 2013 <p>Pops up the given menu at the specified coordinates, relative to this window, 1823 <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> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PopupMenuXY" title="Permalink to this definition">¶</a></dt> 1824 <dd><p>Pops up the given menu at the specified coordinates, relative to this window, 2014 1825 and returns control when the user has dismissed the menu. If a menu item is 2015 1826 selected, the corresponding menu event is generated and will be processed as … … 2026 1837 <dl class="method"> 2027 1838 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PostCreate"> 2028 <tt class="descname">PostCreate</tt><big>(</big>< em>pre</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PostCreate" title="Permalink to this definition">¶</a></dt>1839 <tt class="descname">PostCreate</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PostCreate" title="Permalink to this definition">¶</a></dt> 2029 1840 <dd><p>Phase 3 of the 2-phase create <wink!> 2030 1841 Call this method after precreating the window with the 2-phase create method.</p> … … 2033 1844 <dl class="method"> 2034 1845 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PrepareDC"> 2035 <tt class="descname">PrepareDC</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PrepareDC" title="Permalink to this definition">¶</a></dt> 2036 <dd><p>PrepareDC(self, DC dc)</p> 2037 <p>Call this function to prepare the device context for drawing a 1846 <tt class="descname">PrepareDC</tt><big>(</big><em>self</em>, <em>DC dc</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PrepareDC" title="Permalink to this definition">¶</a></dt> 1847 <dd><p>Call this function to prepare the device context for drawing a 2038 1848 scrolled image. It sets the device origin according to the current 2039 1849 scroll position.</p> … … 2042 1852 <dl class="staticmethod"> 2043 1853 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PrevControlId"> 2044 <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.gui_toolbar.GUIToolBar.PrevControlId" title="Permalink to this definition">¶</a></dt> 2045 <dd><p>PrevControlId(int winid) -> int</p> 2046 <p>Get the id of the control preceding the one with the given 1854 <em class="property">static </em><tt class="descname">PrevControlId</tt><big>(</big><em>int winid</em><big>)</big> → int<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PrevControlId" title="Permalink to this definition">¶</a></dt> 1855 <dd><p>Get the id of the control preceding the one with the given 2047 1856 autogenerated) id</p> 2048 1857 </dd></dl> … … 2056 1865 <dl class="method"> 2057 1866 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ProcessEvent"> 2058 <tt class="descname">ProcessEvent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ProcessEvent" title="Permalink to this definition">¶</a></dt> 2059 <dd><p>ProcessEvent(self, Event event) -> bool</p> 2060 </dd></dl> 1867 <tt class="descname">ProcessEvent</tt><big>(</big><em>self</em>, <em>Event event</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ProcessEvent" title="Permalink to this definition">¶</a></dt> 1868 <dd></dd></dl> 2061 1869 2062 1870 <dl class="method"> 2063 1871 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ProcessPendingEvents"> 2064 <tt class="descname">ProcessPendingEvents</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 2065 <dd><p>ProcessPendingEvents(self)</p> 2066 </dd></dl> 1872 <tt class="descname">ProcessPendingEvents</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ProcessPendingEvents" title="Permalink to this definition">¶</a></dt> 1873 <dd></dd></dl> 2067 1874 2068 1875 <dl class="method"> 2069 1876 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.PushEventHandler"> 2070 <tt class="descname">PushEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PushEventHandler" title="Permalink to this definition">¶</a></dt> 2071 <dd><p>PushEventHandler(self, EvtHandler handler)</p> 2072 <p>Pushes this event handler onto the event handler stack for the window. 1877 <tt class="descname">PushEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.PushEventHandler" title="Permalink to this definition">¶</a></dt> 1878 <dd><p>Pushes this event handler onto the event handler stack for the window. 2073 1879 An event handler is an object that is capable of processing the events 2074 1880 sent to a window. (In other words, is able to dispatch the events to a … … 2088 1894 <dl class="method"> 2089 1895 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Raise"> 2090 <tt class="descname">Raise</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Raise" title="Permalink to this definition">¶</a></dt> 2091 <dd><p>Raise(self)</p> 2092 <p>Raises the window to the top of the window hierarchy. In current 1896 <tt class="descname">Raise</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Raise" title="Permalink to this definition">¶</a></dt> 1897 <dd><p>Raises the window to the top of the window hierarchy. In current 2093 1898 version of wxWidgets this works both for managed and child windows.</p> 2094 1899 </dd></dl> … … 2096 1901 <dl class="method"> 2097 1902 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Realize"> 2098 <tt class="descname">Realize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Realize" title="Permalink to this definition">¶</a></dt> 2099 <dd><p>Realize(self) -> bool</p> 2100 </dd></dl> 1903 <tt class="descname">Realize</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Realize" title="Permalink to this definition">¶</a></dt> 1904 <dd></dd></dl> 2101 1905 2102 1906 <dl class="attribute"> … … 2108 1912 <dl class="method"> 2109 1913 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Refresh"> 2110 <tt class="descname">Refresh</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Refresh" title="Permalink to this definition">¶</a></dt> 2111 <dd><p>Refresh(self, bool eraseBackground=True, Rect rect=None)</p> 2112 <p>Mark the specified rectangle (or the whole window) as “dirty” so it 1914 <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.gui_toolbar.GUIToolBar.Refresh" title="Permalink to this definition">¶</a></dt> 1915 <dd><p>Mark the specified rectangle (or the whole window) as “dirty” so it 2113 1916 will be repainted. Causes an EVT_PAINT event to be generated and sent 2114 1917 to the window.</p> … … 2117 1920 <dl class="method"> 2118 1921 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.RefreshRect"> 2119 <tt class="descname">RefreshRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RefreshRect" title="Permalink to this definition">¶</a></dt> 2120 <dd><p>RefreshRect(self, Rect rect, bool eraseBackground=True)</p> 2121 <p>Redraws the contents of the given rectangle: the area inside it will 1922 <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.gui_toolbar.GUIToolBar.RefreshRect" title="Permalink to this definition">¶</a></dt> 1923 <dd><p>Redraws the contents of the given rectangle: the area inside it will 2122 1924 be repainted. This is the same as Refresh but has a nicer syntax.</p> 2123 1925 </dd></dl> … … 2125 1927 <dl class="method"> 2126 1928 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.RegisterHotKey"> 2127 <tt class="descname">RegisterHotKey</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RegisterHotKey" title="Permalink to this definition">¶</a></dt> 2128 <dd><p>RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -> bool</p> 2129 <p>Registers a system wide hotkey. Every time the user presses the hotkey 1929 <tt class="descname">RegisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em>, <em>int modifiers</em>, <em>int keycode</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RegisterHotKey" title="Permalink to this definition">¶</a></dt> 1930 <dd><p>Registers a system wide hotkey. Every time the user presses the hotkey 2130 1931 registered here, this window will receive a hotkey event. It will 2131 1932 receive the event even if the application is in the background and … … 2138 1939 <dl class="method"> 2139 1940 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ReleaseMouse"> 2140 <tt class="descname">ReleaseMouse</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ReleaseMouse" title="Permalink to this definition">¶</a></dt> 2141 <dd><p>ReleaseMouse(self)</p> 2142 <p>Releases mouse input captured with wx.Window.CaptureMouse.</p> 1941 <tt class="descname">ReleaseMouse</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ReleaseMouse" title="Permalink to this definition">¶</a></dt> 1942 <dd><p>Releases mouse input captured with wx.Window.CaptureMouse.</p> 2143 1943 </dd></dl> 2144 1944 2145 1945 <dl class="method"> 2146 1946 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.RemoveChild"> 2147 <tt class="descname">RemoveChild</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveChild" title="Permalink to this definition">¶</a></dt> 2148 <dd><p>RemoveChild(self, Window child)</p> 2149 <p>Removes a child window. This is called automatically by window 1947 <tt class="descname">RemoveChild</tt><big>(</big><em>self</em>, <em>Window child</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveChild" title="Permalink to this definition">¶</a></dt> 1948 <dd><p>Removes a child window. This is called automatically by window 2150 1949 deletion functions so should not be required by the application 2151 1950 programmer.</p> … … 2154 1953 <dl class="method"> 2155 1954 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.RemoveEventHandler"> 2156 <tt class="descname">RemoveEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveEventHandler" title="Permalink to this definition">¶</a></dt> 2157 <dd><p>RemoveEventHandler(self, EvtHandler handler) -> bool</p> 2158 <p>Find the given handler in the event handler chain and remove (but not 1955 <tt class="descname">RemoveEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveEventHandler" title="Permalink to this definition">¶</a></dt> 1956 <dd><p>Find the given handler in the event handler chain and remove (but not 2159 1957 delete) it from the event handler chain, returns True if it was found 2160 1958 and False otherwise (this also results in an assert failure so this … … 2165 1963 <dl class="method"> 2166 1964 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.RemoveTool"> 2167 <tt class="descname">RemoveTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveTool" title="Permalink to this definition">¶</a></dt> 2168 <dd><p>RemoveTool(self, int id) -> ToolBarToolBase</p> 2169 </dd></dl> 1965 <tt class="descname">RemoveTool</tt><big>(</big><em>self</em>, <em>int id</em><big>)</big> → ToolBarToolBase<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.RemoveTool" title="Permalink to this definition">¶</a></dt> 1966 <dd></dd></dl> 2170 1967 2171 1968 <dl class="method"> 2172 1969 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Reparent"> 2173 <tt class="descname">Reparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Reparent" title="Permalink to this definition">¶</a></dt> 2174 <dd><p>Reparent(self, Window newParent) -> bool</p> 2175 <p>Reparents the window, i.e the window will be removed from its current 1970 <tt class="descname">Reparent</tt><big>(</big><em>self</em>, <em>Window newParent</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Reparent" title="Permalink to this definition">¶</a></dt> 1971 <dd><p>Reparents the window, i.e the window will be removed from its current 2176 1972 parent window (e.g. a non-standard toolbar in a wxFrame) and then 2177 1973 re-inserted into another. Available on Windows and GTK. Returns True … … 2194 1990 <dl class="method"> 2195 1991 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClient"> 2196 <tt class="descname">ScreenToClient</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClient" title="Permalink to this definition">¶</a></dt> 2197 <dd><p>ScreenToClient(self, Point pt) -> Point</p> 2198 <p>Converts from screen to client window coordinates.</p> 1992 <tt class="descname">ScreenToClient</tt><big>(</big><em>self</em>, <em>Point pt</em><big>)</big> → Point<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClient" title="Permalink to this definition">¶</a></dt> 1993 <dd><p>Converts from screen to client window coordinates.</p> 2199 1994 </dd></dl> 2200 1995 2201 1996 <dl class="method"> 2202 1997 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClientXY"> 2203 <tt class="descname">ScreenToClientXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClientXY" title="Permalink to this definition">¶</a></dt> 2204 <dd><p>ScreenToClientXY(int x, int y) -> (x,y)</p> 2205 <p>Converts from screen to client window coordinates.</p> 1998 <tt class="descname">ScreenToClientXY</tt><big>(</big><em>int x</em>, <em>int y) -> (x</em>, <em>y</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScreenToClientXY" title="Permalink to this definition">¶</a></dt> 1999 <dd><p>Converts from screen to client window coordinates.</p> 2206 2000 </dd></dl> 2207 2001 2208 2002 <dl class="method"> 2209 2003 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ScrollLines"> 2210 <tt class="descname">ScrollLines</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScrollLines" title="Permalink to this definition">¶</a></dt> 2211 <dd><p>ScrollLines(self, int lines) -> bool</p> 2212 <p>If the platform and window class supports it, scrolls the window by 2004 <tt class="descname">ScrollLines</tt><big>(</big><em>self</em>, <em>int lines</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScrollLines" title="Permalink to this definition">¶</a></dt> 2005 <dd><p>If the platform and window class supports it, scrolls the window by 2213 2006 the given number of lines down, if lines is positive, or up if lines 2214 2007 is negative. Returns True if the window was scrolled, False if it was … … 2218 2011 <dl class="method"> 2219 2012 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ScrollPages"> 2220 <tt class="descname">ScrollPages</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScrollPages" title="Permalink to this definition">¶</a></dt> 2221 <dd><p>ScrollPages(self, int pages) -> bool</p> 2222 <p>If the platform and window class supports it, scrolls the window by 2013 <tt class="descname">ScrollPages</tt><big>(</big><em>self</em>, <em>int pages</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScrollPages" title="Permalink to this definition">¶</a></dt> 2014 <dd><p>If the platform and window class supports it, scrolls the window by 2223 2015 the given number of pages down, if pages is positive, or up if pages 2224 2016 is negative. Returns True if the window was scrolled, False if it was … … 2228 2020 <dl class="method"> 2229 2021 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ScrollWindow"> 2230 <tt class="descname">ScrollWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ScrollWindow" title="Permalink to this definition">¶</a></dt> 2231 <dd><p>ScrollWindow(self, int dx, int dy, Rect rect=None)</p> 2232 <p>Physically scrolls the pixels in the window and move child windows 2022 <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.gui_toolbar.GUIToolBar.ScrollWindow" title="Permalink to this definition">¶</a></dt> 2023 <dd><p>Physically scrolls the pixels in the window and move child windows 2233 2024 accordingly. Use this function to optimise your scrolling 2234 2025 implementations, to minimise the area that must be redrawn. Note that … … 2243 2034 <dl class="method"> 2244 2035 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetAcceleratorTable"> 2245 <tt class="descname">SetAcceleratorTable</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 2246 <dd><p>SetAcceleratorTable(self, AcceleratorTable accel)</p> 2247 <p>Sets the accelerator table for this window.</p> 2036 <tt class="descname">SetAcceleratorTable</tt><big>(</big><em>self</em>, <em>AcceleratorTable accel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetAcceleratorTable" title="Permalink to this definition">¶</a></dt> 2037 <dd><p>Sets the accelerator table for this window.</p> 2248 2038 </dd></dl> 2249 2039 2250 2040 <dl class="method"> 2251 2041 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetAutoLayout"> 2252 <tt class="descname">SetAutoLayout</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetAutoLayout" title="Permalink to this definition">¶</a></dt> 2253 <dd><p>SetAutoLayout(self, bool autoLayout)</p> 2254 <p>Determines whether the Layout function will be called automatically 2042 <tt class="descname">SetAutoLayout</tt><big>(</big><em>self</em>, <em>bool autoLayout</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetAutoLayout" title="Permalink to this definition">¶</a></dt> 2043 <dd><p>Determines whether the Layout function will be called automatically 2255 2044 when the window is resized. lease note that this only happens for the 2256 2045 windows usually used to contain children, namely <cite>wx.Panel</cite> and … … 2263 2052 <dl class="method"> 2264 2053 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundColour"> 2265 <tt class="descname">SetBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundColour" title="Permalink to this definition">¶</a></dt> 2266 <dd><p>SetBackgroundColour(self, Colour colour) -> bool</p> 2267 <p>Sets the background colour of the window. Returns True if the colour 2054 <tt class="descname">SetBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundColour" title="Permalink to this definition">¶</a></dt> 2055 <dd><p>Sets the background colour of the window. Returns True if the colour 2268 2056 was changed. The background colour is usually painted by the default 2269 2057 EVT_ERASE_BACKGROUND event handler function under Windows and … … 2281 2069 <dl class="method"> 2282 2070 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundStyle"> 2283 <tt class="descname">SetBackgroundStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 2284 <dd><p>SetBackgroundStyle(self, int style) -> bool</p> 2285 <p>Returns the background style of the window. The background style 2071 <tt class="descname">SetBackgroundStyle</tt><big>(</big><em>self</em>, <em>int style</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBackgroundStyle" title="Permalink to this definition">¶</a></dt> 2072 <dd><p>Returns the background style of the window. The background style 2286 2073 indicates how the background of the window is drawn.</p> 2287 2074 <blockquote> … … 2292 2079 </colgroup> 2293 2080 <tbody valign="top"> 2294 <tr ><td>wx.BG_STYLE_SYSTEM</td>2081 <tr class="row-odd"><td>wx.BG_STYLE_SYSTEM</td> 2295 2082 <td>The background colour or pattern should 2296 2083 be determined by the system</td> 2297 2084 </tr> 2298 <tr ><td>wx.BG_STYLE_COLOUR</td>2085 <tr class="row-even"><td>wx.BG_STYLE_COLOUR</td> 2299 2086 <td>The background should be a solid colour</td> 2300 2087 </tr> 2301 <tr ><td>wx.BG_STYLE_CUSTOM</td>2088 <tr class="row-odd"><td>wx.BG_STYLE_CUSTOM</td> 2302 2089 <td>The background will be implemented by the 2303 2090 application.</td> … … 2313 2100 <col class="field-body" /> 2314 2101 <tbody valign="top"> 2315 <tr class="field "><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td>2102 <tr class="field-odd field"><th class="field-name">See :</th><td class="field-body"><cite>GetBackgroundStyle</cite>, <cite>SetBackgroundColour</cite></td> 2316 2103 </tr> 2317 2104 </tbody> … … 2321 2108 <dl class="method"> 2322 2109 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetBestFittingSize"> 2323 <tt class="descname">SetBestFittingSize</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBestFittingSize" title="Permalink to this definition">¶</a></dt>2110 <tt class="descname">SetBestFittingSize</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetBestFittingSize" title="Permalink to this definition">¶</a></dt> 2324 2111 <dd><p>Use <cite>SetInitialSize</cite></p> 2325 2112 </dd></dl> … … 2327 2114 <dl class="method"> 2328 2115 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetCaret"> 2329 <tt class="descname">SetCaret</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetCaret" title="Permalink to this definition">¶</a></dt> 2330 <dd><p>SetCaret(self, Caret caret)</p> 2331 <p>Sets the caret associated with the window.</p> 2116 <tt class="descname">SetCaret</tt><big>(</big><em>self</em>, <em>Caret caret</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetCaret" title="Permalink to this definition">¶</a></dt> 2117 <dd><p>Sets the caret associated with the window.</p> 2332 2118 </dd></dl> 2333 2119 2334 2120 <dl class="method"> 2335 2121 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetClientRect"> 2336 <tt class="descname">SetClientRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetClientRect" title="Permalink to this definition">¶</a></dt> 2337 <dd><p>SetClientRect(self, Rect rect)</p> 2338 <p>This sets the size of the window client area in pixels. Using this 2122 <tt class="descname">SetClientRect</tt><big>(</big><em>self</em>, <em>Rect rect</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetClientRect" title="Permalink to this definition">¶</a></dt> 2123 <dd><p>This sets the size of the window client area in pixels. Using this 2339 2124 function to size a window tends to be more device-independent than 2340 2125 wx.Window.SetSize, since the application need not worry about what … … 2345 2130 <dl class="method"> 2346 2131 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetClientSize"> 2347 <tt class="descname">SetClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetClientSize" title="Permalink to this definition">¶</a></dt> 2348 <dd><p>SetClientSize(self, Size size)</p> 2349 <p>This sets the size of the window client area in pixels. Using this 2132 <tt class="descname">SetClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetClientSize" title="Permalink to this definition">¶</a></dt> 2133 <dd><p>This sets the size of the window client area in pixels. Using this 2350 2134 function to size a window tends to be more device-independent than 2351 2135 wx.Window.SetSize, since the application need not worry about what … … 2356 2140 <dl class="method"> 2357 2141 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetClientSizeWH"> 2358 <tt class="descname">SetClientSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetClientSizeWH" title="Permalink to this definition">¶</a></dt> 2359 <dd><p>SetClientSizeWH(self, int width, int height)</p> 2360 <p>This sets the size of the window client area in pixels. Using this 2142 <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.gui_toolbar.GUIToolBar.SetClientSizeWH" title="Permalink to this definition">¶</a></dt> 2143 <dd><p>This sets the size of the window client area in pixels. Using this 2361 2144 function to size a window tends to be more device-independent than 2362 2145 wx.Window.SetSize, since the application need not worry about what … … 2367 2150 <dl class="method"> 2368 2151 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetConstraints"> 2369 <tt class="descname">SetConstraints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetConstraints" title="Permalink to this definition">¶</a></dt> 2370 <dd><p>SetConstraints(self, LayoutConstraints constraints)</p> 2371 <p>Sets the window to have the given layout constraints. If an existing 2152 <tt class="descname">SetConstraints</tt><big>(</big><em>self</em>, <em>LayoutConstraints constraints</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetConstraints" title="Permalink to this definition">¶</a></dt> 2153 <dd><p>Sets the window to have the given layout constraints. If an existing 2372 2154 layout constraints object is already owned by the window, it will be 2373 2155 deleted. Pass None to disassociate and delete the window’s current … … 2382 2164 <dl class="method"> 2383 2165 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetContainingSizer"> 2384 <tt class="descname">SetContainingSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetContainingSizer" title="Permalink to this definition">¶</a></dt> 2385 <dd><p>SetContainingSizer(self, Sizer sizer)</p> 2386 <p>This normally does not need to be called by application code. It is 2166 <tt class="descname">SetContainingSizer</tt><big>(</big><em>self</em>, <em>Sizer sizer</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetContainingSizer" title="Permalink to this definition">¶</a></dt> 2167 <dd><p>This normally does not need to be called by application code. It is 2387 2168 called internally when a window is added to a sizer, and is used so 2388 2169 the window can remove itself from the sizer when it is destroyed.</p> … … 2391 2172 <dl class="method"> 2392 2173 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetCursor"> 2393 <tt class="descname">SetCursor</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetCursor" title="Permalink to this definition">¶</a></dt> 2394 <dd><p>SetCursor(self, Cursor cursor) -> bool</p> 2395 <p>Sets the window’s cursor. Notice that the window cursor also sets it 2174 <tt class="descname">SetCursor</tt><big>(</big><em>self</em>, <em>Cursor cursor</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetCursor" title="Permalink to this definition">¶</a></dt> 2175 <dd><p>Sets the window’s cursor. Notice that the window cursor also sets it 2396 2176 for the children of the window implicitly.</p> 2397 2177 <p>The cursor may be wx.NullCursor in which case the window cursor will … … 2401 2181 <dl class="method"> 2402 2182 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetDimensions"> 2403 <tt class="descname">SetDimensions</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetDimensions" title="Permalink to this definition">¶</a></dt> 2404 <dd><p>SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)</p> 2405 <p>Sets the position and size of the window in pixels. The sizeFlags 2183 <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.gui_toolbar.GUIToolBar.SetDimensions" title="Permalink to this definition">¶</a></dt> 2184 <dd><p>Sets the position and size of the window in pixels. The sizeFlags 2406 2185 parameter indicates the interpretation of the other params if they are 2407 2186 equal to -1.</p> … … 2413 2192 </colgroup> 2414 2193 <tbody valign="top"> 2415 <tr ><td>wx.SIZE_AUTO</td>2194 <tr class="row-odd"><td>wx.SIZE_AUTO</td> 2416 2195 <td>A -1 indicates that a class-specific 2417 2196 default should be used.</td> 2418 2197 </tr> 2419 <tr ><td>wx.SIZE_USE_EXISTING</td>2198 <tr class="row-even"><td>wx.SIZE_USE_EXISTING</td> 2420 2199 <td>Existing dimensions should be used if 2421 2200 -1 values are supplied.</td> 2422 2201 </tr> 2423 <tr ><td>wxSIZE_ALLOW_MINUS_ONE</td>2202 <tr class="row-odd"><td>wxSIZE_ALLOW_MINUS_ONE</td> 2424 2203 <td>Allow dimensions of -1 and less to be 2425 2204 interpreted as real dimensions, not … … 2433 2212 <dl class="method"> 2434 2213 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetDoubleBuffered"> 2435 <tt class="descname">SetDoubleBuffered</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt> 2436 <dd><p>SetDoubleBuffered(self, bool on)</p> 2437 <p>Put the native window into double buffered or composited mode.</p> 2214 <tt class="descname">SetDoubleBuffered</tt><big>(</big><em>self</em>, <em>bool on</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetDoubleBuffered" title="Permalink to this definition">¶</a></dt> 2215 <dd><p>Put the native window into double buffered or composited mode.</p> 2438 2216 </dd></dl> 2439 2217 2440 2218 <dl class="method"> 2441 2219 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetDropTarget"> 2442 <tt class="descname">SetDropTarget</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetDropTarget" title="Permalink to this definition">¶</a></dt> 2443 <dd><p>SetDropTarget(self, DropTarget dropTarget)</p> 2444 <p>Associates a drop target with this window. If the window already has 2220 <tt class="descname">SetDropTarget</tt><big>(</big><em>self</em>, <em>DropTarget dropTarget</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetDropTarget" title="Permalink to this definition">¶</a></dt> 2221 <dd><p>Associates a drop target with this window. If the window already has 2445 2222 a drop target, it is deleted.</p> 2446 2223 </dd></dl> … … 2448 2225 <dl class="method"> 2449 2226 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetEventHandler"> 2450 <tt class="descname">SetEventHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetEventHandler" title="Permalink to this definition">¶</a></dt> 2451 <dd><p>SetEventHandler(self, EvtHandler handler)</p> 2452 <p>Sets the event handler for this window. An event handler is an object 2227 <tt class="descname">SetEventHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetEventHandler" title="Permalink to this definition">¶</a></dt> 2228 <dd><p>Sets the event handler for this window. An event handler is an object 2453 2229 that is capable of processing the events sent to a window. (In other 2454 2230 words, is able to dispatch the events to handler function.) By … … 2464 2240 <dl class="method"> 2465 2241 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetEvtHandlerEnabled"> 2466 <tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 2467 <dd><p>SetEvtHandlerEnabled(self, bool enabled)</p> 2468 </dd></dl> 2242 <tt class="descname">SetEvtHandlerEnabled</tt><big>(</big><em>self</em>, <em>bool enabled</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetEvtHandlerEnabled" title="Permalink to this definition">¶</a></dt> 2243 <dd></dd></dl> 2469 2244 2470 2245 <dl class="method"> 2471 2246 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetExtraStyle"> 2472 <tt class="descname">SetExtraStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetExtraStyle" title="Permalink to this definition">¶</a></dt> 2473 <dd><p>SetExtraStyle(self, long exStyle)</p> 2474 <p>Sets the extra style bits for the window. Extra styles are the less 2247 <tt class="descname">SetExtraStyle</tt><big>(</big><em>self</em>, <em>long exStyle</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetExtraStyle" title="Permalink to this definition">¶</a></dt> 2248 <dd><p>Sets the extra style bits for the window. Extra styles are the less 2475 2249 often used style bits which can’t be set with the constructor or with 2476 2250 SetWindowStyleFlag()</p> … … 2479 2253 <dl class="method"> 2480 2254 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetFocus"> 2481 <tt class="descname">SetFocus</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFocus" title="Permalink to this definition">¶</a></dt> 2482 <dd><p>SetFocus(self)</p> 2483 <p>Set’s the focus to this window, allowing it to receive keyboard input.</p> 2255 <tt class="descname">SetFocus</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFocus" title="Permalink to this definition">¶</a></dt> 2256 <dd><p>Set’s the focus to this window, allowing it to receive keyboard input.</p> 2484 2257 </dd></dl> 2485 2258 2486 2259 <dl class="method"> 2487 2260 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetFocusFromKbd"> 2488 <tt class="descname">SetFocusFromKbd</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt> 2489 <dd><p>SetFocusFromKbd(self)</p> 2490 <p>Set focus to this window as the result of a keyboard action. Normally 2261 <tt class="descname">SetFocusFromKbd</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFocusFromKbd" title="Permalink to this definition">¶</a></dt> 2262 <dd><p>Set focus to this window as the result of a keyboard action. Normally 2491 2263 only called internally.</p> 2492 2264 </dd></dl> … … 2494 2266 <dl class="method"> 2495 2267 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetFont"> 2496 <tt class="descname">SetFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFont" title="Permalink to this definition">¶</a></dt> 2497 <dd><p>SetFont(self, Font font) -> bool</p> 2498 <p>Sets the font for this window.</p> 2268 <tt class="descname">SetFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetFont" title="Permalink to this definition">¶</a></dt> 2269 <dd><p>Sets the font for this window.</p> 2499 2270 </dd></dl> 2500 2271 2501 2272 <dl class="method"> 2502 2273 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetForegroundColour"> 2503 <tt class="descname">SetForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetForegroundColour" title="Permalink to this definition">¶</a></dt> 2504 <dd><p>SetForegroundColour(self, Colour colour) -> bool</p> 2505 <p>Sets the foreground colour of the window. Returns True is the colour 2274 <tt class="descname">SetForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetForegroundColour" title="Permalink to this definition">¶</a></dt> 2275 <dd><p>Sets the foreground colour of the window. Returns True is the colour 2506 2276 was changed. The interpretation of foreground colour is dependent on 2507 2277 the window class; it may be the text colour or other colour, or it may … … 2511 2281 <dl class="method"> 2512 2282 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetHelpText"> 2513 <tt class="descname">SetHelpText</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetHelpText" title="Permalink to this definition">¶</a></dt> 2514 <dd><p>SetHelpText(self, String text)</p> 2515 <p>Sets the help text to be used as context-sensitive help for this 2283 <tt class="descname">SetHelpText</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetHelpText" title="Permalink to this definition">¶</a></dt> 2284 <dd><p>Sets the help text to be used as context-sensitive help for this 2516 2285 window. Note that the text is actually stored by the current 2517 2286 <cite>wx.HelpProvider</cite> implementation, and not in the window object itself.</p> … … 2520 2289 <dl class="method"> 2521 2290 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetHelpTextForId"> 2522 <tt class="descname">SetHelpTextForId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetHelpTextForId" title="Permalink to this definition">¶</a></dt> 2523 <dd><p>SetHelpTextForId(self, String text)</p> 2524 <p>Associate this help text with all windows with the same id as this 2291 <tt class="descname">SetHelpTextForId</tt><big>(</big><em>self</em>, <em>String text</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetHelpTextForId" title="Permalink to this definition">¶</a></dt> 2292 <dd><p>Associate this help text with all windows with the same id as this 2525 2293 one.</p> 2526 2294 </dd></dl> … … 2528 2296 <dl class="method"> 2529 2297 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetId"> 2530 <tt class="descname">SetId</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetId" title="Permalink to this definition">¶</a></dt> 2531 <dd><p>SetId(self, int winid)</p> 2532 <p>Sets the identifier of the window. Each window has an integer 2298 <tt class="descname">SetId</tt><big>(</big><em>self</em>, <em>int winid</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetId" title="Permalink to this definition">¶</a></dt> 2299 <dd><p>Sets the identifier of the window. Each window has an integer 2533 2300 identifier. If the application has not provided one, an identifier 2534 2301 will be generated. Normally, the identifier should be provided on … … 2538 2305 <dl class="method"> 2539 2306 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetInitialSize"> 2540 <tt class="descname">SetInitialSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetInitialSize" title="Permalink to this definition">¶</a></dt> 2541 <dd><p>SetInitialSize(self, Size size=DefaultSize)</p> 2542 <p>A ‘Smart’ SetSize that will fill in default size components with the 2307 <tt class="descname">SetInitialSize</tt><big>(</big><em>self</em>, <em>Size size=DefaultSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetInitialSize" title="Permalink to this definition">¶</a></dt> 2308 <dd><p>A ‘Smart’ SetSize that will fill in default size components with the 2543 2309 window’s <em>best size</em> values. Also set’s the minsize for use with sizers.</p> 2544 2310 </dd></dl> … … 2546 2312 <dl class="method"> 2547 2313 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetLabel"> 2548 <tt class="descname">SetLabel</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetLabel" title="Permalink to this definition">¶</a></dt> 2549 <dd><p>SetLabel(self, String label)</p> 2550 <p>Set the text which the window shows in its label if applicable.</p> 2314 <tt class="descname">SetLabel</tt><big>(</big><em>self</em>, <em>String label</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetLabel" title="Permalink to this definition">¶</a></dt> 2315 <dd><p>Set the text which the window shows in its label if applicable.</p> 2551 2316 </dd></dl> 2552 2317 2553 2318 <dl class="method"> 2554 2319 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetLayoutDirection"> 2555 <tt class="descname">SetLayoutDirection</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetLayoutDirection" title="Permalink to this definition">¶</a></dt> 2556 <dd><p>SetLayoutDirection(self, int dir)</p> 2557 <p>Set the layout direction (LTR or RTL) for this window.</p> 2320 <tt class="descname">SetLayoutDirection</tt><big>(</big><em>self</em>, <em>int dir</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetLayoutDirection" title="Permalink to this definition">¶</a></dt> 2321 <dd><p>Set the layout direction (LTR or RTL) for this window.</p> 2558 2322 </dd></dl> 2559 2323 2560 2324 <dl class="method"> 2561 2325 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetMargins"> 2562 <tt class="descname">SetMargins</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMargins" title="Permalink to this definition">¶</a></dt> 2563 <dd><p>SetMargins(self, Size size)</p> 2564 </dd></dl> 2326 <tt class="descname">SetMargins</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMargins" title="Permalink to this definition">¶</a></dt> 2327 <dd></dd></dl> 2565 2328 2566 2329 <dl class="method"> 2567 2330 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetMarginsXY"> 2568 <tt class="descname">SetMarginsXY</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMarginsXY" title="Permalink to this definition">¶</a></dt> 2569 <dd><p>SetMarginsXY(self, int x, int y)</p> 2570 </dd></dl> 2331 <tt class="descname">SetMarginsXY</tt><big>(</big><em>self</em>, <em>int x</em>, <em>int y</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMarginsXY" title="Permalink to this definition">¶</a></dt> 2332 <dd></dd></dl> 2571 2333 2572 2334 <dl class="method"> 2573 2335 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetMaxRowsCols"> 2574 <tt class="descname">SetMaxRowsCols</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMaxRowsCols" title="Permalink to this definition">¶</a></dt> 2575 <dd><p>SetMaxRowsCols(self, int rows, int cols)</p> 2576 </dd></dl> 2336 <tt class="descname">SetMaxRowsCols</tt><big>(</big><em>self</em>, <em>int rows</em>, <em>int cols</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMaxRowsCols" title="Permalink to this definition">¶</a></dt> 2337 <dd></dd></dl> 2577 2338 2578 2339 <dl class="method"> 2579 2340 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetMaxSize"> 2580 <tt class="descname">SetMaxSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMaxSize" title="Permalink to this definition">¶</a></dt> 2581 <dd><p>SetMaxSize(self, Size maxSize)</p> 2582 <p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2341 <tt class="descname">SetMaxSize</tt><big>(</big><em>self</em>, <em>Size maxSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMaxSize" title="Permalink to this definition">¶</a></dt> 2342 <dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2583 2343 max size.</p> 2584 2344 </dd></dl> … … 2586 2346 <dl class="method"> 2587 2347 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetMinSize"> 2588 <tt class="descname">SetMinSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMinSize" title="Permalink to this definition">¶</a></dt> 2589 <dd><p>SetMinSize(self, Size minSize)</p> 2590 <p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2348 <tt class="descname">SetMinSize</tt><big>(</big><em>self</em>, <em>Size minSize</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetMinSize" title="Permalink to this definition">¶</a></dt> 2349 <dd><p>A more convenient method than <cite>SetSizeHints</cite> for setting just the 2591 2350 min size.</p> 2592 2351 </dd></dl> … … 2594 2353 <dl class="method"> 2595 2354 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetName"> 2596 <tt class="descname">SetName</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetName" title="Permalink to this definition">¶</a></dt> 2597 <dd><p>SetName(self, String name)</p> 2598 <p>Sets the window’s name. The window name is used for ressource setting 2355 <tt class="descname">SetName</tt><big>(</big><em>self</em>, <em>String name</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetName" title="Permalink to this definition">¶</a></dt> 2356 <dd><p>Sets the window’s name. The window name is used for ressource setting 2599 2357 in X, it is not the same as the window title/label</p> 2600 2358 </dd></dl> … … 2602 2360 <dl class="method"> 2603 2361 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetNextHandler"> 2604 <tt class="descname">SetNextHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetNextHandler" title="Permalink to this definition">¶</a></dt> 2605 <dd><p>SetNextHandler(self, EvtHandler handler)</p> 2606 </dd></dl> 2362 <tt class="descname">SetNextHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetNextHandler" title="Permalink to this definition">¶</a></dt> 2363 <dd></dd></dl> 2607 2364 2608 2365 <dl class="method"> 2609 2366 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetOwnBackgroundColour"> 2610 <tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt> 2611 <dd><p>SetOwnBackgroundColour(self, Colour colour)</p> 2612 </dd></dl> 2367 <tt class="descname">SetOwnBackgroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnBackgroundColour" title="Permalink to this definition">¶</a></dt> 2368 <dd></dd></dl> 2613 2369 2614 2370 <dl class="method"> 2615 2371 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetOwnFont"> 2616 <tt class="descname">SetOwnFont</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnFont" title="Permalink to this definition">¶</a></dt> 2617 <dd><p>SetOwnFont(self, Font font)</p> 2618 </dd></dl> 2372 <tt class="descname">SetOwnFont</tt><big>(</big><em>self</em>, <em>Font font</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnFont" title="Permalink to this definition">¶</a></dt> 2373 <dd></dd></dl> 2619 2374 2620 2375 <dl class="method"> 2621 2376 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetOwnForegroundColour"> 2622 <tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt> 2623 <dd><p>SetOwnForegroundColour(self, Colour colour)</p> 2624 </dd></dl> 2377 <tt class="descname">SetOwnForegroundColour</tt><big>(</big><em>self</em>, <em>Colour colour</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetOwnForegroundColour" title="Permalink to this definition">¶</a></dt> 2378 <dd></dd></dl> 2625 2379 2626 2380 <dl class="method"> 2627 2381 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetPosition"> 2628 <tt class="descname">SetPosition</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetPosition" title="Permalink to this definition">¶</a></dt>2382 <tt class="descname">SetPosition</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetPosition" title="Permalink to this definition">¶</a></dt> 2629 2383 <dd><p>Move(self, Point pt, int flags=SIZE_USE_EXISTING)</p> 2630 2384 <p>Moves the window to the given position.</p> … … 2633 2387 <dl class="method"> 2634 2388 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetPreviousHandler"> 2635 <tt class="descname">SetPreviousHandler</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 2636 <dd><p>SetPreviousHandler(self, EvtHandler handler)</p> 2637 </dd></dl> 2389 <tt class="descname">SetPreviousHandler</tt><big>(</big><em>self</em>, <em>EvtHandler handler</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetPreviousHandler" title="Permalink to this definition">¶</a></dt> 2390 <dd></dd></dl> 2638 2391 2639 2392 <dl class="method"> 2640 2393 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetRect"> 2641 <tt class="descname">SetRect</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetRect" title="Permalink to this definition">¶</a></dt> 2642 <dd><p>SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO)</p> 2643 <p>Sets the position and size of the window in pixels using a wx.Rect.</p> 2394 <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.gui_toolbar.GUIToolBar.SetRect" title="Permalink to this definition">¶</a></dt> 2395 <dd><p>Sets the position and size of the window in pixels using a wx.Rect.</p> 2644 2396 </dd></dl> 2645 2397 2646 2398 <dl class="method"> 2647 2399 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetRows"> 2648 <tt class="descname">SetRows</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetRows" title="Permalink to this definition">¶</a></dt> 2649 <dd><p>SetRows(self, int nRows)</p> 2650 </dd></dl> 2400 <tt class="descname">SetRows</tt><big>(</big><em>self</em>, <em>int nRows</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetRows" title="Permalink to this definition">¶</a></dt> 2401 <dd></dd></dl> 2651 2402 2652 2403 <dl class="method"> 2653 2404 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetScrollPos"> 2654 <tt class="descname">SetScrollPos</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetScrollPos" title="Permalink to this definition">¶</a></dt> 2655 <dd><p>SetScrollPos(self, int orientation, int pos, bool refresh=True)</p> 2656 <p>Sets the position of one of the built-in scrollbars.</p> 2405 <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.gui_toolbar.GUIToolBar.SetScrollPos" title="Permalink to this definition">¶</a></dt> 2406 <dd><p>Sets the position of one of the built-in scrollbars.</p> 2657 2407 </dd></dl> 2658 2408 2659 2409 <dl class="method"> 2660 2410 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetScrollbar"> 2661 <tt class="descname">SetScrollbar</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetScrollbar" title="Permalink to this definition">¶</a></dt>2411 <tt class="descname">SetScrollbar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetScrollbar" title="Permalink to this definition">¶</a></dt> 2662 2412 <dd><dl class="docutils"> 2663 2413 <dt>SetScrollbar(self, int orientation, int position, int thumbSize, int range, </dt> … … 2669 2419 <dl class="method"> 2670 2420 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSize"> 2671 <tt class="descname">SetSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSize" title="Permalink to this definition">¶</a></dt> 2672 <dd><p>SetSize(self, Size size)</p> 2673 <p>Sets the size of the window in pixels.</p> 2421 <tt class="descname">SetSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSize" title="Permalink to this definition">¶</a></dt> 2422 <dd><p>Sets the size of the window in pixels.</p> 2674 2423 </dd></dl> 2675 2424 2676 2425 <dl class="method"> 2677 2426 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSizeHints"> 2678 <tt class="descname">SetSizeHints</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizeHints" title="Permalink to this definition">¶</a></dt>2427 <tt class="descname">SetSizeHints</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizeHints" title="Permalink to this definition">¶</a></dt> 2679 2428 <dd><dl class="docutils"> 2680 2429 <dt>SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, </dt> … … 2692 2441 <dl class="method"> 2693 2442 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSizeHintsSz"> 2694 <tt class="descname">SetSizeHintsSz</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2695 <dd><p>SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize)</p> 2696 <p>Allows specification of minimum and maximum window sizes, and window 2443 <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.gui_toolbar.GUIToolBar.SetSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2444 <dd><p>Allows specification of minimum and maximum window sizes, and window 2697 2445 size increments. If a pair of values is not set (or set to -1), the 2698 2446 default values will be used. If this function is called, the user … … 2705 2453 <dl class="method"> 2706 2454 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSizeWH"> 2707 <tt class="descname">SetSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizeWH" title="Permalink to this definition">¶</a></dt> 2708 <dd><p>SetSizeWH(self, int width, int height)</p> 2709 <p>Sets the size of the window in pixels.</p> 2455 <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.gui_toolbar.GUIToolBar.SetSizeWH" title="Permalink to this definition">¶</a></dt> 2456 <dd><p>Sets the size of the window in pixels.</p> 2710 2457 </dd></dl> 2711 2458 2712 2459 <dl class="method"> 2713 2460 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSizer"> 2714 <tt class="descname">SetSizer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizer" title="Permalink to this definition">¶</a></dt> 2715 <dd><p>SetSizer(self, Sizer sizer, bool deleteOld=True)</p> 2716 <p>Sets the window to have the given layout sizer. The window will then 2461 <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.gui_toolbar.GUIToolBar.SetSizer" title="Permalink to this definition">¶</a></dt> 2462 <dd><p>Sets the window to have the given layout sizer. The window will then 2717 2463 own the object, and will take care of its deletion. If an existing 2718 2464 layout sizer object is already owned by the window, it will be deleted … … 2724 2470 <dl class="method"> 2725 2471 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetSizerAndFit"> 2726 <tt class="descname">SetSizerAndFit</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetSizerAndFit" title="Permalink to this definition">¶</a></dt> 2727 <dd><p>SetSizerAndFit(self, Sizer sizer, bool deleteOld=True)</p> 2728 <p>The same as SetSizer, except it also sets the size hints for the 2472 <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.gui_toolbar.GUIToolBar.SetSizerAndFit" title="Permalink to this definition">¶</a></dt> 2473 <dd><p>The same as SetSizer, except it also sets the size hints for the 2729 2474 window based on the sizer’s minimum size.</p> 2730 2475 </dd></dl> … … 2732 2477 <dl class="method"> 2733 2478 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetThemeEnabled"> 2734 <tt class="descname">SetThemeEnabled</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetThemeEnabled" title="Permalink to this definition">¶</a></dt> 2735 <dd><p>SetThemeEnabled(self, bool enableTheme)</p> 2736 <dl class="docutils"> 2479 <tt class="descname">SetThemeEnabled</tt><big>(</big><em>self</em>, <em>bool enableTheme</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetThemeEnabled" title="Permalink to this definition">¶</a></dt> 2480 <dd><dl class="docutils"> 2737 2481 <dt>This function tells a window if it should use the system’s “theme”</dt> 2738 2482 <dd>code to draw the windows’ background instead if its own background … … 2748 2492 <dl class="method"> 2749 2493 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToggle"> 2750 <tt class="descname">SetToggle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToggle" title="Permalink to this definition">¶</a></dt> 2751 <dd><p>SetToggle(self, int id, bool toggle)</p> 2752 </dd></dl> 2494 <tt class="descname">SetToggle</tt><big>(</big><em>self</em>, <em>int id</em>, <em>bool toggle</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToggle" title="Permalink to this definition">¶</a></dt> 2495 <dd></dd></dl> 2753 2496 2754 2497 <dl class="method"> 2755 2498 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolBitmapSize"> 2756 <tt class="descname">SetToolBitmapSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolBitmapSize" title="Permalink to this definition">¶</a></dt> 2757 <dd><p>SetToolBitmapSize(self, Size size)</p> 2758 </dd></dl> 2499 <tt class="descname">SetToolBitmapSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolBitmapSize" title="Permalink to this definition">¶</a></dt> 2500 <dd></dd></dl> 2759 2501 2760 2502 <dl class="method"> 2761 2503 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolClientData"> 2762 <tt class="descname">SetToolClientData</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolClientData" title="Permalink to this definition">¶</a></dt> 2763 <dd><p>SetToolClientData(self, int id, PyObject clientData)</p> 2764 </dd></dl> 2504 <tt class="descname">SetToolClientData</tt><big>(</big><em>self</em>, <em>int id</em>, <em>PyObject clientData</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolClientData" title="Permalink to this definition">¶</a></dt> 2505 <dd></dd></dl> 2765 2506 2766 2507 <dl class="method"> 2767 2508 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolDisabledBitmap"> 2768 <tt class="descname">SetToolDisabledBitmap</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolDisabledBitmap" title="Permalink to this definition">¶</a></dt> 2769 <dd><p>SetToolDisabledBitmap(self, int id, Bitmap bitmap)</p> 2770 </dd></dl> 2509 <tt class="descname">SetToolDisabledBitmap</tt><big>(</big><em>self</em>, <em>int id</em>, <em>Bitmap bitmap</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolDisabledBitmap" title="Permalink to this definition">¶</a></dt> 2510 <dd></dd></dl> 2771 2511 2772 2512 <dl class="method"> 2773 2513 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolLongHelp"> 2774 <tt class="descname">SetToolLongHelp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolLongHelp" title="Permalink to this definition">¶</a></dt> 2775 <dd><p>SetToolLongHelp(self, int id, String helpString)</p> 2776 </dd></dl> 2514 <tt class="descname">SetToolLongHelp</tt><big>(</big><em>self</em>, <em>int id</em>, <em>String helpString</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolLongHelp" title="Permalink to this definition">¶</a></dt> 2515 <dd></dd></dl> 2777 2516 2778 2517 <dl class="method"> 2779 2518 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolNormalBitmap"> 2780 <tt class="descname">SetToolNormalBitmap</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolNormalBitmap" title="Permalink to this definition">¶</a></dt> 2781 <dd><p>SetToolNormalBitmap(self, int id, Bitmap bitmap)</p> 2782 </dd></dl> 2519 <tt class="descname">SetToolNormalBitmap</tt><big>(</big><em>self</em>, <em>int id</em>, <em>Bitmap bitmap</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolNormalBitmap" title="Permalink to this definition">¶</a></dt> 2520 <dd></dd></dl> 2783 2521 2784 2522 <dl class="method"> 2785 2523 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolPacking"> 2786 <tt class="descname">SetToolPacking</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolPacking" title="Permalink to this definition">¶</a></dt> 2787 <dd><p>SetToolPacking(self, int packing)</p> 2788 </dd></dl> 2524 <tt class="descname">SetToolPacking</tt><big>(</big><em>self</em>, <em>int packing</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolPacking" title="Permalink to this definition">¶</a></dt> 2525 <dd></dd></dl> 2789 2526 2790 2527 <dl class="method"> 2791 2528 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolSeparation"> 2792 <tt class="descname">SetToolSeparation</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolSeparation" title="Permalink to this definition">¶</a></dt> 2793 <dd><p>SetToolSeparation(self, int separation)</p> 2794 </dd></dl> 2529 <tt class="descname">SetToolSeparation</tt><big>(</big><em>self</em>, <em>int separation</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolSeparation" title="Permalink to this definition">¶</a></dt> 2530 <dd></dd></dl> 2795 2531 2796 2532 <dl class="method"> 2797 2533 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolShortHelp"> 2798 <tt class="descname">SetToolShortHelp</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolShortHelp" title="Permalink to this definition">¶</a></dt> 2799 <dd><p>SetToolShortHelp(self, int id, String helpString)</p> 2800 </dd></dl> 2534 <tt class="descname">SetToolShortHelp</tt><big>(</big><em>self</em>, <em>int id</em>, <em>String helpString</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolShortHelp" title="Permalink to this definition">¶</a></dt> 2535 <dd></dd></dl> 2801 2536 2802 2537 <dl class="method"> 2803 2538 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolTip"> 2804 <tt class="descname">SetToolTip</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolTip" title="Permalink to this definition">¶</a></dt> 2805 <dd><p>SetToolTip(self, ToolTip tip)</p> 2806 <p>Attach a tooltip to the window.</p> 2539 <tt class="descname">SetToolTip</tt><big>(</big><em>self</em>, <em>ToolTip tip</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolTip" title="Permalink to this definition">¶</a></dt> 2540 <dd><p>Attach a tooltip to the window.</p> 2807 2541 </dd></dl> 2808 2542 2809 2543 <dl class="method"> 2810 2544 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetToolTipString"> 2811 <tt class="descname">SetToolTipString</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolTipString" title="Permalink to this definition">¶</a></dt> 2812 <dd><p>SetToolTipString(self, String tip)</p> 2813 <p>Attach a tooltip to the window.</p> 2545 <tt class="descname">SetToolTipString</tt><big>(</big><em>self</em>, <em>String tip</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetToolTipString" title="Permalink to this definition">¶</a></dt> 2546 <dd><p>Attach a tooltip to the window.</p> 2814 2547 </dd></dl> 2815 2548 2816 2549 <dl class="method"> 2817 2550 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetTransparent"> 2818 <tt class="descname">SetTransparent</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetTransparent" title="Permalink to this definition">¶</a></dt> 2819 <dd><p>SetTransparent(self, byte alpha) -> bool</p> 2820 <p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value, 2551 <tt class="descname">SetTransparent</tt><big>(</big><em>self</em>, <em>byte alpha</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetTransparent" title="Permalink to this definition">¶</a></dt> 2552 <dd><p>Attempt to set the transparency of this window to the <tt class="docutils literal"><span class="pre">alpha</span></tt> value, 2821 2553 returns True on success. The <tt class="docutils literal"><span class="pre">alpha</span></tt> value is an integer in the 2822 2554 range of 0 to 255, where 0 is fully transparent and 255 is fully … … 2826 2558 <dl class="method"> 2827 2559 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetValidator"> 2828 <tt class="descname">SetValidator</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetValidator" title="Permalink to this definition">¶</a></dt> 2829 <dd><p>SetValidator(self, Validator validator)</p> 2830 <p>Deletes the current validator (if any) and sets the window validator, 2560 <tt class="descname">SetValidator</tt><big>(</big><em>self</em>, <em>Validator validator</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetValidator" title="Permalink to this definition">¶</a></dt> 2561 <dd><p>Deletes the current validator (if any) and sets the window validator, 2831 2562 having called wx.Validator.Clone to create a new validator of this 2832 2563 type.</p> … … 2835 2566 <dl class="method"> 2836 2567 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSize"> 2837 <tt class="descname">SetVirtualSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSize" title="Permalink to this definition">¶</a></dt> 2838 <dd><p>SetVirtualSize(self, Size size)</p> 2839 <p>Set the the virtual size of a window in pixels. For most windows this 2568 <tt class="descname">SetVirtualSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSize" title="Permalink to this definition">¶</a></dt> 2569 <dd><p>Set the the virtual size of a window in pixels. For most windows this 2840 2570 is just the client area of the window, but for some like scrolled 2841 2571 windows it is more or less independent of the screen window size.</p> … … 2844 2574 <dl class="method"> 2845 2575 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeHints"> 2846 <tt class="descname">SetVirtualSizeHints</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt> 2847 <dd><p>SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1)</p> 2848 <p>Allows specification of minimum and maximum virtual window sizes. If a 2576 <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.gui_toolbar.GUIToolBar.SetVirtualSizeHints" title="Permalink to this definition">¶</a></dt> 2577 <dd><p>Allows specification of minimum and maximum virtual window sizes. If a 2849 2578 pair of values is not set (or set to -1), the default values will be 2850 2579 used. If this function is called, the user will not be able to size … … 2854 2583 <dl class="method"> 2855 2584 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeHintsSz"> 2856 <tt class="descname">SetVirtualSizeHintsSz</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2857 <dd><p>SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize)</p> 2858 <p>Allows specification of minimum and maximum virtual window sizes. If a 2585 <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.gui_toolbar.GUIToolBar.SetVirtualSizeHintsSz" title="Permalink to this definition">¶</a></dt> 2586 <dd><p>Allows specification of minimum and maximum virtual window sizes. If a 2859 2587 pair of values is not set (or set to -1), the default values will be 2860 2588 used. If this function is called, the user will not be able to size … … 2864 2592 <dl class="method"> 2865 2593 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeWH"> 2866 <tt class="descname">SetVirtualSizeWH</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt> 2867 <dd><p>SetVirtualSizeWH(self, int w, int h)</p> 2868 <p>Set the the virtual size of a window in pixels. For most windows this 2594 <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.gui_toolbar.GUIToolBar.SetVirtualSizeWH" title="Permalink to this definition">¶</a></dt> 2595 <dd><p>Set the the virtual size of a window in pixels. For most windows this 2869 2596 is just the client area of the window, but for some like scrolled 2870 2597 windows it is more or less independent of the screen window size.</p> … … 2873 2600 <dl class="method"> 2874 2601 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyle"> 2875 <tt class="descname">SetWindowStyle</tt><big>(</big>< em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyle" title="Permalink to this definition">¶</a></dt>2602 <tt class="descname">SetWindowStyle</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyle" title="Permalink to this definition">¶</a></dt> 2876 2603 <dd><p>SetWindowStyleFlag(self, long style)</p> 2877 2604 <p>Sets the style of the window. Please note that some styles cannot be … … 2883 2610 <dl class="method"> 2884 2611 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyleFlag"> 2885 <tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 2886 <dd><p>SetWindowStyleFlag(self, long style)</p> 2887 <p>Sets the style of the window. Please note that some styles cannot be 2612 <tt class="descname">SetWindowStyleFlag</tt><big>(</big><em>self</em>, <em>long style</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowStyleFlag" title="Permalink to this definition">¶</a></dt> 2613 <dd><p>Sets the style of the window. Please note that some styles cannot be 2888 2614 changed after the window creation and that Refresh() might need to be 2889 2615 called after changing the others for the change to take place … … 2893 2619 <dl class="method"> 2894 2620 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.SetWindowVariant"> 2895 <tt class="descname">SetWindowVariant</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowVariant" title="Permalink to this definition">¶</a></dt> 2896 <dd><p>SetWindowVariant(self, int variant)</p> 2897 <p>Sets the variant of the window/font size to use for this window, if 2621 <tt class="descname">SetWindowVariant</tt><big>(</big><em>self</em>, <em>int variant</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.SetWindowVariant" title="Permalink to this definition">¶</a></dt> 2622 <dd><p>Sets the variant of the window/font size to use for this window, if 2898 2623 the platform supports variants, for example, wxMac.</p> 2899 2624 </dd></dl> … … 2901 2626 <dl class="method"> 2902 2627 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ShouldInheritColours"> 2903 <tt class="descname">ShouldInheritColours</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 2904 <dd><p>ShouldInheritColours(self) -> bool</p> 2905 <p>Return true from here to allow the colours of this window to be 2628 <tt class="descname">ShouldInheritColours</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ShouldInheritColours" title="Permalink to this definition">¶</a></dt> 2629 <dd><p>Return true from here to allow the colours of this window to be 2906 2630 changed by InheritAttributes, returning false forbids inheriting them 2907 2631 from the parent window.</p> … … 2912 2636 <dl class="method"> 2913 2637 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Show"> 2914 <tt class="descname">Show</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Show" title="Permalink to this definition">¶</a></dt> 2915 <dd><p>Show(self, bool show=True) -> bool</p> 2916 <p>Shows or hides the window. You may need to call Raise for a top level 2638 <tt class="descname">Show</tt><big>(</big><em>self</em>, <em>bool show=True</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Show" title="Permalink to this definition">¶</a></dt> 2639 <dd><p>Shows or hides the window. You may need to call Raise for a top level 2917 2640 window if you want to bring it to top, although this is not needed if 2918 2641 Show is called immediately after the frame creation. Returns True if … … 2941 2664 <dl class="method"> 2942 2665 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Thaw"> 2943 <tt class="descname">Thaw</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Thaw" title="Permalink to this definition">¶</a></dt> 2944 <dd><p>Thaw(self)</p> 2945 <p>Reenables window updating after a previous call to Freeze. Calls to 2666 <tt class="descname">Thaw</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Thaw" title="Permalink to this definition">¶</a></dt> 2667 <dd><p>Reenables window updating after a previous call to Freeze. Calls to 2946 2668 Freeze/Thaw may be nested, so Thaw must be called the same number of 2947 2669 times that Freeze was before the window will be updated.</p> … … 2956 2678 <dl class="method"> 2957 2679 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ToggleTool"> 2958 <tt class="descname">ToggleTool</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ToggleTool" title="Permalink to this definition">¶</a></dt> 2959 <dd><p>ToggleTool(self, int id, bool toggle)</p> 2960 </dd></dl> 2680 <tt class="descname">ToggleTool</tt><big>(</big><em>self</em>, <em>int id</em>, <em>bool toggle</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ToggleTool" title="Permalink to this definition">¶</a></dt> 2681 <dd></dd></dl> 2961 2682 2962 2683 <dl class="method"> 2963 2684 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.ToggleWindowStyle"> 2964 <tt class="descname">ToggleWindowStyle</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt> 2965 <dd><p>ToggleWindowStyle(self, int flag) -> bool</p> 2966 <p>Turn the flag on if it had been turned off before and vice versa, 2685 <tt class="descname">ToggleWindowStyle</tt><big>(</big><em>self</em>, <em>int flag</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.ToggleWindowStyle" title="Permalink to this definition">¶</a></dt> 2686 <dd><p>Turn the flag on if it had been turned off before and vice versa, 2967 2687 returns True if the flag is turned on by this function call.</p> 2968 2688 </dd></dl> … … 3024 2744 <dl class="method"> 3025 2745 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.TransferDataFromWindow"> 3026 <tt class="descname">TransferDataFromWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 3027 <dd><p>TransferDataFromWindow(self) -> bool</p> 3028 <p>Transfers values from child controls to data areas specified by their 2746 <tt class="descname">TransferDataFromWindow</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.TransferDataFromWindow" title="Permalink to this definition">¶</a></dt> 2747 <dd><p>Transfers values from child controls to data areas specified by their 3029 2748 validators. Returns false if a transfer failed. If the window has 3030 2749 wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will … … 3034 2753 <dl class="method"> 3035 2754 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.TransferDataToWindow"> 3036 <tt class="descname">TransferDataToWindow</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 3037 <dd><p>TransferDataToWindow(self) -> bool</p> 3038 <p>Transfers values to child controls from data areas specified by their 2755 <tt class="descname">TransferDataToWindow</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.TransferDataToWindow" title="Permalink to this definition">¶</a></dt> 2756 <dd><p>Transfers values to child controls from data areas specified by their 3039 2757 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 3040 2758 style flag set, the method will also call TransferDataToWindow() of … … 3044 2762 <dl class="method"> 3045 2763 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Unbind"> 3046 <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.gui_toolbar.GUIToolBar.Unbind" title="Permalink to this definition">¶</a></dt>2764 <tt class="descname">Unbind</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Unbind" title="Permalink to this definition">¶</a></dt> 3047 2765 <dd><p>Disconnects the event handler binding for event from self. 3048 2766 Returns True if successful.</p> … … 3051 2769 <dl class="method"> 3052 2770 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.UnregisterHotKey"> 3053 <tt class="descname">UnregisterHotKey</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.UnregisterHotKey" title="Permalink to this definition">¶</a></dt> 3054 <dd><p>UnregisterHotKey(self, int hotkeyId) -> bool</p> 3055 <p>Unregisters a system wide hotkey.</p> 2771 <tt class="descname">UnregisterHotKey</tt><big>(</big><em>self</em>, <em>int hotkeyId</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.UnregisterHotKey" title="Permalink to this definition">¶</a></dt> 2772 <dd><p>Unregisters a system wide hotkey.</p> 3056 2773 </dd></dl> 3057 2774 3058 2775 <dl class="method"> 3059 2776 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Update"> 3060 <tt class="descname">Update</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Update" title="Permalink to this definition">¶</a></dt> 3061 <dd><p>Update(self)</p> 3062 <p>Calling this method immediately repaints the invalidated area of the 2777 <tt class="descname">Update</tt><big>(</big><em>self</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Update" title="Permalink to this definition">¶</a></dt> 2778 <dd><p>Calling this method immediately repaints the invalidated area of the 3063 2779 window instead of waiting for the EVT_PAINT event to happen, (normally 3064 2780 this would usually only happen when the flow of control returns to the … … 3083 2799 <dl class="method"> 3084 2800 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.UpdateWindowUI"> 3085 <tt class="descname">UpdateWindowUI</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.UpdateWindowUI" title="Permalink to this definition">¶</a></dt> 3086 <dd><p>UpdateWindowUI(self, long flags=UPDATE_UI_NONE)</p> 3087 <p>This function sends EVT_UPDATE_UI events to the window. The particular 2801 <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.gui_toolbar.GUIToolBar.UpdateWindowUI" title="Permalink to this definition">¶</a></dt> 2802 <dd><p>This function sends EVT_UPDATE_UI events to the window. The particular 3088 2803 implementation depends on the window; for example a wx.ToolBar will 3089 2804 send an update UI event for each toolbar button, and a wx.Frame will … … 3099 2814 <dl class="method"> 3100 2815 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.UseBgCol"> 3101 <tt class="descname">UseBgCol</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.UseBgCol" title="Permalink to this definition">¶</a></dt> 3102 <dd><p>UseBgCol(self) -> bool</p> 3103 </dd></dl> 2816 <tt class="descname">UseBgCol</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.UseBgCol" title="Permalink to this definition">¶</a></dt> 2817 <dd></dd></dl> 3104 2818 3105 2819 <dl class="method"> 3106 2820 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.Validate"> 3107 <tt class="descname">Validate</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Validate" title="Permalink to this definition">¶</a></dt> 3108 <dd><p>Validate(self) -> bool</p> 3109 <p>Validates the current values of the child controls using their 2821 <tt class="descname">Validate</tt><big>(</big><em>self</em><big>)</big> → bool<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.Validate" title="Permalink to this definition">¶</a></dt> 2822 <dd><p>Validates the current values of the child controls using their 3110 2823 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra 3111 2824 style flag set, the method will also call Validate() of all child … … 3127 2840 <dl class="method"> 3128 2841 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.WarpPointer"> 3129 <tt class="descname">WarpPointer</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.WarpPointer" title="Permalink to this definition">¶</a></dt> 3130 <dd><p>WarpPointer(self, int x, int y)</p> 3131 <p>Moves the pointer to the given position on the window.</p> 2842 <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.gui_toolbar.GUIToolBar.WarpPointer" title="Permalink to this definition">¶</a></dt> 2843 <dd><p>Moves the pointer to the given position on the window.</p> 3132 2844 <p>NOTE: This function is not supported under Mac because Apple Human 3133 2845 Interface Guidelines forbid moving the mouse cursor programmatically.</p> … … 3148 2860 <dl class="method"> 3149 2861 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.WindowToClientSize"> 3150 <tt class="descname">WindowToClientSize</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.WindowToClientSize" title="Permalink to this definition">¶</a></dt> 3151 <dd><p>WindowToClientSize(self, Size size) -> Size</p> 3152 </dd></dl> 2862 <tt class="descname">WindowToClientSize</tt><big>(</big><em>self</em>, <em>Size size</em><big>)</big> → Size<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.WindowToClientSize" title="Permalink to this definition">¶</a></dt> 2863 <dd></dd></dl> 3153 2864 3154 2865 <dl class="attribute"> … … 3158 2869 </dd></dl> 3159 2870 2871 <dl class="attribute"> 2872 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__class__"> 2873 <tt class="descname">__class__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__class__" title="Permalink to this definition">¶</a></dt> 2874 <dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 2875 </dd></dl> 2876 2877 <dl class="attribute"> 2878 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__delattr__"> 2879 <tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__delattr__" title="Permalink to this definition">¶</a></dt> 2880 <dd><p>x.__delattr__(‘name’) <==> del x.name</p> 2881 </dd></dl> 2882 2883 <dl class="attribute"> 2884 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__dict__"> 2885 <tt class="descname">__dict__</tt><em class="property"> = <dictproxy object at 0x06CC01B0></em><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__dict__" title="Permalink to this definition">¶</a></dt> 2886 <dd></dd></dl> 2887 2888 <dl class="attribute"> 2889 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__getattribute__"> 2890 <tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__getattribute__" title="Permalink to this definition">¶</a></dt> 2891 <dd><p>x.__getattribute__(‘name’) <==> x.name</p> 2892 </dd></dl> 2893 2894 <dl class="attribute"> 2895 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__hash__"> 2896 <tt class="descname">__hash__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__hash__" title="Permalink to this definition">¶</a></dt> 2897 <dd><p>x.__hash__() <==> hash(x)</p> 2898 </dd></dl> 2899 2900 <dl class="method"> 2901 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__init__"> 2902 <tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__init__" title="Permalink to this definition">¶</a></dt> 2903 <dd></dd></dl> 2904 2905 <dl class="attribute"> 2906 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__module__"> 2907 <tt class="descname">__module__</tt><em class="property"> = 'sans.guiframe.gui_toolbar'</em><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__module__" title="Permalink to this definition">¶</a></dt> 2908 <dd></dd></dl> 2909 2910 <dl class="staticmethod"> 2911 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__new__"> 2912 <em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> → a new object with type S, a subtype of T<a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__new__" title="Permalink to this definition">¶</a></dt> 2913 <dd></dd></dl> 2914 2915 <dl class="method"> 2916 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__reduce__"> 2917 <tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__reduce__" title="Permalink to this definition">¶</a></dt> 2918 <dd><p>helper for pickle</p> 2919 </dd></dl> 2920 2921 <dl class="method"> 2922 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__reduce_ex__"> 2923 <tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 2924 <dd><p>helper for pickle</p> 2925 </dd></dl> 2926 2927 <dl class="method"> 2928 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__repr__"> 2929 <tt class="descname">__repr__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__repr__" title="Permalink to this definition">¶</a></dt> 2930 <dd></dd></dl> 2931 2932 <dl class="attribute"> 2933 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__setattr__"> 2934 <tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__setattr__" title="Permalink to this definition">¶</a></dt> 2935 <dd><p>x.__setattr__(‘name’, value) <==> x.name = value</p> 2936 </dd></dl> 2937 2938 <dl class="attribute"> 2939 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__str__"> 2940 <tt class="descname">__str__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__str__" title="Permalink to this definition">¶</a></dt> 2941 <dd><p>x.__str__() <==> str(x)</p> 2942 </dd></dl> 2943 2944 <dl class="attribute"> 2945 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.__weakref__"> 2946 <tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.__weakref__" title="Permalink to this definition">¶</a></dt> 2947 <dd><p>list of weak references to the object (if defined)</p> 2948 </dd></dl> 2949 2950 <dl class="method"> 2951 <dt id="sans.guiframe.gui_toolbar.GUIToolBar._setOORInfo"> 2952 <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.gui_toolbar.GUIToolBar._setOORInfo" title="Permalink to this definition">¶</a></dt> 2953 <dd></dd></dl> 2954 3160 2955 <dl class="method"> 3161 2956 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.add_bookmark_default"> … … 3166 2961 <dl class="method"> 3167 2962 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark"> 3168 <tt class="descname">append_bookmark</tt><big>(</big>< em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark" title="Permalink to this definition">¶</a></dt>2963 <tt class="descname">append_bookmark</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark" title="Permalink to this definition">¶</a></dt> 3169 2964 <dd><p>receive item to append on the toolbar button bookmark</p> 3170 2965 </dd></dl> … … 3172 2967 <dl class="method"> 3173 2968 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark_item"> 3174 <tt class="descname">append_bookmark_item</tt><big>(</big>< em>id</em>, <em>label</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark_item" title="Permalink to this definition">¶</a></dt>2969 <tt class="descname">append_bookmark_item</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.append_bookmark_item" title="Permalink to this definition">¶</a></dt> 3175 2970 <dd><p>Append a item in bookmark</p> 3176 2971 </dd></dl> … … 3183 2978 <dl class="method"> 3184 2979 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_bookmark"> 3185 <tt class="descname">enable_bookmark</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_bookmark" title="Permalink to this definition">¶</a></dt>2980 <tt class="descname">enable_bookmark</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_bookmark" title="Permalink to this definition">¶</a></dt> 3186 2981 <dd></dd></dl> 3187 2982 3188 2983 <dl class="method"> 3189 2984 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_copy"> 3190 <tt class="descname">enable_copy</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_copy" title="Permalink to this definition">¶</a></dt>2985 <tt class="descname">enable_copy</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_copy" title="Permalink to this definition">¶</a></dt> 3191 2986 <dd></dd></dl> 3192 2987 3193 2988 <dl class="method"> 3194 2989 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_paste"> 3195 <tt class="descname">enable_paste</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_paste" title="Permalink to this definition">¶</a></dt>2990 <tt class="descname">enable_paste</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_paste" title="Permalink to this definition">¶</a></dt> 3196 2991 <dd></dd></dl> 3197 2992 3198 2993 <dl class="method"> 3199 2994 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_preview"> 3200 <tt class="descname">enable_preview</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_preview" title="Permalink to this definition">¶</a></dt>2995 <tt class="descname">enable_preview</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_preview" title="Permalink to this definition">¶</a></dt> 3201 2996 <dd></dd></dl> 3202 2997 3203 2998 <dl class="method"> 3204 2999 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_print"> 3205 <tt class="descname">enable_print</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_print" title="Permalink to this definition">¶</a></dt>3000 <tt class="descname">enable_print</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_print" title="Permalink to this definition">¶</a></dt> 3206 3001 <dd></dd></dl> 3207 3002 3208 3003 <dl class="method"> 3209 3004 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_redo"> 3210 <tt class="descname">enable_redo</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_redo" title="Permalink to this definition">¶</a></dt>3005 <tt class="descname">enable_redo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_redo" title="Permalink to this definition">¶</a></dt> 3211 3006 <dd></dd></dl> 3212 3007 3213 3008 <dl class="method"> 3214 3009 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_reset"> 3215 <tt class="descname">enable_reset</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_reset" title="Permalink to this definition">¶</a></dt>3010 <tt class="descname">enable_reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_reset" title="Permalink to this definition">¶</a></dt> 3216 3011 <dd></dd></dl> 3217 3012 3218 3013 <dl class="method"> 3219 3014 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_save"> 3220 <tt class="descname">enable_save</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_save" title="Permalink to this definition">¶</a></dt>3015 <tt class="descname">enable_save</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_save" title="Permalink to this definition">¶</a></dt> 3221 3016 <dd></dd></dl> 3222 3017 3223 3018 <dl class="method"> 3224 3019 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_undo"> 3225 <tt class="descname">enable_undo</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_undo" title="Permalink to this definition">¶</a></dt>3020 <tt class="descname">enable_undo</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_undo" title="Permalink to this definition">¶</a></dt> 3226 3021 <dd></dd></dl> 3227 3022 3228 3023 <dl class="method"> 3229 3024 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom"> 3230 <tt class="descname">enable_zoom</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom" title="Permalink to this definition">¶</a></dt>3025 <tt class="descname">enable_zoom</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom" title="Permalink to this definition">¶</a></dt> 3231 3026 <dd></dd></dl> 3232 3027 3233 3028 <dl class="method"> 3234 3029 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_in"> 3235 <tt class="descname">enable_zoom_in</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_in" title="Permalink to this definition">¶</a></dt>3030 <tt class="descname">enable_zoom_in</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_in" title="Permalink to this definition">¶</a></dt> 3236 3031 <dd></dd></dl> 3237 3032 3238 3033 <dl class="method"> 3239 3034 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_out"> 3240 <tt class="descname">enable_zoom_out</tt><big>(</big>< em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_out" title="Permalink to this definition">¶</a></dt>3035 <tt class="descname">enable_zoom_out</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.enable_zoom_out" title="Permalink to this definition">¶</a></dt> 3241 3036 <dd></dd></dl> 3242 3037 … … 3254 3049 <dl class="method"> 3255 3050 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.on_bookmark"> 3256 <tt class="descname">on_bookmark</tt><big>(</big>< em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.on_bookmark" title="Permalink to this definition">¶</a></dt>3051 <tt class="descname">on_bookmark</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.on_bookmark" title="Permalink to this definition">¶</a></dt> 3257 3052 <dd><p>add book mark</p> 3258 3053 </dd></dl> … … 3260 3055 <dl class="method"> 3261 3056 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.remove_bookmark_item"> 3262 <tt class="descname">remove_bookmark_item</tt><big>(</big>< em>item</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.remove_bookmark_item" title="Permalink to this definition">¶</a></dt>3057 <tt class="descname">remove_bookmark_item</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.remove_bookmark_item" title="Permalink to this definition">¶</a></dt> 3263 3058 <dd><p>Remove a bookmark item</p> 3264 3059 </dd></dl> … … 3272 3067 <dl class="method"> 3273 3068 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.update_button"> 3274 <tt class="descname">update_button</tt><big>(</big>< em>application_name=''</em>, <em>panel_name=''</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.update_button" title="Permalink to this definition">¶</a></dt>3069 <tt class="descname">update_button</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.update_button" title="Permalink to this definition">¶</a></dt> 3275 3070 <dd></dd></dl> 3276 3071 3277 3072 <dl class="method"> 3278 3073 <dt id="sans.guiframe.gui_toolbar.GUIToolBar.update_toolbar"> 3279 <tt class="descname">update_toolbar</tt><big>(</big>< em>panel=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.update_toolbar" title="Permalink to this definition">¶</a></dt>3074 <tt class="descname">update_toolbar</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.GUIToolBar.update_toolbar" title="Permalink to this definition">¶</a></dt> 3280 3075 <dd></dd></dl> 3281 3076 … … 3284 3079 <dl class="function"> 3285 3080 <dt id="sans.guiframe.gui_toolbar.clear_image"> 3286 <tt class="descclassname">sans.guiframe.gui_toolbar.</tt><tt class="descname">clear_image</tt><big>(</big>< em>image</em><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.clear_image" title="Permalink to this definition">¶</a></dt>3081 <tt class="descclassname">sans.guiframe.gui_toolbar.</tt><tt class="descname">clear_image</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.gui_toolbar.clear_image" title="Permalink to this definition">¶</a></dt> 3287 3082 <dd></dd></dl> 3288 3083 … … 3299 3094 <ul> 3300 3095 <li><a class="reference internal" href="#">gui_toolbar</a><ul> 3301 <li><a class="reference internal" href="# module-sans.guiframe.gui_toolbar"><tt class="docutils literal"><span class="pre">sans.guiframe.gui_toolbar</span></tt></a></li>3096 <li><a class="reference internal" href="#sans-guiframe-gui-toolbar"><tt class="docutils literal"><span class="pre">sans.guiframe.gui_toolbar</span></tt></a></li> 3302 3097 </ul> 3303 3098 </li> … … 3318 3113 <h3>Quick search</h3> 3319 3114 <form class="search" action="../search.html" method="get"> 3320 <input type="text" name="q" size="18"/>3115 <input type="text" name="q" /> 3321 3116 <input type="submit" value="Go" /> 3322 3117 <input type="hidden" name="check_keywords" value="yes" /> … … 3347 3142 <a href="gui_style.html" title="gui_style" 3348 3143 >previous</a> |</li> 3349 <li><a href="../index.html">guiframe v0.1.0 documentation</a> »</li>3144 <li><a href="../index.html">guiframe 0.1.0 documentation</a> »</li> 3350 3145 <li><a href="index.html" >Reference</a> »</li> 3351 3146 </ul> … … 3353 3148 <div class="footer"> 3354 3149 © Copyright 2010, sans group. 3355 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1. 0.7.3150 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 3356 3151 </div> 3357 3152 </body>
Note: See TracChangeset
for help on using the changeset viewer.