예제 #1
0
	def _remove(self, comp):
		self._gtk_inner_widget.remove(comp._gtk_outer_widget)
		GContainer._remove(self, comp)
예제 #2
0
 def _remove(self, comp):
     GContainer._remove(self, comp)
     comp._ns_view.removeFromSuperview()
예제 #3
0
 def _remove(self, comp):
     self._gtk_inner_widget.remove(comp._gtk_outer_widget)
     GContainer._remove(self, comp)
예제 #4
0
파일: Container.py 프로젝트: tomihasa/pygui
 def _remove(self, comp):
     GContainer._remove(self, comp)
     comp._ns_view.removeFromSuperview()
예제 #5
0
파일: TabView.py 프로젝트: tomihasa/pygui
 def _remove(self, comp):
     GContainer._remove(self, comp)