Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Drecent_project_win.cpp211 int newselect = -1; in FindStatic() local
226 newselect = index; in FindStatic()
232 return newselect; in FindStatic()
249 int newselect = FindStatic(point); in OnMouseMove() local
251 if ((newselect >= 0) && (newselect != mHighlightRow)) in OnMouseMove()
254 mHighlightRow = newselect; in OnMouseMove()
262 int newselect = FindStatic(point); in OnLButtonDown() local
264 if (newselect >= 0) in OnLButtonDown()
266 GetProjectView()->OpenHistoryProject(newselect); in OnLButtonDown()