Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
Πρόκειται να αποθηκεύσετε τις αλλαγές που έγιναν στη ρύθμισή σας init. Τυχόν λανθασμένες ρυθμίσεις ίσως επιφέρουν καθυστέρηση του συστήματός σας κατά την εκκίνηση. Θέλετε να συνεχίσετε;
you're about to save the changes made to your init configuration. wrong settings can make your system hang on startup. do you wish to continue?
def init(self): alignment = gtk.alignment(0.5,0.5,0,0) self.click_button = gtk.button('click me!') alignment.add(self.click_button) self.plugin_area.add(alignment) self.click_button.connect('clicked', self.onclick) self.show_all()
def init(self): alignment = gtk.alignment(0.5,0.5,0,0) self.click_button = gtk.button('click me!') alignment.add(self.click_button) self.plugin_area.add(alignment) self.click_button.connect('clicked', self.onclick) self.show_all()