Changeset 2695 for trunk


Ignore:
Timestamp:
Nov 18, 2011, 2:20:53 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1943 r2695  
    6161    private variable _lastColorIndex ""
    6262    private variable _dispatcher "" ;# dispatcher for !events
    63     private variable _graph        ""
    64     private variable _tree        ""
    65     private variable _diff        "";        # Polygon marker used for difference.
    66     private variable _rename        "";        # Node selected to be renamed.
     63    private variable _graph     ""
     64    private variable _tree      ""
     65    private variable _diff      "";     # Polygon marker used for difference.
     66    private variable _rename    "";     # Node selected to be renamed.
    6767    private variable _diffelements
     68    private variable _unmapHidden 0
    6869
    6970    constructor {graph args} {}
     
    7172
    7273    public method reset {}
    73     public method Average {}
    74     public method Recolor {}
    75     public method Check {}
    76     public method Delete { args }
    77     public method Difference {}
    78     public method Editor { option args }
    79     public method Hide { args }
    80     public method Lower { args }
    81     public method Raise { args }
    82     public method Rename {}
    83     public method Show { args }
    84     public method Toggle { args }
     74
     75    private method Add { elem label {flags ""}}
     76    private method Average {}
     77    private method BuildPopup { popup }
     78    private method Check { menu }
     79    private method Delete { args }
     80    private method Difference {}
     81    private method Editor { option args }
    8582    private method GetData { elem what }
    86     private method Add { elem label {flags ""}}
     83    private method Hide { args }
     84    private method Lower { args }
     85    private method Raise { args }
     86    private method PopupMenu { x y }
     87    private method Recolor {}
     88    private method Rename {}
    8789    private method SelectAll {}
     90    private method Show { args }
     91    private method Toggle { args }
     92    private method UnmapHidden {}
    8893}
    8994                                                                               
Note: See TracChangeset for help on using the changeset viewer.