MCPcopy Create free account
hub / github.com/WheretIB/nullc / SetTooltipClickCallback

Method SetTooltipClickCallback

GUI/RichTextarea.cpp:931–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931void RichTextarea::SetTooltipClickCallback(void (*ptr)(HWND, RichTextarea::LineIterator))
932{
933 tooltipCallback = ptr;
934}
935
936void RichTextarea::ClearAreaText(HWND wnd)
937{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected