[PD-cvs] pd/src u_main.tk,1.1.1.4.2.7.4.13,1.1.1.4.2.7.4.14

matju at users.sourceforge.net matju at users.sourceforge.net
Mon Mar 15 04:28:02 CET 2004


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29286

Modified Files:
      Tag: impd_0_37
	u_main.tk 
Log Message:
removed most global variables from u_main.tk


Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.1.1.4.2.7.4.13
retrieving revision 1.1.1.4.2.7.4.14
diff -C2 -d -r1.1.1.4.2.7.4.13 -r1.1.1.4.2.7.4.14
*** u_main.tk	15 Mar 2004 01:14:05 -0000	1.1.1.4.2.7.4.13
--- u_main.tk	15 Mar 2004 03:28:00 -0000	1.1.1.4.2.7.4.14
***************
*** 1109,1113 ****
  ############ properties_dialog #########
  
! proc properties_dialog {self struct} {
      foreach {name label type options} $struct {
  	frame .$self.$name
--- 1109,1113 ----
  ############ properties_dialog #########
  
! proc properties_dialog {self ok struct} {
      foreach {name label type options} $struct {
[...1292 lines suppressed...]
      	radiobutton $id.radio.radio0 -value 0 \
! 	    -variable data($vid:otherflag) \
  	    -text "in new graph"
      	radiobutton $id.radio.radio1 -value 1 \
! 	    -variable data($vid:otherflag) \
  	    -text "in last graph"
      	pack $id.radio.radio0 -side top -anchor w
***************
*** 2101,2105 ****
      } else {	
      	checkbutton $id.deleteme -text {delete me} \
! 	    -variable $var_array_otherflag -anchor w
  	pack $id.deleteme -side top
      }
--- 1876,1880 ----
      } else {	
      	checkbutton $id.deleteme -text {delete me} \
! 	    -variable data($vid:otherflag) -anchor w
  	pack $id.deleteme -side top
      }





More information about the Pd-cvs mailing list