MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnMouseEnterWindow

Method OnMouseEnterWindow

src/visual/ModeSelectorCanvas.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ModeSelectorCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
137 InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event);
138 SetCursor (wxCURSOR_HAND);
139 if (!helpTip.empty()) {
140 setStatusText(helpTip);
141 }
142 Refresh();
143}
144
145void ModeSelectorCanvas::setHelpTip(std::string tip) {
146 helpTip = tip;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected