CrossPlatform GUI Programming with wxWidgets [Electronic resources]

Julian Smart; Kevin Hock; Stefan Csomor

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

  • Event Loops

    The event loop is modeled with the wxEventLoop class. Start the loop by calling Run, test whether the loop is running with IsRunning, and exit the loop with Exit. This class is used for the main loop of the application, and you can also use it for subordinate event loops, as used when showing a modal dialog.