Monday, August 6, 2012
Tkinter Text Search Demo
This code is based on the Tcl search.tcl demo; it demonstrates Text.search() and the use of style tags to highlight search results.
Labels:
Tkinter Demos,
Tkinter Text
Friday, August 3, 2012
Tkinter Text Styles Demo
This code is based on the Tcl style.tcl demo; includes examples of ten styles that can be applied to text in a Text widget.
Labels:
Tkinter Demos,
Tkinter Text
Thursday, August 2, 2012
Tkinter Spinbox Demo
This code is based on the Tcl spin.tcl demo. Note that while there is a ttk:spinbox widget it has not been implemented in the tkinter.ttk module; the tkinter.spinbox is used instead.
Labels:
Tkinter Demos
Tkinter Entry with Validation Demo
This code is based on the Tcl entry3.tcl demo. It includes four example entry fields that use valid, validatecommand, and invalidcommand and/or bind to capture and check user input.
Labels:
Tkinter Demos,
Tkinter Entry
Subscribe to:
Posts (Atom)