コード例 #1
0
ファイル: cpanel.py プロジェクト: HenryStevens/jes
 def makeDebuggerButton(self, action, icon):
     imageIcon = JESResources.makeIcon(icon)
     return JButton(action, text=None, icon=imageIcon, margin=self.buttonInsets)
コード例 #2
0
ファイル: cpanel.py プロジェクト: JoeLeclercq/jesWork
 def makeDebuggerButton(self, action, icon):
     imageIcon = JESResources.makeIcon(icon)
     return JButton(action,
                    text=None,
                    icon=imageIcon,
                    margin=self.buttonInsets)