#include "precomp.h"
Go to the source code of this file.
Functions | |
PWND | UT_PrevGroupItem (PWND pwndDlg, PWND pwndCurrent) |
PWND | UT_NextGroupItem (PWND pwndDlg, PWND pwndCurrent) |
PWND | _PrevControl (PWND pwndRoot, PWND pwndStart, UINT uFlags) |
PWND | _GetChildControl (PWND pwndRoot, PWND pwndChild) |
PWND | _NextSibblingOrAncestor (PWND pwndRoot, PWND pwndStart) |
PWND | _NextControl (PWND pwndRoot, PWND pwndStart, UINT uFlags) |
HWND WINAPI | GetNextDlgTabItem (HWND hwndDlg, HWND hwnd, BOOL fPrev) |
PWND | _GetNextDlgTabItem (PWND pwndDlg, PWND pwnd, BOOL fPrev) |
HWND | GetNextDlgGroupItem (HWND hwndDlg, HWND hwndCtl, BOOL bPrevious) |
PWND | _GetNextDlgGroupItem (PWND pwndDlg, PWND pwnd, BOOL fPrev) |
|
Definition at line 125 of file dlgmgrc.c. References NULL, REBASEPWND, TestWF, TestwndChild, and WEFCONTROLPARENT. Referenced by _GetNextDlgGroupItem(), _GetNextDlgTabItem(), _NextSibblingOrAncestor(), GetNextDlgHelpItem(), xxxGNM_FindNextMnem(), and xxxRemoveDefaultButton().
|
|
Definition at line 439 of file dlgmgrc.c. References _GetChildControl(), BOOL, FALSE, TestWF, TRUE, UT_NextGroupItem(), UT_PrevGroupItem(), WFDISABLED, and WFVISIBLE. Referenced by GetNextDlgGroupItem(), IsDialogMessageW(), xxxBNReleaseCapture(), and xxxGNM_FindNextMnem().
|
|
Definition at line 348 of file dlgmgrc.c. References _GetChildControl(), _IsDescendant(), _NextControl(), _PrevControl(), and NULL. Referenced by DefDlgProcWorker(), GetNextDlgTabItem(), InternalCreateDialog(), IsDialogMessageW(), and xxxGotoNextMnem().
|
|
Definition at line 207 of file dlgmgrc.c. References _IsDescendant(), _NextSibblingOrAncestor(), BOOL, FALSE, NULL, REBASEPWND, tagWND::spwndParent, TestWF, TRUE, WEFCONTROLPARENT, WFDISABLED, and WFVISIBLE. Referenced by _FindDlgItem(), _GetNextDlgTabItem(), _PrevControl(), GetNextDlgHelpItem(), UT_NextGroupItem(), UT_PrevGroupItem(), xxxGNM_FindNextMnem(), and xxxRemoveDefaultButton().
|
|
Definition at line 151 of file dlgmgrc.c. References _GetChildControl(), NULL, REBASEALWAYS, tagWND::spwndNext, TestWF, and WEFCONTROLPARENT. Referenced by _NextControl().
|
|
Definition at line 78 of file dlgmgrc.c. References _NextControl(), BOOL, FALSE, NULL, TestWF, TRUE, and WEFCONTROLPARENT. Referenced by _GetNextDlgTabItem(), UT_NextGroupItem(), and UT_PrevGroupItem().
|
|
Definition at line 407 of file dlgmgrc.c. References _GetNextDlgGroupItem(), HW, NULL, and ValidateHwnd.
|
|
Definition at line 318 of file dlgmgrc.c. References _GetNextDlgTabItem(), HW, NULL, and ValidateHwnd.
|
|
Definition at line 50 of file dlgmgrc.c. References _NextControl(), _PrevControl(), NULL, TestWF, and WFGROUP. Referenced by _GetNextDlgGroupItem().
|
|
Definition at line 22 of file dlgmgrc.c. References _NextControl(), _PrevControl(), NULL, TestWF, TRUE, and WFGROUP. Referenced by _GetNextDlgGroupItem().
|