Return a list of the details of all additional help sources. Tuples in the list are those of GetExtraHelpSourceList.
(self)
| 720 | return helpSources |
| 721 | |
| 722 | def GetAllExtraHelpSourcesList(self): |
| 723 | """Return a list of the details of all additional help sources. |
| 724 | |
| 725 | Tuples in the list are those of GetExtraHelpSourceList. |
| 726 | """ |
| 727 | allHelpSources = (self.GetExtraHelpSourceList('default') + |
| 728 | self.GetExtraHelpSourceList('user') ) |
| 729 | return allHelpSources |
| 730 | |
| 731 | def GetFont(self, root, configType, section): |
| 732 | """Retrieve a font from configuration (font, font-size, font-bold) |