def cb_button_controllers(self, button):
self.main_window.hide()
while Gtk.events_pending():
Gtk.main_iteration()
command = '$WINELOADER control joy.cpl'
os.system(command)
self.main_window.show()