Changeset 4400 for trunk/GSASIIdataGUI.py
- Timestamp:
- Apr 13, 2020 5:06:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4399 r4400 5323 5323 # Rigid bodies 5324 5324 G2G.Define_wxId('wxID_RIGIDBODYADD', 'wxID_DRAWDEFINERB', 'wxID_RIGIDBODYIMPORT', 'wxID_RESIDUETORSSEQ', 5325 'wxID_VECTORBODYADD' )5325 'wxID_VECTORBODYADD', 'wxID_RIGIDBODYSAVE',) 5326 5326 self.RigidBodyMenu = wx.MenuBar() 5327 5327 self.PrefillDataMenu(self.RigidBodyMenu) 5328 5328 self.ResidueRBMenu = wx.Menu(title='') 5329 5329 self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYIMPORT,'Import XYZ','Import rigid body XYZ from file') 5330 self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYSAVE,'Save PDB','Save rigid body to PDB file') 5330 5331 self.ResidueRBMenu.Append(G2G.wxID_RESIDUETORSSEQ,'Define sequence','Define torsion sequence') 5331 5332 self.ResidueRBMenu.Append(G2G.wxID_RIGIDBODYADD,'Import residues','Import residue rigid bodies from macro file')
Note: See TracChangeset
for help on using the changeset viewer.