This example is based on the Tcl text.tcl demo; it's the same as Tkinter Basic Text Demo but it uses tkinter.scrolledtext.ScrolledText instead of creating individual text and scrollbars.
Tuesday, August 7, 2012
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
Subscribe to:
Posts (Atom)