Changeset 3506 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jul 25, 2018 12:12:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3487 r3506 434 434 is either 'f' (default) or 'g'. Alternately, None can be specified which 435 435 causes numbers to be displayed with approximately 5 significant figures 436 for floats. If this is specified, then :obj:`typeHint` =float becomes the436 for floats. If this is specified, then :obj:`typeHint` = float becomes the 437 437 default. 438 438 (Default=None). … … 2838 2838 :param int height: an optional height (pixels) for the table (defaults to 400) 2839 2839 2840 Example use:: 2840 Example use:: 2841 2841 2842 lbls = ('col 1','col 2','col 3') 2842 2843 choices=(['test1','explanation of test 1'],
Note: See TracChangeset
for help on using the changeset viewer.