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