Changeset 4396 for trunk/gui/scripts


Ignore:
Timestamp:
Jun 18, 2014 11:52:06 AM (10 years ago)
Author:
ldelgass
Message:

Sync with release branch

File:
1 edited

Legend:

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

    r4336 r4396  
    11531153# StopBufferingCommands --
    11541154#
     1155#       This gets called when we want to stop buffering the commands for
     1156#       the server and actually send then to the server.  Note that there's
     1157#       a reference count on buffering.  This is so that you can can
     1158#       Start/Stop multiple times without worrying about the current state.
     1159#
    11551160itcl::body Rappture::VisViewer::StopBufferingCommands { } {
    11561161    incr _buffering -1
Note: See TracChangeset for help on using the changeset viewer.