Adding constants for buttons

The point being that, when we read BUTTON_ONE, we know that the type
of the element is: a button
This commit is contained in:
Arthur Milchior 2020-01-30 17:04:33 -08:00
parent 8264be1964
commit be148ce8a1

View File

@ -63,6 +63,8 @@ HELP_SITE = "http://ankisrs.net/docs/manual.html"
LEECH_SUSPEND = 0
LEECH_TAGONLY = 1
# Buttons
# Labels
##########################################################################