73 wxPoint point1 = wxPoint(
size_.GetWidth()/2, 0);
74 wxPoint point2 = wxPoint(0, triangleHeight);
75 wxPoint point3 = wxPoint(
size_.GetWidth(), triangleHeight);
76 wxPoint trianglePoints[3] = {point1, point2, point3};
81 size_.GetHeight() - triangleHeight);
static const int SOCKET_WIDTH
Width of a socket.
static const int SOCKET_HEIGHT
Height of a socket.
static const int TRIANGLE_HEIGHT
Size of the sockets' direction triangle.