|
OpenCPN Partial API docs
|
Organizes constant variables and methods. More...
Functions | |
| int | GetSpacing (const wxWindow *ctx, int factor) |
| Multiply default spacing with a factor, and calculate device independent pixels. | |
| void | LayoutResizeEvent (wxWindow *ctx) |
| Trigger window layout event. | |
Organizes constant variables and methods.
| int libgui::GetSpacing | ( | const wxWindow * | ctx, |
| int | factor | ||
| ) |
Multiply default spacing with a factor, and calculate device independent pixels.
| ctx | Window context. |
| factor | Scaling factor. |
| void libgui::LayoutResizeEvent | ( | wxWindow * | ctx | ) |
Trigger window layout event.
| ctx | Window context. |