72 wxPoint point1 = wxPoint(0, 0);
73 wxPoint point2 = wxPoint(
size_.GetWidth(), 0);
74 wxPoint point3 = wxPoint(
size_.GetWidth()/2, triangleHeight);
75 wxPoint trianglePoints[3] = {point1, point2, point3};
80 size_.GetHeight() - triangleHeight);