Weather App
 
Loading...
Searching...
No Matches
Panel.h File Reference

Defines the Panel class for managing wxWidgets panels. More...

#include <wx/wx.h>
Include dependency graph for Panel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Panel
 Represents a dynamic panel that can replace another panel in a wxWidgets application. More...
 

Variables

wxWindow * mainWindow
 Pointer to the main application window.
 
wxBoxSizer * mainSizer
 Pointer to the main sizer for layout management.
 

Detailed Description

Defines the Panel class for managing wxWidgets panels.

Variable Documentation

◆ mainSizer

wxBoxSizer* mainSizer
extern

Pointer to the main sizer for layout management.

◆ mainWindow

wxWindow* mainWindow
extern

Pointer to the main application window.