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