MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / ShowCaret

Function ShowCaret

include/window.h:10675–10678  ·  view source on GitHub ↗

* \fn BOOL GUIAPI ShowCaret (HWND hWnd) * \brief Shows a caret. * * This function makes the caret visible on the screen at the caret's * current position. When the caret becomes visible, it begins flashing * automatically. * * \param hWnd The owner of the caret. * * \return TRUE on success, otherwise FALSE. * * \sa HideCaret */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

mySetCaretPosFunction · 0.85
mySetCaretPosFunction · 0.85
del_selected_textFunction · 0.85
sleKeyDownFunction · 0.85
SLEditCtrlProcFunction · 0.85
mySetCaretPosFunction · 0.85
sleInsertTextFunction · 0.85
sleInsertText_refreshFunction · 0.85
sleKeyDownFunction · 0.85
SLEditCtrlProcFunction · 0.85
_change_caret_sizeFunction · 0.85

Calls 1

ShowCaretExFunction · 0.85

Tested by

no test coverage detected