Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/p/y/pytune-0.2.2/pytune/historypanel.py pytune(Download)
import panel from listctrl import HistoryListCtrl as HisList from historyactionpanel import HistoryActionPanel as HaPanel class HistoryPanel(wx.Panel): def __init__(self, *a, **k): super(HistoryPanel, self).__init__(*a, **k) self.listctrl = HisList(self, wx.ID_ANY, \