wxFrame

Base class for all windows on the screen (wxWidgets calls them frames). You will override this at least once, for your main window type. If you have multiple different windows, you will have multiple wxFrame subclasses.