- Timestamp:
- Jan 1, 2017 5:51:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIctrls.py ΒΆ
r2607 r2608 3110 3110 unless a special help key value has been defined for this menu id in 3111 3111 self.HelpById 3112 ''' 3112 3113 Note that self may be child of the main window (G2frame) or of the dataFrame 3114 ''' 3115 if hasattr(self.frame,'dataFrame'): # find the dataFrame 3116 dataFrame = self.frame.dataFrame 3117 else: 3118 dataFrame = self.frame 3119 3113 3120 try: 3114 helpKey = self.frame.helpKey # BHT: look up help from helpKey in data window3121 helpKey = dataFrame.helpKey # BHT: look up help from helpKey in data window 3115 3122 #if GSASIIpath.GetConfigValue('debug'): print 'dataFrame help: key=',helpKey 3116 3123 except AttributeError:
Note: See TracChangeset
for help on using the changeset viewer.