예제 #1
0
 def __init__(self):
     self._po = clg.parse_options_create()
     clg.parse_options_set_screen_width(self._po, 200)
예제 #2
0
	def set_screen_width(self,val):
		clg.parse_options_set_screen_width(self._po,val)
예제 #3
0
 def set_screen_width(self, val):
     clg.parse_options_set_screen_width(self._po, val)