Changeset 4431 for trunk/GSASIIdataGUI.py
- Timestamp:
- May 24, 2020 5:19:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4429 r4431 6088 6088 self.DrawAtomEdit.Append(G2G.wxID_DRAWATOMCOLOR,'Atom color','Select atoms first') 6089 6089 self.DrawAtomEdit.Append(G2G.wxID_DRAWATOMRESETCOLOR,'Reset atom colors','Resets all atom colors to defaults') 6090 self.DrawAtomEdit.Append(G2G.wxID_DRWAEDITRADII,'Edit atom radii','Edit drawing atom radii') # TODO: removed until it can be made to do something6090 # self.DrawAtomEdit.Append(G2G.wxID_DRWAEDITRADII,'Edit atom radii','Edit drawing atom radii') # TODO: removed until it can be made to do something 6091 6091 self.DrawAtomEdit.Append(G2G.wxID_DRAWVIEWPOINT,'View point','View point is 1st atom selected') 6092 6092 self.DrawAtomEdit.Append(G2G.wxID_DRAWADDEQUIV,'Add atoms','Add symmetry & cell equivalents to drawing set from selected atoms') … … 6181 6181 self.RigidBodiesEdit = wx.Menu(title='') 6182 6182 self.RigidBodiesMenu.Append(menu=self.RigidBodiesEdit, title='Edit Body') 6183 self.RigidBodiesEdit.Append(G2G.wxID_ASSIGNATMS2RB,' Assign atoms to rigid body',6184 ' Select & position rigid body in structure ofexisting atoms')6183 self.RigidBodiesEdit.Append(G2G.wxID_ASSIGNATMS2RB,'Locate && Insert Rigid Body', 6184 'Locate rigid body in structure mapping to existing atoms') 6185 6185 self.RigidBodiesEdit.Append(G2G.wxID_AUTOFINDRESRB,'Auto find residues', 6186 6186 'Auto find of residue RBs in macromolecule')
Note: See TracChangeset
for help on using the changeset viewer.