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
:
27
WindowMain
();
28
31
Panel
*
panel_start
;
33
};
34
35
#endif
// WINDOWMAIN_H
36
Panel.h
Defines the Panel class for managing wxWidgets panels.
Panel
Represents a dynamic panel that can replace another panel in a wxWidgets application.
Definition
Panel.h:25
WindowMain::WindowMain
WindowMain()
Constructs the main application window.
WindowMain::panel_start
Panel * panel_start
Pointer to the initial panel displayed in the main window.
Definition
WindowMain.h:31
include
WindowMain.h
Generated by
1.13.2