CrossPlatform GUI Programming with wxWidgets [Electronic resources]

Julian Smart; Kevin Hock; Stefan Csomor

نسخه متنی -صفحه : 261/ 31
نمايش فراداده

  • Program Flow

    This is how the application starts running:

    Summary

    This chapter gave you an idea of how a really simple wxWidgets application works. We''ve touched on the wxFrame class, event handling, application initialization, and creating a menu bar and status bar. However complicated your own code gets, the basic principles of starting the application will remain the same, as we''ve shown in this small example. In the next chapter, we''ll take a closer look at events and how your application handles them.