From professional translators, enterprises, web pages and freely available translation repositories.
la línea 81 crea una instancia de la clase helloworld y guarda una referencia a ella en la variable hello.
line 81 creates an instance of the helloworld class and saves a reference to it in the hello variable.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
las líneas 9-76 definen la clase helloworld, que contiene todas las retrollamadas como métodos de objeto y el método de inicialización de objetos. examinemos los métodos de retrollamada:
lines 9-76 define the helloworld class that contains all the callbacks as object methods and the object instance initialization method. let's examine the callback methods.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
las líneas 32-71 definen el método de inicialización de instancia __init__() del objeto helloworld, el cual crea la ventana y los controles que se usan en el programa.
lines 32-71 define the helloworld object instance initialization method __init__() that creates the window and widgets used by the program.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
en la actualidad desarrolla el proyecto www.bordergames.org, pornolab.org y desarrolla una labor activa en la creación y producción teatral alternativa en madrid y barcelona a través de la plataforma de producción escénica helloworld!
currently he is developing the projects www.bordergames.org, pornolab.org and is actively involved in the alternative theatre creation in madrid and barcelona through the platform of scene productions helloworld!
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
cuando se llama el método destroy() de la clase gtk.widget se emite la señal "destroy" desde la ventana, lo que a su vez provocará la llamada al método destroy() de la clase helloworld que termina el programa.
when the gtk.widget destroy() method is called it will cause the "destroy" signal to be emitted from the window which will in turn cause the helloworld destroy() method to be called to end the program.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting