Ignore:
Timestamp:
Sep 26, 2005 9:01:57 PM (18 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/analyzer.tcl

    r64 r69  
    1515package require Itk
    1616
    17 option add *Analyzer.width 5i widgetDefault
    18 option add *Analyzer.height 5i widgetDefault
     17option add *Analyzer.width 4i widgetDefault
     18option add *Analyzer.height 4i widgetDefault
    1919option add *Analyzer.simControl "auto" widgetDefault
    2020option add *Analyzer.simControlBackground "" widgetDefault
Note: See TracChangeset for help on using the changeset viewer.