Changeset 4654 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Nov 10, 2020 11:24:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4647 r4654 1278 1278 if self.onChoice: 1279 1279 self.onChoice() 1280 def setByString(self,string): 1281 'Find an entry matching string and select it' 1282 num = self.FindString(string) 1283 if num >= 0: self.SetSelection(num) 1280 1284 1281 1285 ##############################################################
Note: See TracChangeset
for help on using the changeset viewer.