#include <wx/pane.h>
#include <wx/toolbutton.h>
#include <wx/settings.h>
#include <wx/gdi.h>
#include <wx/dcclient.h>
Include dependency graph for pane.cpp:
Go to the source code of this file.
Defines | |
#define | min(a, b) ((a) < (b) ? (a) : (b)) |
#define | max(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
const wxSize | DEFAULT_BUTTON_SIZE (17, 16) |
Variables | |
const int | DEFAULT_BUTTON_IMAGE_SIZE = 9 |
const int | HEADER_BORDER = 2 |
|
Definition at line 25 of file pane.cpp. Referenced by wxPaneBase::CalcHeaderSize(). |
|
|
|
|
|
|
|
Definition at line 46 of file pane.cpp. Referenced by wxPaneBase::CalcHeaderSize(), and wxPaneBase::UpdateLayout(). |