A lightweight programming environment for desktop and mobile devices
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