Table of Contents

wxApp

include file: wxEuphoria.e


You probably won't need to do much with this class. wxEuphoria creates a wxApp object automatically.

  • proc exit_main()     
     
    Parent Topics:
  • Classes


    Table of Contents

    [proc]
    exit_main
    ()

    Category: wxApp

    This is the procedure that should be used to exit the program. If you create an on close event for your main frame, this must be called from the event handler, or your application will not close. wxEuphoria automatically does this for you if you do not define an on close event.