Documentation/Source/eric5.Plugins.ViewManagerPlugins.Tabview.Tabview.html

changeset 945
8cd4d08fa9f6
parent 825
9cdec3c5bc07
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
97 <td>Protected method to handle mouse press events.</td> 97 <td>Protected method to handle mouse press events.</td>
98 </tr> 98 </tr>
99 </table> 99 </table>
100 <a NAME="TabBar.__init__" ID="TabBar.__init__"></a> 100 <a NAME="TabBar.__init__" ID="TabBar.__init__"></a>
101 <h4>TabBar (Constructor)</h4> 101 <h4>TabBar (Constructor)</h4>
102 <b>TabBar</b>(<i>parent = None</i>) 102 <b>TabBar</b>(<i>parent=None</i>)
103 <p> 103 <p>
104 Constructor 104 Constructor
105 </p><dl> 105 </p><dl>
106 <dt><i>parent</i></dt> 106 <dt><i>parent</i></dt>
107 <dd> 107 <dd>
270 </dd> 270 </dd>
271 </dl><a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> 271 </dl><a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a>
272 <h4>TabWidget.__captionChange</h4> 272 <h4>TabWidget.__captionChange</h4>
273 <b>__captionChange</b>(<i>cap, editor</i>) 273 <b>__captionChange</b>(<i>cap, editor</i>)
274 <p> 274 <p>
275 Private method to handle Caption change signals from the editor. 275 Private method to handle Caption change signals from the editor.
276 </p><p> 276 </p><p>
277 Updates the tab text and tooltip text to reflect the new caption information. 277 Updates the tab text and tooltip text to reflect the new caption information.
278 </p><dl> 278 </p><dl>
279 <dt><i>cap</i></dt> 279 <dt><i>cap</i></dt>
280 <dd> 280 <dd>
699 <dd> 699 <dd>
700 index of the current tab (integer) 700 index of the current tab (integer)
701 </dd> 701 </dd>
702 </dl><a NAME="Tabview._addView" ID="Tabview._addView"></a> 702 </dl><a NAME="Tabview._addView" ID="Tabview._addView"></a>
703 <h4>Tabview._addView</h4> 703 <h4>Tabview._addView</h4>
704 <b>_addView</b>(<i>win, fn = None, noName = ""</i>) 704 <b>_addView</b>(<i>win, fn=None, noName=""</i>)
705 <p> 705 <p>
706 Protected method to add a view (i.e. window) 706 Protected method to add a view (i.e. window)
707 </p><dl> 707 </p><dl>
708 <dt><i>win</i></dt> 708 <dt><i>win</i></dt>
709 <dd> 709 <dd>
748 <dd> 748 <dd>
749 editor window to be removed 749 editor window to be removed
750 </dd> 750 </dd>
751 </dl><a NAME="Tabview._showView" ID="Tabview._showView"></a> 751 </dl><a NAME="Tabview._showView" ID="Tabview._showView"></a>
752 <h4>Tabview._showView</h4> 752 <h4>Tabview._showView</h4>
753 <b>_showView</b>(<i>win, fn = None</i>) 753 <b>_showView</b>(<i>win, fn=None</i>)
754 <p> 754 <p>
755 Protected method to show a view (i.e. window) 755 Protected method to show a view (i.e. window)
756 </p><dl> 756 </p><dl>
757 <dt><i>win</i></dt> 757 <dt><i>win</i></dt>
758 <dd> 758 <dd>
854 <dd> 854 <dd>
855 reference to the tab widget (TabWidget) 855 reference to the tab widget (TabWidget)
856 </dd> 856 </dd>
857 </dl><a NAME="Tabview.insertView" ID="Tabview.insertView"></a> 857 </dl><a NAME="Tabview.insertView" ID="Tabview.insertView"></a>
858 <h4>Tabview.insertView</h4> 858 <h4>Tabview.insertView</h4>
859 <b>insertView</b>(<i>win, tabWidget, index, fn = None, noName = ""</i>) 859 <b>insertView</b>(<i>win, tabWidget, index, fn=None, noName=""</i>)
860 <p> 860 <p>
861 Protected method to add a view (i.e. window) 861 Protected method to add a view (i.e. window)
862 </p><dl> 862 </p><dl>
863 <dt><i>win</i></dt> 863 <dt><i>win</i></dt>
864 <dd> 864 <dd>

eric ide

mercurial