Defines the Panel class for managing wxWidgets panels.
More...
#include <wx/wx.h>
Go to the source code of this file.
|
class | Panel |
| Represents a dynamic panel that can replace another panel in a wxWidgets application. More...
|
|
|
wxWindow * | mainWindow |
| Pointer to the main application window.
|
|
wxBoxSizer * | mainSizer |
| Pointer to the main sizer for layout management.
|
|
Defines the Panel class for managing wxWidgets panels.
◆ mainSizer
Pointer to the main sizer for layout management.
◆ mainWindow
Pointer to the main application window.