Changeset 1610976 in sasview for sansview/perspectives
- Timestamp:
- Feb 4, 2010 12:34:31 PM (15 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:
- c363d74
- Parents:
- 629e8b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/fitting.py
r9455d77 r1610976 243 243 #Send the fitting panel to guiframe 244 244 self.mypanels.append(self.fit_panel) 245 245 246 return self.mypanels 246 247 … … 262 263 self.parent.set_perspective(self.perspective) 263 264 265 def set_default_perspective(self): 266 """ 267 Call back method that True to notify the parent that the current plug-in 268 can be set as default perspective. 269 when returning False, the plug-in is not candidate for an automatic 270 default perspective setting 271 """ 272 return True 273 264 274 def post_init(self): 265 275 """
Note: See TracChangeset
for help on using the changeset viewer.