Home
last modified time | relevance | path

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

/reactos/modules/rosapps/templates/mdi/
H A Dmain.h49 int nFocusPanel; // 0: left 1: right member
H A Dchildwnd.c234 SetFocus(pChildWnd->nFocusPanel? pChildWnd->hRightWnd: pChildWnd->hLeftWnd); in ChildWndProc()
H A Dframewnd.c176 pChildWnd->nFocusPanel = 0; in InitChildWindow()
/reactos/base/applications/regedit/
H A Dmain.h55 int nFocusPanel; /* 0: left 1: right */ member
H A Dlistview.c554 g_pChildWnd->nFocusPanel = 1; in ListWndNotifyProc()
H A Dtreeview.c666 g_pChildWnd->nFocusPanel = 0; in TreeWndNotifyProc()
H A Dchildwnd.c526 SetFocus(g_pChildWnd->nFocusPanel? g_pChildWnd->hListWnd: g_pChildWnd->hTreeWnd); in ChildWndProc()