Guia Tkinter
latest
  • Introduccion
  • Creditos
  • LICENCIA
  • Historial de cambios

Guia

  • Introduccion
  • Acerca de Tk
  • Que es una interfaz grafica
  • Instalando Tkinter
  • Sobre esta guía
  • Empezando por lo básico
  • Y que hay de las clases?
  • Las distintas librerias tk, ttk y tix
  • Widgets
  • Opciones
  • Colores
Guia Tkinter
  • Docs »
  • <no title>
  • Edit on GitHub

  • Introduccion
  • Acerca de Tk
    • Historia
    • Virtudes y limitaciones
  • Que es una interfaz grafica
    • Buenas practicas
      • Colores
  • Instalando Tkinter
    • Linux
    • Windows
    • Mac
  • Sobre esta guía
    • Workflow
    • Estilos
    • Traducciones
    • Referencias
      • Aun no revisadas
  • Empezando por lo básico
  • Y que hay de las clases?
  • Las distintas librerias tk, ttk y tix
  • Widgets
    • Etiquetas [Label]
      • Métodos
        • cget
        • configure
    • Botones [Button]
      • Métodos
        • cget
        • configure
        • invoke
    • Cuadro de texto [Entry]
      • Índices
        • Índices numéricos
        • ANCHOR
        • END
        • INSERT
        • sel.first y sel.last
        • @number
      • Métodos
        • bbox
        • cget
        • configure
        • delete
        • get
        • icursor
        • index
        • insert
        • xview
      • Validando un campo de texto
    • Variables
      • StringVar
        • master
        • value
        • name
        • get
        • set
        • trace_variable
        • trace_vdelete
        • trace_vinfo
      • Mas variables
    • Casillas de verificacion [Checkbutton]
      • Métodos
        • cget
        • configure
        • deselect
        • flash
        • invoke
        • select
        • toggle
    • Botones de opción [Radiobutton]
      • Métodos
        • cget
        • configure
        • deselect
        • flash
        • invoke
        • select
  • Opciones
    • activebackground
    • activeforeground
    • anchor
      • NW
      • N
      • NE
      • W
      • CENTER
      • E
      • SW
      • S
      • SE
    • background (bg)
    • bitmap
    • borderwidth (bd)
    • command
    • cursor
    • compound
    • default
    • disabledbackground
    • disabledforeground
    • exportselection
    • font
    • foreground (fg)
    • height
    • justify
      • RIGHT
      • CENTER
      • LEFT
    • overrelief
    • relief
      • SUNKEN
      • RAISED
      • GROOVE
      • RIDGE
      • FLAT
    • state
    • text
  • Colores
    • Nombres de colores
    • RGB Hexadecimal
Next Previous

© Copyright 2015, Alvarez Alejandro. Revision f37790b8.

Built with Sphinx using a theme provided by Read the Docs.