Composite widget naming



Howdy,

I am planning on building a few classes derived from buttons. The
documentation seems to say "just make everything a widget and stick it
in lib/Tk".

Is there any issue with me making a Subdirectory "Button" and sticking
them in
there?

What I want to do is:

Tk::Button::Foo ; # A Derived Button
Tk::Frame::Foo ; # A composite that packs when Button Foo is clicked.

Is the only issue here that I will have to construct and advertise
everything as Button::Foo, and Frame::Foo? Any other caveats to doing
this?

-Advice and comment requested
-Thanks
-Matt
-http://www.investorsassistant.com

.