mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
Trending topics support has been added
This commit is contained in:
@@ -24,6 +24,7 @@ MENU = wx.EVT_MENU
|
||||
KEYPRESS = wx.EVT_CHAR_HOOK
|
||||
KEYUP = wx.EVT_KEY_UP
|
||||
NOTEBOOK_PAGE_CHANGED = wx.EVT_TREEBOOK_PAGE_CHANGED
|
||||
RADIOBUTTON = wx.EVT_RADIOBUTTON
|
||||
def exit_application():
|
||||
""" Closes the current window cleanly. """
|
||||
wx.GetApp().ExitMainLoop()
|
||||
|
Reference in New Issue
Block a user