Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
55b5efcb
Commit
55b5efcb
authored
Jan 29, 2009
by
Miller Puckette
Browse files
u_main.tk niceties
parent
103091b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/u_main.tk
View file @
55b5efcb
...
...
@@ -126,10 +126,9 @@ bind Text <Control-s> {}
# the menus are instantiated here for the main window
# for the patch windows, they are created by pdtk_canvas_new
menu .mbar
canvas .dummy -height 2p -width 6c
frame .controls
pack .controls
.dummy
-side top -fill x
pack .controls -side top -fill x
menu .mbar.file -tearoff $pd_tearoff
.mbar add cascade -label "File" -menu .mbar.file
menu .mbar.find -tearoff $pd_tearoff
...
...
@@ -194,7 +193,7 @@ pack .controls.inout.out.label .controls.inout.out.level \
button .controls.dio -text "DIO\nerrors" \
-command {pd [concat pd audiostatus \;]}
button .controls.clear -text "clear\nprinout" \
button .controls.clear -text "clear\nprin
t
out" \
-command {.printout.text delete 0.0 end}
pack .controls.inout.in .controls.inout.out -side left -padx 6
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment