Weather App
 
Loading...
Searching...
No Matches
WindowMain.h
Go to the documentation of this file.
1
5
6 #pragma once
7 #ifndef WINDOWMAIN_H
8 #define WINDOWMAIN_H
9
10 #include <wx/wx.h>
11 #include "Panel.h"
12
20 class WindowMain : public wxFrame {
21 public:
28
33 };
34
35 #endif // WINDOWMAIN_H
36
Defines the Panel class for managing wxWidgets panels.
Represents a dynamic panel that can replace another panel in a wxWidgets application.
Definition Panel.h:25
WindowMain()
Constructs the main application window.
Panel * panel_start
Pointer to the initial panel displayed in the main window.
Definition WindowMain.h:31