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);
 
 
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.