173 <td>Public method to get a reference to the widget associated with a tab.</td> |
173 <td>Public method to get a reference to the widget associated with a tab.</td> |
174 </tr> |
174 </tr> |
175 </table> |
175 </table> |
176 <a NAME="E5SideBar.__init__" ID="E5SideBar.__init__"></a> |
176 <a NAME="E5SideBar.__init__" ID="E5SideBar.__init__"></a> |
177 <h4>E5SideBar (Constructor)</h4> |
177 <h4>E5SideBar (Constructor)</h4> |
178 <b>E5SideBar</b>(<i>orientation = None, parent = None</i>) |
178 <b>E5SideBar</b>(<i>orientation=None, parent=None</i>) |
179 <p> |
179 <p> |
180 Constructor |
180 Constructor |
181 </p><dl> |
181 </p><dl> |
182 <dt><i>orientation</i></dt> |
182 <dt><i>orientation</i></dt> |
183 <dd> |
183 <dd> |
222 <dd> |
222 <dd> |
223 index of the splitter handle (integer) |
223 index of the splitter handle (integer) |
224 </dd> |
224 </dd> |
225 </dl><a NAME="E5SideBar.addTab" ID="E5SideBar.addTab"></a> |
225 </dl><a NAME="E5SideBar.addTab" ID="E5SideBar.addTab"></a> |
226 <h4>E5SideBar.addTab</h4> |
226 <h4>E5SideBar.addTab</h4> |
227 <b>addTab</b>(<i>widget, iconOrLabel, label = None</i>) |
227 <b>addTab</b>(<i>widget, iconOrLabel, label=None</i>) |
228 <p> |
228 <p> |
229 Public method to add a tab to the sidebar. |
229 Public method to add a tab to the sidebar. |
230 </p><dl> |
230 </p><dl> |
231 <dt><i>widget</i></dt> |
231 <dt><i>widget</i></dt> |
232 <dd> |
232 <dd> |
323 <dd> |
323 <dd> |
324 index of the given widget (integer) |
324 index of the given widget (integer) |
325 </dd> |
325 </dd> |
326 </dl><a NAME="E5SideBar.insertTab" ID="E5SideBar.insertTab"></a> |
326 </dl><a NAME="E5SideBar.insertTab" ID="E5SideBar.insertTab"></a> |
327 <h4>E5SideBar.insertTab</h4> |
327 <h4>E5SideBar.insertTab</h4> |
328 <b>insertTab</b>(<i>index, widget, iconOrLabel, label = None</i>) |
328 <b>insertTab</b>(<i>index, widget, iconOrLabel, label=None</i>) |
329 <p> |
329 <p> |
330 Public method to insert a tab into the sidebar. |
330 Public method to insert a tab into the sidebar. |
331 </p><dl> |
331 </p><dl> |
332 <dt><i>index</i></dt> |
332 <dt><i>index</i></dt> |
333 <dd> |
333 <dd> |