def _InitCheckboxes(self):
option_strings = [
'Append inode'
]
self.checklistbox_options.InsertItems(option_strings,0)
self.Bind(wx.EVT_LISTBOX, self.EvtListBox, self.checklistbox_options)
self.Bind(wx.EVT_CHECKLISTBOX, self.EvtCheckListBox, self.checklistbox_options)
评论列表
文章目录