dialogs/SFCTransitionDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1739 ec153828ded2
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 #-------------------------------------------------------------------------------
    32 #                        Set Transition Parameters Dialog
    32 #                        Set Transition Parameters Dialog
    33 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    34 
    34 
    35 """
       
    36 Class that implements a dialog for defining parameters of a transition graphic
       
    37 element
       
    38 """
       
    39 
    35 
    40 class SFCTransitionDialog(BlockPreviewDialog):
    36 class SFCTransitionDialog(BlockPreviewDialog):
       
    37     """
       
    38     Class that implements a dialog for defining parameters of a transition graphic
       
    39     element
       
    40     """
    41 
    41 
    42     def __init__(self, parent, controller, tagname, connection=True):
    42     def __init__(self, parent, controller, tagname, connection=True):
    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