ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 2389bd4 was
c146f092,
checked in by Mathieu Doucet <doucetm@…>, 15 years ago
|
guicomm: fixed import
|
-
Property mode set to
100644
|
File size:
861 bytes
|
Rev | Line | |
---|
[c146f092] | 1 | import wx.lib.newevent |
---|
[21e0ec4] | 2 | # plot data |
---|
[792d7665] | 3 | (NewPlotEvent, EVT_NEW_PLOT) = wx.lib.newevent.NewEvent() |
---|
[21e0ec4] | 4 | # print the messages on statusbar |
---|
[792d7665] | 5 | (StatusEvent, EVT_STATUS) = wx.lib.newevent.NewEvent() |
---|
[21e0ec4] | 6 | #create a panel slicer |
---|
[fe060f7] | 7 | (SlicerPanelEvent, EVT_SLICER_PANEL) = wx.lib.newevent.NewEvent() |
---|
[21e0ec4] | 8 | #print update paramaters for panel slicer |
---|
[2cf2b87] | 9 | (SlicerParamUpdateEvent, EVT_SLICER_PARS_UPDATE) = wx.lib.newevent.NewEvent() |
---|
| 10 | #update the slicer from the panel |
---|
| 11 | (SlicerParameterEvent, EVT_SLICER_PARS) = wx.lib.newevent.NewEvent() |
---|
| 12 | #slicer event |
---|
[9fca3ea] | 13 | (SlicerEvent, EVT_SLICER) = wx.lib.newevent.NewEvent() |
---|
| 14 | # event containinG A DICTIONARY OF NAME and errors of selected data |
---|
[12dbb14d] | 15 | (ErrorDataEvent, ERR_DATA) = wx.lib.newevent.NewEvent() |
---|
| 16 | ## event that that destroy a page associate with Data1D removed from the graph |
---|
| 17 | (RemoveDataEvent, EVT_REMOVE_DATA) = wx.lib.newevent.NewEvent() |
---|
Note: See
TracBrowser
for help on using the repository browser.