Changeset 40c84e4 in sasview for calculatorview/src/sans/perspectives/calculator
- Timestamp:
- Oct 17, 2011 6:28:33 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- fdc3cb0
- Parents:
- b3199ac3
- Location:
- calculatorview/src/sans/perspectives/calculator
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/help_panel.py
r7d45a56 r40c84e4 13 13 """ 14 14 """ 15 def __init__(self, parent, title= 'HelpWindow', pageToOpen=None):15 def __init__(self, parent, title="Tool Help", pageToOpen=None): 16 16 wx.Frame.__init__(self, parent, title, size=(700, 450)) 17 17 """ 18 18 contains help info 19 19 """ 20 self.SetTitle("Tool Help",) 20 21 splitter = MultiSplitterWindow(self, style=wx.SP_LIVE_UPDATE) 21 22 rpanel = wx.Panel(splitter, -1) … … 71 72 <li><a href ="resolution_calculator_help.html" 72 73 target ="showframe">Resolution Estimator</a><br></li> 74 <li><a href ="pycrust_help.html" 75 target ="showframe">Python Shell</a><br></li> 73 76 </ul> 74 77 </body> -
calculatorview/src/sans/perspectives/calculator/media/sld_calculator_help.html
r9e2af9a r40c84e4 40 40 </body> 41 41 42 < \html>42 </html>
Note: See TracChangeset
for help on using the changeset viewer.