Home
last modified time | relevance | path

Searched refs:Nlm_CursorArray (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c5116 static Nlm_SetCursorFuncPtr Nlm_CursorArray[ N_CURSORS ]; variable
5123 Nlm_CursorArray[cursor_shape] != NULL || in Nlm_AddCursorShape()
5127 Nlm_CursorArray[cursor_shape] = set_function; in Nlm_AddCursorShape()
5136 Nlm_CursorArray[i] = NULL; in Nlm_InitCursorShapes()
5150 if (Nlm_CursorArray[i] == NULL) in Nlm_InitCursorShapes()
5166 Nlm_CursorArray[cursor_shape] != NULL) in Nlm_SetCursorShape()
5169 (*Nlm_CursorArray[curr_cursor_shape = cursor_shape])(); in Nlm_SetCursorShape()