コード例 #1
0
ファイル: csvimportframe.py プロジェクト: assem-ch/wxbanker
 def showContextMenu(self, transactions, col):
     TransactionOLV.showContextMenu(self, transactions, col, removeOnly=True)
コード例 #2
0
ファイル: csvimportframe.py プロジェクト: Karagul/wxbanker
 def showContextMenu(self, transactions, col):
     TransactionOLV.showContextMenu(self,
                                    transactions,
                                    col,
                                    removeOnly=True)
コード例 #3
0
ファイル: csvimportframe.py プロジェクト: assem-ch/wxbanker
 def __init__(self, *args, **kwargs):
     TransactionOLV.__init__(self, *args, **kwargs)
     self.SetEmptyListMsg(_('Select file and click "Preview"'))
コード例 #4
0
ファイル: csvimportframe.py プロジェクト: Karagul/wxbanker
 def __init__(self, *args, **kwargs):
     TransactionOLV.__init__(self, *args, **kwargs)
     self.SetEmptyListMsg(_('Select file and click "Preview"'))