Ignore:
Timestamp:
Mar 8, 2013, 8:07:21 PM (12 years ago)
Author:
ldelgass
Message:

Add background color protocol command to nanovis, also change resize protocol
to use 'size', so new commands are:

screen bgcolor r g b
screen size width height

File:
1 edited

Legend:

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

    r3477 r3478  
    26222622itcl::body Rappture::FlowvisViewer::Resize {} {
    26232623    $_arcball resize $_width $_height
    2624     SendCmd "screen $_width $_height"
     2624    SendCmd "screen size $_width $_height"
    26252625    set _resizePending 0
    26262626}
Note: See TracChangeset for help on using the changeset viewer.