Searched refs:SendMsg (Results 1 – 2 of 2) sorted by relevance
341 SendMsg("destroy()"); in ~ScrollView()354 void ScrollView::SendMsg(const char* format, ...) { in SendMsg() function in ScrollView455 SendMsg("drawLine(%d,%d,%d,%d)", in SendPolygon()460 SendMsg("createPolyline(%d)", length); in SendPolygon()470 SendMsg("drawPolyline()"); in SendPolygon()514 if (visible) { SendMsg("setVisible(true)"); in SetVisible()515 } else { SendMsg("setVisible(false)"); } in SetVisible()520 if (b) { SendMsg("setAlwaysOnTop(true)"); in AlwaysOnTop()521 } else { SendMsg("setAlwaysOnTop(false)"); } in AlwaysOnTop()537 SendMsg("addMessage(\"%s\")", esc); in AddMessage()[all …]
305 void SendMsg(const char* msg, ...);