Changeset 1542
- Timestamp:
- Oct 26, 2014 1:33:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r1512 r1542 1082 1082 1083 1083 def getTextFile(): 1084 print 'getTextfile' 1084 1085 defDir = os.path.join(os.path.split(__file__)[0],'GSASIImacros') 1085 1086 dlg = wx.FileDialog(G2frame,'Choose rigid body text file', '.', '', … … 1828 1829 G2gd.SetDataMenuBar(G2frame,G2frame.dataFrame.RigidBodyMenu) 1829 1830 G2frame.dataFrame.Bind(wx.EVT_MENU, OnAddRigidBody, id=G2gd.wxID_RIGIDBODYADD) 1830 # no menu items yet 1831 #G2frame.dataFrame.Bind(wx.EVT_MENU, OnImportRigidBody, id=G2gd.wxID_RIGIDBODYIMPORT)1832 #G2frame.dataFrame.Bind(wx.EVT_MENU, OnDefineTorsSeq, id=G2gd.wxID_RESIDUETORSSEQ)1831 # no menu items yet 1832 G2frame.dataFrame.Bind(wx.EVT_MENU, OnImportRigidBody, id=G2gd.wxID_RIGIDBODYIMPORT) 1833 G2frame.dataFrame.Bind(wx.EVT_MENU, OnDefineTorsSeq, id=G2gd.wxID_RESIDUETORSSEQ) 1833 1834 G2frame.dataDisplay = G2gd.GSNoteBook(parent=G2frame.dataFrame,size=G2frame.dataFrame.GetClientSize()) 1834 1835
Note: See TracChangeset
for help on using the changeset viewer.