summaryrefslogtreecommitdiffstats
path: root/library/demos
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-18 14:41:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-18 14:41:55 (GMT)
commit4660929af627a46789752dc4856f013ed2b5653a (patch)
treebde84757d465e8484bc5f66c956d3212363285a1 /library/demos
parent3525b8b01c138cbc30c498a9e0f9a587dab26e32 (diff)
downloadtk-4660929af627a46789752dc4856f013ed2b5653a.zip
tk-4660929af627a46789752dc4856f013ed2b5653a.tar.gz
tk-4660929af627a46789752dc4856f013ed2b5653a.tar.bz2
minor spacing, no functional change.
Diffstat (limited to 'library/demos')
-rw-r--r--library/demos/ixset4
-rw-r--r--library/demos/square2
2 files changed, 3 insertions, 3 deletions
diff --git a/library/demos/ixset b/library/demos/ixset
index 06b644d..ee6e072 100644
--- a/library/demos/ixset
+++ b/library/demos/ixset
@@ -186,12 +186,12 @@ proc createwindows {} {
#
frame .buttons
- button .buttons.ok -default active -command ok -text "Ok"
+ button .buttons.ok -default active -command ok -text "Ok"
button .buttons.apply -default normal -command apply -text "Apply" \
-state disabled
button .buttons.cancel -default normal -command cancel -text "Cancel" \
-state disabled
- button .buttons.quit -default normal -command quit -text "Quit"
+ button .buttons.quit -default normal -command quit -text "Quit"
pack .buttons.ok .buttons.apply .buttons.cancel .buttons.quit \
-side left -expand yes -pady 5
diff --git a/library/demos/square b/library/demos/square
index 08c362b..1d7eb20 100644
--- a/library/demos/square
+++ b/library/demos/square
@@ -7,7 +7,7 @@ exec wish "$0" ${1+"$@"}
# widget. It's only usable in the "tktest" application or if Tk has
# been compiled with tkSquare.c. This demo arranges the following
# bindings for the widget:
-#
+#
# Button-1 press/drag: moves square to mouse
# "a": toggle size animation on/off