Ejemplo n.º 1
0
	def _remove(self, comp):
		self._gtk_inner_widget.remove(comp._gtk_outer_widget)
		GContainer._remove(self, comp)
Ejemplo n.º 2
0
 def _remove(self, comp):
     GContainer._remove(self, comp)
     comp._ns_view.removeFromSuperview()
Ejemplo n.º 3
0
	def _add(self, comp):
		GContainer._add(self, comp)
		x, y = comp._position
		self._gtk_inner_widget.put(comp._gtk_outer_widget, int(x), int(y))
Ejemplo n.º 4
0
 def _remove(self, comp):
     GContainer._remove(self, comp)
     comp._ns_view.removeFromSuperview()
Ejemplo n.º 5
0
 def _add(self, comp):
     GContainer._add(self, comp)
     self._ns_inner_view.addSubview_(comp._ns_view)
Ejemplo n.º 6
0
 def _add(self, comp):
     GContainer._add(self, comp)
     self._ns_inner_view.addSubview_(comp._ns_view)
Ejemplo n.º 7
0
 def _remove(self, comp):
     self._gtk_inner_widget.remove(comp._gtk_outer_widget)
     GContainer._remove(self, comp)
Ejemplo n.º 8
0
 def _add(self, comp):
     GContainer._add(self, comp)
     x, y = comp._position
     self._gtk_inner_widget.put(comp._gtk_outer_widget, int(x), int(y))
Ejemplo n.º 9
0
 def _remove(self, comp):
     GContainer._remove(self, comp)
Ejemplo n.º 10
0
 def _add(self, comp):
     GContainer._add(self, comp)