- Timestamp:
- Dec 4, 2009 5:14:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expgui
- Property rcs:date changed from 2008/04/15 17:15:53 to 2008/07/14 13:25:34
- Property rcs:lines changed from +85 -19 to +13 -13
- Property rcs:rev changed from 1.82 to 1.83
r908 r928 775 775 pack [button $win.but.1 -text Write -command "destroy $win"] -side left 776 776 SetExportPhase [lindex $expmap(phaselist) 0] $win 777 pack [button $win.but.2 -text Quit\777 pack [button $win.but.2 -text Cancel \ 778 778 -command "set expgui(export_phase) 0;destroy $win"] -side left 779 779 pack [button $win.but.help -text Help -bg yellow \ … … 2770 2770 set expgui(temp) {} 2771 2771 pack [frame $w.b -bg beige] -fill x -expand yes -side top 2772 grid [button $w.b.2 -text Set-command "destroy $w"] -row 0 -column 12773 grid [button $w.b.3 -text Quit\2772 grid [button $w.b.2 -text Continue -command "destroy $w"] -row 0 -column 1 2773 grid [button $w.b.3 -text Cancel \ 2774 2774 -command "QuitEditBackground $w"] -row 0 -column 2 2775 2775 grid [button $w.b.help -text Help -bg yellow \ … … 2919 2919 2920 2920 pack [frame $w.b -bg beige] -fill x -expand yes -side top 2921 pack [button $w.b.2 -text Set-command "destroy $w"] -side left2922 pack [button $w.b.3 -text Quit-command "set expgui(temp) {}; destroy $w"] -side left2921 pack [button $w.b.2 -text Continue -command "destroy $w"] -side left 2922 pack [button $w.b.3 -text Cancel -command "set expgui(temp) {}; destroy $w"] -side left 2923 2923 pack [button $w.b.help -text Help -bg yellow \ 2924 2924 -command "MakeWWWHelp expgui3.html EditParm"] -side right … … 2998 2998 } 2999 2999 pack [frame $w.b -bg beige] -fill x -expand yes -side top 3000 grid [button $w.b.2 -text Set\3000 grid [button $w.b.2 -text Continue \ 3001 3001 -command "SetEditProfile [list $entrylist] [list $phaselist] \ 3002 3002 [list $histlist] $w"] -row 0 -column 1 3003 grid [button $w.b.3 -text Quit\3003 grid [button $w.b.3 -text Cancel \ 3004 3004 -command "QuitEditProfile $w [list $entrylist]"] -row 0 -column 2 3005 3005 grid [button $w.b.help -text Help -bg yellow \ … … 3111 3111 3112 3112 pack [frame $w.b -bg beige] -fill x -expand yes -side top 3113 grid [button $w.b.2 -text Set-command "AbsSaveEdit $w [list $histlist]"] \3113 grid [button $w.b.2 -text Continue -command "AbsSaveEdit $w [list $histlist]"] \ 3114 3114 -row 0 -column 1 3115 grid [button $w.b.3 -text Quit\3115 grid [button $w.b.3 -text Cancel \ 3116 3116 -command "destroy $w"] -row 0 -column 2 3117 3117 grid [button $w.b.help -text Help -bg yellow \ … … 3593 3593 ] -side top -expand yes -fill both 3594 3594 pack [frame $w.b -bg beige] -fill x -expand yes -side top 3595 grid [button $w.b.2 -text Set-command "set expgui(temp) 1; destroy $w"] -row 0 -column 13596 grid [button $w.b.3 -text Quit\3595 grid [button $w.b.2 -text Continue -command "set expgui(temp) 1; destroy $w"] -row 0 -column 1 3596 grid [button $w.b.3 -text Cancel \ 3597 3597 -command "set expgui(temp) 0; destroy $w"] -row 0 -column 2 3598 3598 # grid [button $w.b.help -text Help -bg yellow \
Note: See TracChangeset
for help on using the changeset viewer.