Re: firefox-like Configuration page widget



Harald Oehlmann wrote:
The configuration page of my programs use BWidget Notebook widget so
far.
I want to migrate to tile. Unfortunately, the tile notebook widget
does not present a possibility to scroll the tabs.
I thought I would implement a Config dialog similar to firefox:
- Page selector at the left side with a text and an image per page
- Config page at the right side

Is there any starting code I could use to start in tcl ?

The BWidget set was always magic for me. Is there any pointer of an
explanation how to extend them ?

Thank you in advance,
Harald
Maybe checkout the TkTreectrl:
http://tktreectrl.sourceforge.net/
and run the demo that comes with the code, it shows lots of config page type things you can with the control.
.