示例#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()
 def _remove(self, comp):
     self._gtk_inner_widget.remove(comp._gtk_outer_widget)
     GContainer._remove(self, comp)
示例#4
0
 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)