25#include <wx/scrolwin.h>
29wxDECLARE_EVENT(EVT_LAYOUT_RESIZE, wxCommandEvent);
37enum class Breakpoint :
int {
49static const int kSpacing = 6;
Organizes constant variables and methods.
void LayoutResizeEvent(wxWindow *ctx)
Trigger window layout event.
int GetSpacing(wxWindow *ctx, int factor)
Multiply default spacing with a factor, and calculate device independent pixels.
Breakpoint GetScreenSize(wxRect *rect)
Get screen size breakpoint.