dialogs/BlockPreviewDialog.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1740 b789b695b5c6
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    30 
    30 
    31 #-------------------------------------------------------------------------------
    31 #-------------------------------------------------------------------------------
    32 #                    Dialog with preview for graphic block
    32 #                    Dialog with preview for graphic block
    33 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    34 
    34 
    35 """
       
    36 Class that implements a generic dialog containing a preview panel for displaying
       
    37 graphic created by dialog
       
    38 """
       
    39 
    35 
    40 class BlockPreviewDialog(wx.Dialog):
    36 class BlockPreviewDialog(wx.Dialog):
       
    37     """
       
    38     Class that implements a generic dialog containing a preview panel for displaying
       
    39     graphic created by dialog
       
    40     """
    41 
    41 
    42     def __init__(self, parent, controller, tagname, title):
    42     def __init__(self, parent, controller, tagname, title):
    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