Ejemplo n.º 1
0
 def setup_startup_commands(self):
     sw = self.builder.get_object('sw_startup_commands')
     editor = SQLView(self)
     editor.set_show_line_numbers(False)
     sw.add(editor)
     editor.show()
     self.widget_startup_commands = editor
Ejemplo n.º 2
0
 def setup_startup_commands(self):
     sw = self.builder.get_object('sw_startup_commands')
     editor = SQLView(self)
     editor.set_show_line_numbers(False)
     sw.add(editor)
     editor.show()
     self.widget_startup_commands = editor