def __init__(self): self._po = clg.parse_options_create() clg.parse_options_set_screen_width(self._po, 200)
def set_screen_width(self,val): clg.parse_options_set_screen_width(self._po,val)
def set_screen_width(self, val): clg.parse_options_set_screen_width(self._po, val)