Changeset 2940
- Timestamp:
- 11/17/99 18:13:38 (14 years ago)
- Files:
-
- 1 modified
-
rat/trunk/ui_audiotool.tcl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rat/trunk/ui_audiotool.tcl
r2939 r2940 751 751 proc mbus_recv_session.title {title} { 752 752 global session_title 753 set session_title $title753 set session_title \"$title\" 754 754 wm title . "RAT: $title" 755 755 } … … 1661 1661 button .prefs.buttons.bye -text "Cancel" -command {sync_ui_to_engine; wm withdraw .prefs} 1662 1662 button .prefs.buttons.apply -text "Apply" -command {wm withdraw .prefs; sync_engine_to_ui} 1663 #button .prefs.buttons.save -text "Save & Apply" -command {save_settings; wm withdraw .prefs; sync_engine_to_ui}1664 #pack .prefs.buttons.bye .prefs.buttons.apply .prefs.buttons.save -side right -padx 2 -pady 21665 1663 pack .prefs.buttons.bye .prefs.buttons.apply -side right -padx 2 -pady 2 1666 1664 … … 2469 2467 toplevel .file 2470 2468 wm protocol .file WM_DELETE_WINDOW {set files_on 0; file_show} 2471 frame .file.play -relief ridge2472 frame .file.rec -relief ridge2469 frame .file.play -relief groove -bd 2 2470 frame .file.rec -relief groove -bd 2 2473 2471 pack .file.play -side top -pady 2 -padx 2 -fill x -expand 1 2474 2472 pack .file.rec -side top -pady 2 -padx 2 -fill x -expand 1 … … 2476 2474 label .file.play.l -text "Playback" 2477 2475 pack .file.play.l -side top -fill x 2478 label .file.rec.l -text "Record" 2476 label .file.rec.l -text "Record" 2479 2477 pack .file.rec.l -side top -fill x 2480 2478 … … 2496 2494 } 2497 2495 2498 label .file.$action.buttons.status -text "No file selected." - relief sunk -width 16 -anchor w2496 label .file.$action.buttons.status -text "No file selected." -width 16 -anchor w 2499 2497 pack .file.$action.buttons.status -side bottom -fill both -expand 1 -padx 2 -pady 2 2500 2498 }
