262 <h3>Class Attributes</h3> |
262 <h3>Class Attributes</h3> |
263 <table> |
263 <table> |
264 <tr><td>DEFAULTMODE</td></tr> |
264 <tr><td>DEFAULTMODE</td></tr> |
265 <tr><td>EDITORMODE</td></tr> |
265 <tr><td>EDITORMODE</td></tr> |
266 <tr><td>HEXEDITORMODE</td></tr> |
266 <tr><td>HEXEDITORMODE</td></tr> |
|
267 <tr><td>MICROPYTHONMODE</td></tr> |
267 <tr><td>PDFVIEWERMODE</td></tr> |
268 <tr><td>PDFVIEWERMODE</td></tr> |
268 <tr><td>PIPMANAGERMODE</td></tr> |
269 <tr><td>PIPMANAGERMODE</td></tr> |
269 <tr><td>SHELLMODE</td></tr> |
270 <tr><td>SHELLMODE</td></tr> |
270 <tr><td>TRAYSTARTERMODE</td></tr> |
271 <tr><td>TRAYSTARTERMODE</td></tr> |
271 <tr><td>WEBBROWSERMODE</td></tr> |
272 <tr><td>WEBBROWSERMODE</td></tr> |
418 <tr> |
419 <tr> |
419 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td> |
420 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td> |
420 <td>Constructor</td> |
421 <td>Constructor</td> |
421 </tr> |
422 </tr> |
422 <tr> |
423 <tr> |
|
424 <td><a href="#ConfigurationWidget.__createInterfaceLightPageWithSidebars">__createInterfaceLightPageWithSidebars</a></td> |
|
425 <td>Private method to create the interface configuration page in light mode.</td> |
|
426 </tr> |
|
427 <tr> |
423 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td> |
428 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td> |
424 <td>Private method to import a configuration page module.</td> |
429 <td>Private method to import a configuration page module.</td> |
425 </tr> |
430 </tr> |
426 <tr> |
431 <tr> |
427 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td> |
432 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td> |
547 list of entries to be shown expanded (defaults to None) |
552 list of entries to be shown expanded (defaults to None) |
548 </dd> |
553 </dd> |
549 <dt><i>withApply</i> (bool (optional))</dt> |
554 <dt><i>withApply</i> (bool (optional))</dt> |
550 <dd> |
555 <dd> |
551 flag indicating to show the 'Apply' button (defaults to True) |
556 flag indicating to show the 'Apply' button (defaults to True) |
|
557 </dd> |
|
558 </dl> |
|
559 <a NAME="ConfigurationWidget.__createInterfaceLightPageWithSidebars" ID="ConfigurationWidget.__createInterfaceLightPageWithSidebars"></a> |
|
560 <h4>ConfigurationWidget.__createInterfaceLightPageWithSidebars</h4> |
|
561 <b>__createInterfaceLightPageWithSidebars</b>(<i>configDlg</i>) |
|
562 <p> |
|
563 Private method to create the interface configuration page in light mode. |
|
564 </p> |
|
565 |
|
566 <dl> |
|
567 |
|
568 <dt><i>configDlg</i> (ConfigurationWidget)</dt> |
|
569 <dd> |
|
570 reference to the configuration dialog |
|
571 </dd> |
|
572 </dl> |
|
573 <dl> |
|
574 <dt>Return:</dt> |
|
575 <dd> |
|
576 reference to the configuration page |
|
577 </dd> |
|
578 </dl> |
|
579 <dl> |
|
580 <dt>Return Type:</dt> |
|
581 <dd> |
|
582 InterfaceLightPage |
552 </dd> |
583 </dd> |
553 </dl> |
584 </dl> |
554 <a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> |
585 <a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> |
555 <h4>ConfigurationWidget.__importConfigurationPage</h4> |
586 <h4>ConfigurationWidget.__importConfigurationPage</h4> |
556 <b>__importConfigurationPage</b>(<i>name</i>) |
587 <b>__importConfigurationPage</b>(<i>name</i>) |