i need to build a application GUI. Using wxWidgets, i need to use wxFrame in order to use wxMenu and StatusBar, eventually. To create dialogs, it should be used with wxDialog, right? Now, how can i call my mainDialog(wxDialog) on my wxFrame?
Can anyone could give me an example, or an explanation?