Re: Scrolling a window
[email protected] (Jeff Hobbs)
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
On 03/03/2010 2:25 PM, Swingle David-QWHM86 wrote: > my $sw = $mw->new_ScrolledWindow(-managed => 0); didn't seem to have any > affect on the window. Hmmm, on Windows it shows up to the right size without scrollbars at startup for me. > I give up! Where are the "general Tk docs"? I looked in > http://www.tkdocs.com/ and didn't see anything related to Tkx::update. > I tried http://www.tcl.tk/man/tcl8.5/TkCmd/contents.htm, but it isn't > there. Tried many other places. update is actually a Tcl command, as the event loop is actually a Tcl feature that Tk leverages. You will find it at: http://www.tcl.tk/man/tcl8.5/TclCmd/update.htm Jeff