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/deviceViewer1D.tcl

    r26 r69  
    1919option add *DeviceViewer1D.deviceSize 0.25i widgetDefault
    2020option add *DeviceViewer1D.deviceOutline black widgetDefault
     21option add *DeviceViewer1D*graph.width 3i widgetDefault
     22option add *DeviceViewer1D*graph.height 2i widgetDefault
    2123
    2224itcl::class Rappture::DeviceViewer1D {
     
    9294    itk_component add graph {
    9395        blt::graph $itk_component(inner).graph \
    94             -highlightthickness 0 -plotpadx 0 -plotpady 0 \
    95             -width 4i -height 2i
     96            -highlightthickness 0 -plotpadx 0 -plotpady 0
    9697    } {
    9798        keep -background -foreground -cursor -font
Note: See TracChangeset for help on using the changeset viewer.