Implemented checking checkboxes.

This commit is contained in:
Maarten Bent
2016-02-06 17:20:40 +01:00
parent 3b89a3c7c5
commit 7dd65abaf7
2 changed files with 24 additions and 3 deletions

View File

@@ -850,6 +850,7 @@ private:
// Compute the minimal width needed to fully display the column header.
int ComputeMinHeaderWidth(const wxListHeaderData* header) const;
bool IsClickInsideCheckbox(long item, int x, int y);
// the height of one line using the current font
wxCoord m_lineHeight;