예제 #1
0
	def __init__(self, container):
		HLayout.__init__(self, container)
		self.comp_dict = {}
예제 #2
0
	def __init__(self, container):
		HLayout.__init__(self, container)
		self.fill_width = True
예제 #3
0
	def __init__(self, container):
		HLayout.__init__(self, container)
		self.fill_width = True		
		self.comp_dict = {}
예제 #4
0
파일: snippet.py 프로젝트: szabo92/gistable
 def __init__(self, container):
     HLayout.__init__(self, container)
     self.comp_dict = {}
예제 #5
0
파일: snippet.py 프로젝트: szabo92/gistable
 def __init__(self, container):
     HLayout.__init__(self, container)
     self.fill_width = True
예제 #6
0
파일: snippet.py 프로젝트: szabo92/gistable
 def __init__(self, container):
     HLayout.__init__(self, container)
     self.fill_width = True
     self.comp_dict = {}