Changeset 3a71472 in sasview
- Timestamp:
- Mar 22, 2016 9:58:06 AM (9 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:
- 468c253
- Parents:
- 53aa66d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/data_processor.py
r74c5521 r3a71472 10 10 The organization of the classes goes as: 11 11 12 #Path to this is: /sasview/src/sas/sasgui/guiframe/data_processor.py 13 #Path to image is: /sasview/src/sas/sasgui/guiframe/media/BatchGridClassLayout.png 14 15 .. image:: ./guiframe/media/BatchGridClassLayout.png 12 .. note:: Path to this is: /sasview/src/sas/sasgui/guiframe/data_processor.py 13 14 .. note:: Path to image is: /sasview/src/sas/sasgui/guiframe/media/BatchGridClassLayout.png 15 16 .. image:: media/BatchGridClassLayout.png 16 17 :align: center 17 18 … … 156 157 attribute. 157 158 158 NOTE: There is no need to override this if you don't need159 to do something out of the ordinary.159 .. note:: There is no need to override this if you don't need 160 to do something out of the ordinary. 160 161 161 162 :param dc: the wxDC object for the paint
Note: See TracChangeset
for help on using the changeset viewer.