Searched refs:caret_on (Results 1 – 2 of 2) sorted by relevance
81 BOOL caret_on; /* Is caret on? */ member561 (descr->caret_on) && in LISTBOX_PaintItem()614 (descr->caret_on) && in LISTBOX_PaintItem()700 if (!descr->caret_on || !descr->in_focus) return; in LISTBOX_DrawFocusRect()1111 descr->caret_on && descr->in_focus) in LISTBOX_Paint()2540 descr->caret_on = !lphc; in LISTBOX_Create()3042 if (descr->caret_on) in ListBoxWndProc_common()3044 descr->caret_on = TRUE; in ListBoxWndProc_common()3050 if (!descr->caret_on) in ListBoxWndProc_common()3052 descr->caret_on = FALSE; in ListBoxWndProc_common()[all …]
91 BOOL caret_on; /* Is caret on? */ member782 if (!descr->caret_on || !descr->in_focus) return; in LISTBOX_DrawFocusRect()1162 descr->caret_on && descr->in_focus) in LISTBOX_Paint()2128 if (!descr->caret_on && (descr->in_focus)) return 0; in LISTBOX_HandleLButtonDown()2597 descr->caret_on = !lphc; in LISTBOX_Create()2949 if (descr->caret_on) in LISTBOX_WindowProc()2951 descr->caret_on = TRUE; in LISTBOX_WindowProc()2957 if (!descr->caret_on) in LISTBOX_WindowProc()2959 descr->caret_on = FALSE; in LISTBOX_WindowProc()3006 descr->caret_on = TRUE; in LISTBOX_WindowProc()[all …]