Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
overflow_button = function(x, y)
	styled_button('>>', x,y,
		function()
			if Show_menu == 'overflow' then
				Show_menu = nil
			else
				Show_menu = 'overflow'
			end
		end)
	return x, y+Line_height
end