Changeset 832 for trunk/GSASIIplot.py
- Timestamp:
- Jan 16, 2013 2:44:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ΒΆ
r831 r832 171 171 self.DeleteToolByPos(POSITION_OF_CONFIGURE_SUBPLOTS_BTN) 172 172 parent = self.GetParent() 173 key = os.path.join(os.path.split(__file__)[0],' Key.ico')173 key = os.path.join(os.path.split(__file__)[0],'key.ico') 174 174 self.AddSimpleTool(self.ON_MPL_KEY,_load_bitmap(key),'Key press','Select key press') 175 175 wx.EVT_TOOL(self,self.ON_MPL_KEY,self.OnKey)
Note: See TracChangeset
for help on using the changeset viewer.