in reply to Re^2: Widget with Scrolled Listbox
in thread Widget with Scrolled Listbox
Why create a sub class at all? The code posted so far, from the class name, to the @fields array, hints heavily against a sub class being necessary
Also "Scrolled" is not a type of widget/class, its a helper method
Use Tk::WidgetDump to see what see sub Tk::Widget::Scrolled and sub Tk::Frame::AddScrollbars actually do, what widgets they create
|
|---|