view user info is now posible from the menu bar or control+win+shift+n

This commit is contained in:
2015-03-08 14:18:29 -06:00
parent 007da773c9
commit 2cc865b62c
11 changed files with 185 additions and 87 deletions

View File

@@ -23,3 +23,6 @@ class BaseWXDialog(wx.Dialog):
elif hasattr(control, "ChangeValue"): return getattr(control, "ChangeValue")(text)
else: return -1
else: return 0
def set_title(self, title):
self.SetTitle(title)