controls/PouInstanceVariablesPanel.py
changeset 1082 5a08404d5dda
parent 1031 5743398071eb
child 1107 9303f6b900fe
equal deleted inserted replaced
1081:9789531bc57c 1082:5a08404d5dda
    54                 self.InstanceChoice)
    54                 self.InstanceChoice)
    55         self.InstanceChoice.Bind(wx.EVT_LEFT_DOWN, self.OnInstanceChoiceLeftDown)
    55         self.InstanceChoice.Bind(wx.EVT_LEFT_DOWN, self.OnInstanceChoiceLeftDown)
    56         
    56         
    57         self.DebugButton = wx.lib.buttons.GenBitmapButton(self, 
    57         self.DebugButton = wx.lib.buttons.GenBitmapButton(self, 
    58               bitmap=GetBitmap("debug_instance"), size=wx.Size(28, 28), style=wx.NO_BORDER)
    58               bitmap=GetBitmap("debug_instance"), size=wx.Size(28, 28), style=wx.NO_BORDER)
    59         self.ParentButton.SetToolTipString(_("Debug instance"))
    59         self.DebugButton.SetToolTipString(_("Debug instance"))
    60         self.Bind(wx.EVT_BUTTON, self.OnDebugButtonClick, 
    60         self.Bind(wx.EVT_BUTTON, self.OnDebugButtonClick, 
    61                 self.DebugButton)
    61                 self.DebugButton)
    62         
    62         
    63         self.VariablesList = CT.CustomTreeCtrl(self,
    63         self.VariablesList = CT.CustomTreeCtrl(self,
    64               style=wx.SUNKEN_BORDER,
    64               style=wx.SUNKEN_BORDER,