dialogs/SFCStepDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1740 b789b695b5c6
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 #-------------------------------------------------------------------------------
    32 #                         Set SFC Step Parameters Dialog
    32 #                         Set SFC Step Parameters Dialog
    33 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    34 
    34 
    35 """
       
    36 Class that implements a dialog for defining parameters of a SFC step graphic
       
    37 element
       
    38 """
       
    39 
    35 
    40 class SFCStepDialog(BlockPreviewDialog):
    36 class SFCStepDialog(BlockPreviewDialog):
       
    37     """
       
    38     Class that implements a dialog for defining parameters of a SFC step graphic
       
    39     element
       
    40     """
    41 
    41 
    42     def __init__(self, parent, controller, tagname, initial=False):
    42     def __init__(self, parent, controller, tagname, initial=False):
    43         """
    43         """
    44         Constructor
    44         Constructor
    45         @param parent: Parent wx.Window of dialog for modal
    45         @param parent: Parent wx.Window of dialog for modal