Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


  How can I create a widget with an upper case name?
 
 You can`t.  Tk widget names may not begin with a capital letter as those
are reserved for widget class names (this does not apply to any other
commands).  Specific instances of widgets must begin with a lower case
letter.  This enables X11 resource definitions to distinguish between a
class and an instance.