How to increase buffer for text widget
When loading text into my text widget, the GUI only displays 9 lines
of text. I believe I need to increase the buffer size for the text
widget.
How would I do this?
Thanks.
.
Relevant Pages
- Re: Easiest/quickest method for very simple interfaces?
... maybe I should've said "in a GUI that exists right now". ... Pick any widget set. ... This is where you have to read the documentation for the widget set you ... harder to develop with than Gtk2 widgets. ... (comp.os.linux.misc) - Re: SQL Data driven GUI
... the "real" application builds a specifically requested GUI ... widget during each iteration that concerns me. ... Each client organization can define as many GUI ... Those interfaces will almost always remain ... (comp.lang.java.gui) - Re: dont understand namespaces...
... import Tkinter ... instantiate a class that defines a Frame in the root window ... What I cannot figure out is how to reference a widget in app2 from app... ... That is all the GUI is for.!!!! ... (comp.lang.python) - Re: GWindows and a future home for it
... >>A GUI library should just be for GUI stuff. ... > There are, to my knowledge, three free DB libraries in Ada: ... actually looking at his Database support. ... transfer from the query to the widget. ... (comp.lang.ada) - Re: simulating button clicks on a Tcl/Tk application
... There's a bit more to using event generate than juts giving a widget ... I will take care of the focus setting thing. ... We need to automate the testing of a GUI. ... to drive menus. ... (comp.lang.tcl) |
|