|
From: <arj...@us...> - 2013-11-21 12:43:14
|
Revision: 12732
http://sourceforge.net/p/plplot/code/12732
Author: arjenmarkus
Date: 2013-11-21 12:43:11 +0000 (Thu, 21 Nov 2013)
Log Message:
-----------
Call the plstdwin command to make sure that the demo window is properly sized.
Modified Paths:
--------------
trunk/examples/tk/runAllDemos.tcl
Modified: trunk/examples/tk/runAllDemos.tcl
===================================================================
--- trunk/examples/tk/runAllDemos.tcl 2013-11-21 11:06:09 UTC (rev 12731)
+++ trunk/examples/tk/runAllDemos.tcl 2013-11-21 12:43:11 UTC (rev 12732)
@@ -1,10 +1,10 @@
#----------------------------------------------------------------------------
# Source this file into a working Tk interpreter to run all the Tcl demos
# in a nice window with buttons for each demo you'd like to run.
-#
+#
# Vince Darley
# vi...@sa...
-#
+#
#----------------------------------------------------------------------------
if {[catch {file readlink [info script]} path]} {
@@ -29,6 +29,7 @@
"*wish*" -
"*tclsh*" {
# use 'wish" method
+ plstdwin .
plframe .p
set plwin .p
button .bnextpage -text "Page" -command [list $plwin nextpage]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|