Table of Contents

wxDialog

include file: wxDialog.e


Creation parameters:

  • proc end_modal( atom dialog, atom ret )   
  • func show_modal( atom dialog )     
     
    Parent Topics:
  • Classes
  • Dialogs


    Table of Contents

    [proc]
    end_modal
    ( atom dialog, atom ret )

    Category: wxDialog

    Closes a modal dialog. ret is the value returned by show_modal().

    See Also: show_modal



    Table of Contents

    [func]
    show_modal
    ( atom dialog )

    Category: wxDialog

    See Also: end_modal