|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| wxRect | wxGetContentRect (wxSize contentSize, const wxRect &cellRect, int hAlign, int vAlign) |
Variables | |
| const int | GRID_CELL_CHECKBOX_MARGIN = 2 |
| wxRect wxGetContentRect | ( | wxSize | contentSize, |
| const wxRect & | cellRect, | ||
| int | hAlign, | ||
| int | vAlign ) |
Definition at line 40 of file grid_checkbox.cpp.
References GRID_CELL_CHECKBOX_MARGIN, and minSize.
Referenced by GRID_CELL_CHECKBOX_RENDERER::Draw().
| const int GRID_CELL_CHECKBOX_MARGIN = 2 |
Definition at line 37 of file grid_checkbox.cpp.
Referenced by wxGetContentRect().