from kivy.graphics import Mesh


Config.set('graphics', 'fullscreen', 1)
Window.size = (700,600)
Config.set('graphics','resizable',0)
printa=0
if printa:
    print(Window.size)
if 0:
    fullscreen=0
    if fullscreen:
        Window.size = (Window._get_width(),Window._get_height())
if printa:
    print(os.getcwd())

class LblTxt(BoxLayout):
    from kivy.properties import ObjectProperty
    theTxt = ObjectProperty(None)
"""
class CheckLista(BoxLayout):
    from kivy.uix.checkbox import CheckBox
    CheckForm = CheckBox()
"""
#https://github.com/jeysonmc/kivy_matplotlib/blob/master/README.md
#http://pythonmobile.blogspot.it/2014/06/21-checkboxes.html
class MatplotFigure(Widget):
    """Widget to show a matplotlib figure in kivy.