in reply to Re: Tk: joined scroll
in thread Tk: joined scroll

Hello, I need something like this:
+--------------+
|  header      |
+--------------+
+  data        +
+              +
+--------------+

the data can be scrolled vertically, there are many rows.
if the line is too long than i need to scroll them
horizontally, and i need to join the horizontal scrolling
of the header and the datas.

Replies are listed 'Best First'.
Re^3: Tk: joined scroll
by eserte (Deacon) on Jul 26, 2004 at 09:59 UTC
    Maybe you should use Tk::HList? The second demo in the "widget" program has a header and vertical and horizontal scrollbars, so you can take a look there for an example.