¡@

Home 

python Programming Glossary: tk.text

New Python Programmer Looking for Help to Avoid Recursion with tkinter

http://stackoverflow.com/questions/10039485/new-python-programmer-looking-for-help-to-avoid-recursion-with-tkinter

side bottom fill both expand True self.mText tk.Text textFrame width 48 height 24 wrap 'word' font defFont self.mText.grid..

Tkinter custom window

http://stackoverflow.com/questions/11892521/tkinter-custom-window

tk.Button inner_frame text Close command self.destroy t1 tk.Text inner_frame width 40 height 10 b1.pack side top t1.pack side..

Python : Converting CLI to GUI

http://stackoverflow.com/questions/12351786/python-converting-cli-to-gui

toolbar side left b2.pack in_ toolbar side left self.text tk.Text self wrap word self.text.pack side top fill both expand True..

binding to cursor movement doesnt change INSERT mark

http://stackoverflow.com/questions/13835207/binding-to-cursor-movement-doesnt-change-insert-mark

self.label.configure text index s index class CustomText tk.Text def __init__ self args kwargs tk.Text.__init__ self args kwargs.. class CustomText tk.Text def __init__ self args kwargs tk.Text.__init__ self args kwargs # Danger Will Robinson # Heavy voodoo..

Advanced Tkinter text box?

http://stackoverflow.com/questions/3732605/advanced-tkinter-text-box

text_frame tk.Frame borderwidth 1 relief sunken self.text tk.Text wrap word background white borderwidth 0 highlightthickness..

Tkinter text highlighting in python

http://stackoverflow.com/questions/3781670/tkinter-text-highlighting-in-python

highlighting text that matches a pattern class CustomText tk.Text '''A text widget with a new method HighlightPattern example.. at http wiki.tcl.tk 3246 ''' def __init__ self args kwargs tk.Text.__init__ self args kwargs def highlight_pattern self pattern..

Variable Size List of Checkboxes in Standard Tkinter Package?

http://stackoverflow.com/questions/5860675/variable-size-list-of-checkboxes-in-standard-tkinter-package

root self.vsb tk.Scrollbar self orient vertical self.text tk.Text self width 40 height 20 yscrollcommand self.vsb.set self.vsb.config..

Python, Tkinter How to Stop Text box Re-size on Font Change?

http://stackoverflow.com/questions/9833698/python-tkinter-how-to-stop-text-box-re-size-on-font-change

0 weight 1 container.grid_columnconfigure 0 weight 1 text tk.Text container font TextFont text.grid row 0 column 0 sticky nsew..