Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2352 - trunk/scenes/csafe/python


Chronological Thread 
  • From:
  • To:
  • Subject: [Manta] r2352 - trunk/scenes/csafe/python
  • Date: Fri, 5 Dec 2008 17:43:50 -0700 (MST)

Author: dav
Date: Fri Dec  5 17:43:50 2008
New Revision: 2352

Added:
   trunk/scenes/csafe/python/Help.py
Log:
Help code that goes with previous commit.

Added: trunk/scenes/csafe/python/Help.py
==============================================================================
--- (empty file)
+++ trunk/scenes/csafe/python/Help.py   Fri Dec  5 17:43:50 2008
@@ -0,0 +1,20 @@
+
+import wx
+
+zoom_help_string = \
+  "The mouse wheel zooms in/out on the histogram.  Place the mouse \
+cursor over the location you wish to be the center of the zoom, and \
+then rotate the wheel."
+
+colormap_help_string = \
+  "Press the colormap button (looks like a wheel) to color the data by the 
given \
+  colormap.  This will also place the colormap in the colormap editor at the 
bottom of \
+  the screen."
+
+def showZoomHelp() :
+    wx.MessageBox( zoom_help_string, "Zoom Help", x=0, y=0 )
+
+def showColormapHelp() :
+    wx.MessageBox( colormap_help_string, "Colormap Help", x=0, y=0 )
+
+


  • [Manta] r2352 - trunk/scenes/csafe/python, dav, 12/05/2008

Archive powered by MHonArc 2.6.16.

Top of page