Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:Dialog

6  Dialog boxes used in JetCreator

40 """ Class used to build dialog box controls from the definitions in JetDefs """
138 class JetOpen(wx.Dialog):
141 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_JETOPEN)
154 """ Exit the dialog with flag to import """
179 """ Exit the dialog with flag to create new blank jet file """
194 class JetPreferences(wx.Dialog):
195 """ Preferences dialog box """
197 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_PREFERENCES)
213 class JetAbout(wx.Dialog):
214 """ About dialog box """
216 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_ABOUT)
235 class JetPropertiesDialog(wx.Dialog):
236 """ Properties dialog box """
238 wx.Dialog.__init__(self, None, -1, JetDefs.DLG_PROPERTIES)
254 class JetErrors(wx.Dialog):
255 """ Errors dialog box """
257 wx.Dialog.__init__(self, None, -1, title)
271 class SegEdit(wx.Dialog):
272 """ Dialog box to edit segments """
274 wx.Dialog.__init__(self, None, -1, title)
310 """ Closing the dialog box """
349 """ Exits dialog box """
564 class EventEdit(wx.Dialog):
565 """ Event edit dialog box """
567 wx.Dialog.__init__(self, None, -1, title)
640 """ Called when dialog is closed """
670 """ Adjusts the dialog box controls for various types of events """
708 """ Exits the dialog box """
848 class JetReplicate(wx.Dialog):
849 """ Replicate dialog box """
851 wx.Dialog.__init__(self, None, -1, title)
915 class JetMove(wx.Dialog):
916 """ Move events dialog box """
918 wx.Dialog.__init__(self, None, -1, title)
993 """ Test Segment dialog """
1012 """ Test Event dialog """