Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibwndws.c5115 static enumCursorShape curr_cursor_shape = CURSOR_DEFAULT; variable
5156 return (Nlm_Boolean)(SetCursorShape( curr_cursor_shape ) != BAD_CURSOR); in Nlm_InitCursorShapes()
5163 return curr_cursor_shape; in Nlm_SetCursorShape()
5168 enumCursorShape prev_cursor_shape = curr_cursor_shape; in Nlm_SetCursorShape()
5169 (*Nlm_CursorArray[curr_cursor_shape = cursor_shape])(); in Nlm_SetCursorShape()