Added right click menu in buffers

This commit is contained in:
2015-08-24 09:54:15 -05:00
parent 6971fb3999
commit b046360293
3 changed files with 234 additions and 6 deletions

View File

@@ -216,7 +216,8 @@ class dm(textLimited):
self.buttonsBox3.Add(cancelButton, 0, wx.ALL, 5)
self.mainBox.Add(self.buttonsBox3, 0, wx.ALL, 5)
self.panel.SetSizer(self.mainBox)
# self.SetClientSize(self.mainBox.CalcMin())
def __init__(self, title, message, users):
super(dm, self).__init__()
self.createControls(message, title, users)