From: Jeff H. <je...@Ac...> - 2005-11-03 23:04:49
|
Damon Courtney wrote: > Should BWidget do what Tile used to do and just ignore > the options passed that are not Ttk options? Tile has now > removed all of these "dummy" options, but I'm wondering if > BWidget shouldn't do this to avoid upgrade problems? > > Any thoughts? I'm looking forward to the future of > BWidgets being object-oriented with the new Tcl OO system, > but for now, I need to get it working with Tile and playing > nice. I just need some direction from someone other than me. > I don't like developing in a vacuum. IMO BWidgets won't "survive" the OO transition without a major rewrite. I for one am duplicating BWidgets into my own tklib widget package, which is snidget based (and thus closer to what the OO would be). These have different options, and perhaps different behaviors, and more importantly assume you already are using all that Tk 8.4 and Ttk has to offer. Jeff |