Пример #1
0
 def __do_inspect(self, o):
     from hotwire_ui.oinspect import InspectWindow
     w = InspectWindow(o)
     w.show_all()
Пример #2
0
 def __launch_inspector(self, o):
     from hotwire_ui.oinspect import InspectWindow
     from hotwire_ui.shell import locate_current_window        
     w = InspectWindow(o, parent=locate_current_window(self._table))
     w.show_all()
Пример #3
0
 def __launch_inspector(self, o):
     from hotwire_ui.oinspect import InspectWindow
     from hotwire_ui.shell import locate_current_window
     w = InspectWindow(o, parent=locate_current_window(self._table))
     w.show_all()
Пример #4
0
 def handle_inspector(text2):
     from hotwire_ui.shell import locate_current_window            
     inspect = InspectWindow(o, parent=locate_current_window(self.get_widget()))
     inspect.show_all()