From: Jeff H. <je...@ac...> - 2006-10-19 00:19:19
|
I just added patch 1580120 for Snit to tcllib: http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1580120&grou= p_id=3D1288 3&atid=3D312883 It allows snidgets to take -class dynamically. I made sure the support = went into the <8.4, 8.4 and 8.5 code. I also fixed snit.man. The only thing I'm not sure about is if any option handling will get = messed up. It works fine on simple tests with widget::scrolledwindow and on = one test I have locally that makes a snit::widgetadaptor on top of widget::scrolledwindow. IOW, the option -default given is still used correctly, and if you specify -class, that gets added in correctly. I think this is more a bug fix than an RFE, as it returns the natural = -class handling to container widget types. Any objections to commiting? Jeff |