Tk Library Source Code

Artifact [03f2722d56]
Login

Artifact 03f2722d56d4c1ac141accb09498e3458df1c416:

Attachment "combobox-1.6.0-patch" to ticket [780704ffff] added by decosterjos 2003-07-31 14:44:19.
12d11
< #     - ComboBox::clearvalue
263,268d261
< # ----------------------------------------------------------------------------
< #  Command ComboBox::clearvalue
< # ----------------------------------------------------------------------------
< proc ComboBox::clearvalue { path } { 
<     Entry::configure $path.e -text ""
< }