Vertaling van "Tkinter" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
There are currently 15 types of widgets in Tkinter.
En este momento hay 15 tipos de widgets en Tkinter.
But, the fact of working with comboboxes y listboxes on Tkinter is complex, really complex, even for small and simple apps...
Sin embargo, el hecho de que trabajar con comboboxes y listboxes en Tkinter sea tan farragoso me ha desilusionado... bastante.
All Tkinter widgets have access to specific geometry management methods, which have the purpose of organizing widgets throughout the parent widget area.
Todos los widgets Tkinter tienen acceso a los métodos de gestión de la geometría específicas, que tienen el propósito de organizar los widgets en toda la zona widget padre.
Note 2: return "break" is a magic signal to tell Tkinter not to invoke the default event processing for that widget.
Nota 2: return "break" es una señal mágica que le indica a Tkinter que no invoque el procesamiento de eventos por defecto del cuadro gráfico.
I hope the article will be of your interest, and let's hope that future Tkinter versions break this rudimentary way of working with combos and list boxes!
En fin, espero que os resulte de interés, y espero que futuras versiones de Tkinter rompan con esta rudimentaria forma de trabajar con combos.
I am not going to dwell much on the GUI aspects of this, rather I want to focus on the style of programming - using Tkinter to handle the event loop and leaving the programmer to create the initial GUI and then process the events as they arrive.
No me ocuparé específicamente de los aspectos gráficos de esto ya que me interesa focalizar la técnica de programación al utilizar a Tkinter para recibir los eventos y dejando en manos del programador la creación de la interfaz gráfica inicial y el procesamiento de los eventos.
That's easy to create GUI programs in VB6, but it is not as easy to do it with Tkinter, and to see the result of your code you need tu run the code.
This isn't meant to be a Tkinter tutorial, that's the subject of the next topic.
Esto no es un tutorial de Tkinter, por lo cual te recomiendo que busques en las páginas de referencia algún link a diversos tutoriales sobre Tkinter.
Creating a GUI application using Tkinter is an easy task.
Creación de una aplicación con interfaz gráfica usando Tkinter es una tarea fácil.
Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application.
Tkinter ofrece diversos controles, como botones, etiquetas y cajas de texto utilizados en una aplicación GUI.
In a previous tutorial, we talked about the Tkinter module and we saw how to build GUI apps using it.
En un tutorial anterior, hablamos acerca del módulo Tkinter y vimos cómo crear aplicaciones GUI usándolo.
Python when combined with Tkinter provides a fast and easy way to create GUI applications.
Python cuando se combina con Tkinter proporciona una manera rápida y fácil de crear aplicaciones GUI.
There are also several books on using Tk and Tkinter.
También existen buenos libros acerca del uso de TK y Tkinter.