Beispiel #1
0
 def createWidgets(self):
     self.dictionaryDownloadPanel = ZDictionaryDownloadPanel(self)
     self.enableSpellCheckCB = wx.CheckBox(
         self, wx.ID_ANY,
         _extstr(u"spellingprefpage.EnableSpellcheck"))  #$NON-NLS-1$
     provider = ZLanguagesListProvider(self.model)
     self.langListBox = ZListView(provider,
                                  self,
                                  style=wx.LC_VIRTUAL | wx.LC_REPORT
                                  | wx.LC_SINGLE_SEL)