Ignore:
Timestamp:
Sep 26, 2005 9:01:57 PM (19 years ago)
Author:
mmc
Message:

Fixed the size of various widgets to request a smaller size,
so applications don't need to take up so much screen real estate.

Fixed the <string> entries to set their <default> value properly.

Added a new <separator> entry, which adds separation between
input controls.

Added a "zoo" of examples, showing little snippets of XML code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/textentry.tcl

    r45 r69  
    8383
    8484    set str [$_owner xml get $path.default]
    85     if {"" != $str} { value $str }
     85    if {"" != $str} {
     86        _layout  ;# must fix layout or value won't take
     87        value $str
     88    }
    8689}
    8790
Note: See TracChangeset for help on using the changeset viewer.