A flashcard app for drilling on spellings of words based on audio recordings
on_new_word_button = function(x,y)
	return x >= 60 and x < 60+App.width('new word (ctrl+n)') + 10 and
		y >= 5 and y < 5 + Line_height + 10
end