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

Function HideCaret

include/window.h:10637–10640  ·  view source on GitHub ↗

* \fn BOOL GUIAPI HideCaret (HWND hWnd) * \brief Hides a caret. * * This function removes the caret from the screen and close the IME window. * Hiding a caret does not destroy its current shape or invalidate the * insertion point. * * \param hWnd The owner of the caret. * * \return TRUE on success, otherwise FALSE. * * \sa ShowCaret */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

TextEditCtrlProcFunction · 0.85
mySetCaretPosFunction · 0.85
sleSetSelFunction · 0.85
SLEditCtrlProcFunction · 0.85
mySetCaretPosFunction · 0.85
SLEditCtrlProcFunction · 0.85
mTextEditor_onKillFocusFunction · 0.85
mTextEditor_enableCaretFunction · 0.85
_update_caretFunction · 0.85

Calls 1

HideCaretExFunction · 0.85

Tested by

no test coverage detected