示例#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)