Show multiple audios in the newsfeed. Modified the audios displayer

This commit is contained in:
2016-02-24 10:30:07 -06:00
parent 0ba3fc7399
commit f4f88e512e
4 changed files with 69 additions and 33 deletions

View File

@@ -54,6 +54,7 @@ RADIOBUTTON = wx.EVT_RADIOBUTTON
# Taskbar mouse clicks.
TASKBAR_RIGHT_CLICK = wx.EVT_TASKBAR_RIGHT_DOWN
TASKBAR_LEFT_CLICK = wx.EVT_TASKBAR_LEFT_DOWN
LISTBOX_CHANGED = wx.EVT_LISTBOX
def exit_application():
""" Closes the current window cleanly. """