Searched refs:nFocusPanel (Results 1 – 7 of 7) sorted by relevance
49 int nFocusPanel; // 0: left 1: right member
234 SetFocus(pChildWnd->nFocusPanel? pChildWnd->hRightWnd: pChildWnd->hLeftWnd); in ChildWndProc()
176 pChildWnd->nFocusPanel = 0; in InitChildWindow()
55 int nFocusPanel; /* 0: left 1: right */ member
554 g_pChildWnd->nFocusPanel = 1; in ListWndNotifyProc()
666 g_pChildWnd->nFocusPanel = 0; in TreeWndNotifyProc()
526 SetFocus(g_pChildWnd->nFocusPanel? g_pChildWnd->hListWnd: g_pChildWnd->hTreeWnd); in ChildWndProc()