예제 #1
0
 def __init__(self, width, height, text, scroll=0, wrap=0):
     self.w = _snack.textbox(width, height, text, scroll, wrap)
예제 #2
0
파일: snack.py 프로젝트: 274914765/python
 def __init__(self, width, height, text, scroll = 0, wrap = 0):
     self.w = _snack.textbox(width, height, text, scroll, wrap)