[ABU] 26-jan-2005 '''Scrodget''' is a generic scrolled widget implemented with [snit]. It is very similar to the Bwidget's '''ScrolledWindow''' (with the added capability to place (automatic) scrollbars on top/bottom left/right. Here is a sample: [http://web.tiscali.it/irrational/tcl/scrodget1.0/demo/demo.gif] Start page and download links at [http://web.tiscali.it/irrational/tcl/scrodget1.0/index.html] ---- Remember that Tcl/Tk source script widgets can be submitted to [tklib] for more general distribution. ---- [PWQ] What if I want scroll bars on left and right? ---- [ABU] ??? It is a relly unusual demand ... ---- [Peter Newman] 27 January 2005: Scrodget looks great. I use BWidgets ScrolledWindow a lot - but one thing that annoys me about it is that you can't turn auto-hiding off (and have either or both scrollbars fixed). Scrodget fixes that. But it would be better if one could enable/disable autohiding, for the horizontal and vertical scrollbars, separately. Any chance of this? Also [PWQ]'s request for left AND/or right (and top AND/or bottom) is a bit unusual I agree. But a single Scrollbar Manager widget, that can be configured for every conceivable arrangement, would be very useful. And if you were able to do this, being able to enable/disable auto-hiding for the left, right, top and bottom scrollbars, separately, would IMHO be the best way to go. ---- [Category Widget]