Changeset 5192 for branches/uq/gui/scripts/probdisteditor.tcl
- Timestamp:
- Apr 5, 2015, 10:48:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq/gui/scripts/probdisteditor.tcl
r5189 r5192 200 200 # ---------------------------------------------------------------------- 201 201 itcl::body Rappture::ProbDistEditor::value {{newval ""}} { 202 puts "PDE::value $newval"202 # puts "PDE::value $newval" 203 203 204 204 #FIXME: _value has numerical values _uvalue has value with units … … 286 286 # ---------------------------------------------------------------------- 287 287 itcl::body Rappture::ProbDistEditor::mode {{newval ""}} { 288 puts "PDE::mode mode=$newval min=$_umin max=$_umax units=$_units"288 # puts "PDE::mode mode=$newval min=$_umin max=$_umax units=$_units" 289 289 290 290 set modes {exact uniform gaussian custom} … … 606 606 # ---------------------------------------------------------------------- 607 607 itcl::body Rappture::ProbDistEditor::_apply {op {widget ""}} { 608 puts "PDE::_apply $op $widget"608 #puts "PDE::_apply $op $widget" 609 609 if {$op != "bindings"} { 610 610 # need this for value/finalize
Note: See TracChangeset
for help on using the changeset viewer.