Changeset 40c84e4 in sasview


Ignore:
Timestamp:
Oct 17, 2011 6:28:33 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

added pyshell help

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  
    1313    """ 
    1414    """ 
    15     def __init__(self, parent, title='HelpWindow', pageToOpen=None): 
     15    def __init__(self, parent, title="Tool Help", pageToOpen=None): 
    1616        wx.Frame.__init__(self, parent, title, size=(700, 450)) 
    1717        """ 
    1818             contains help info 
    1919        """ 
     20        self.SetTitle("Tool Help",)  
    2021        splitter = MultiSplitterWindow(self, style=wx.SP_LIVE_UPDATE) 
    2122        rpanel = wx.Panel(splitter, -1) 
     
    7172            <li><a href ="resolution_calculator_help.html"  
    7273            target ="showframe">Resolution Estimator</a><br></li> 
     74            <li><a href ="pycrust_help.html"  
     75            target ="showframe">Python Shell</a><br></li> 
    7376            </ul> 
    7477            </body> 
  • calculatorview/src/sans/perspectives/calculator/media/sld_calculator_help.html

    r9e2af9a r40c84e4  
    4040</body> 
    4141 
    42 <\html> 
     42</html> 
Note: See TracChangeset for help on using the changeset viewer.