def __init__(self, width, height, text, scroll=0, wrap=0): self.w = _snack.textbox(width, height, text, scroll, wrap)
def __init__(self, width, height, text, scroll = 0, wrap = 0): self.w = _snack.textbox(width, height, text, scroll, wrap)