ReactOS 0.4.16-dev-91-g764881a
|
#include <user32.h>
Go to the source code of this file.
Classes | |
struct | DIALOGINFO |
struct | DLG_CONTROL_INFO |
struct | DLG_TEMPLATE |
struct | RADIOGROUP |
Macros | |
#define | DF_END 0x0001 |
#define | DF_DIALOGACTIVE 0x4000 |
#define | GETDLGINFO(hwnd) DIALOG_get_info(hwnd, FALSE) |
#define | GET_WORD(ptr) (*(WORD *)(ptr)) |
#define | GET_DWORD(ptr) (*(DWORD *)(ptr)) |
#define | GET_LONG(ptr) (*(const LONG *)(ptr)) |
#define | DLG_ISANSI 2 |
#define | SENDMSG(msg, wparam, lparam) |
Variables | |
const struct builtin_class_descr | DIALOG_builtin_class |
BOOL WINAPI CheckRadioButton | ( | HWND | hDlg, |
int | nIDFirstButton, | ||
int | nIDLastButton, | ||
int | nIDCheckButton | ||
) |
Definition at line 2880 of file dialog.c.
Definition at line 2854 of file dialog.c.
Referenced by CheckRadioButton().
HWND WINAPI CreateDialogIndirectParamA | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | lpTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | lParamInit | ||
) |
Definition at line 1637 of file dialog.c.
HWND WINAPI CreateDialogIndirectParamAorW | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | lpTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | lParamInit, | ||
DWORD | Flags | ||
) |
Definition at line 1615 of file dialog.c.
Referenced by CreateDialogIndirectParamA(), and CreateDialogIndirectParamW().
HWND WINAPI CreateDialogIndirectParamW | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | lpTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | lParamInit | ||
) |
Definition at line 1653 of file dialog.c.
HWND WINAPI CreateDialogParamA | ( | HINSTANCE | hInstance, |
LPCSTR | lpTemplateName, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 1669 of file dialog.c.
HWND WINAPI CreateDialogParamW | ( | HINSTANCE | hInstance, |
LPCWSTR | lpTemplateName, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
|
static |
Definition at line 1344 of file dialog.c.
Referenced by DefDlgProcA(), and DefDlgProcW().
Definition at line 1085 of file dialog.c.
Referenced by DEFDLG_FindDefButton(), DEFDLG_Proc(), DEFDLG_SetDefButton(), and DEFDLG_SetDefId().
|
static |
Definition at line 1232 of file dialog.c.
Referenced by DefDlgProcA(), and DefDlgProcW().
Definition at line 731 of file dialog.c.
Referenced by DEFDLG_Proc().
Definition at line 716 of file dialog.c.
Referenced by DEFDLG_Proc().
|
static |
Need to draw only default push button rectangle. Since the next control is not a push button, need to draw the push button rectangle for the default control.
Definition at line 1147 of file dialog.c.
Referenced by DEFDLG_Proc().
|
static |
Definition at line 1114 of file dialog.c.
Referenced by DEFDLG_Proc().
Definition at line 705 of file dialog.c.
Referenced by DEFDLG_Proc(), and DEFDLG_RestoreFocus().
Definition at line 1711 of file dialog.c.
Definition at line 1774 of file dialog.c.
|
static |
Definition at line 278 of file dialog.c.
Referenced by DIALOG_CreateIndirect().
|
static |
Definition at line 765 of file dialog.c.
Referenced by CreateDialogIndirectParamAorW(), DialogBoxIndirectParamAorW(), DialogBoxParamA(), and DialogBoxParamW().
|
static |
Definition at line 1527 of file dialog.c.
Referenced by DlgDirListA(), and DlgDirListComboBoxA().
|
static |
Definition at line 1431 of file dialog.c.
Referenced by DIALOG_DlgDirListA(), DlgDirListComboBoxW(), and DlgDirListW().
|
static |
Definition at line 1550 of file dialog.c.
Referenced by DlgDirSelectComboBoxExA(), DlgDirSelectComboBoxExW(), DlgDirSelectExA(), and DlgDirSelectExW().
Definition at line 495 of file dialog.c.
Referenced by DialogBoxIndirectParamAorW(), DialogBoxParamA(), and DialogBoxParamW().
Definition at line 467 of file dialog.c.
Referenced by DEFDLG_Proc(), and IsDialogMessageW().
Definition at line 2452 of file dialog.c.
Referenced by IsDialogMessageW().
Definition at line 2436 of file dialog.c.
Referenced by DIALOG_FixChildrenOnChangeFocus().
DIALOGINFO * DIALOG_get_info | ( | HWND | hWnd, |
BOOL | create | ||
) |
Definition at line 131 of file dialog.c.
Referenced by DEFDLG_Proc(), DefDlgProcA(), DefDlgProcW(), and DIALOG_CreateIndirect().
|
static |
Definition at line 169 of file dialog.c.
Referenced by DIALOG_CreateControls32().
|
static |
Definition at line 1367 of file dialog.c.
Referenced by DIALOG_GetNextTabItem(), and GetNextDlgTabItem().
Definition at line 2502 of file dialog.c.
Referenced by DIALOG_IdToHwnd(), and IsDialogMessageW().
Definition at line 385 of file dialog.c.
Referenced by IsDialogMessageW().
|
static |
Definition at line 575 of file dialog.c.
Referenced by DIALOG_CreateIndirect().
INT_PTR WINAPI DialogBoxIndirectParamA | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | hDialogTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 1861 of file dialog.c.
INT_PTR WINAPI DialogBoxIndirectParamAorW | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | hDialogTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam, | ||
DWORD | Flags | ||
) |
Definition at line 1837 of file dialog.c.
Referenced by DialogBoxIndirectParamA(), and DialogBoxIndirectParamW().
INT_PTR WINAPI DialogBoxIndirectParamW | ( | HINSTANCE | hInstance, |
LPCDLGTEMPLATE | hDialogTemplate, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 1877 of file dialog.c.
INT_PTR WINAPI DialogBoxParamA | ( | HINSTANCE | hInstance, |
LPCSTR | lpTemplateName, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 1893 of file dialog.c.
INT_PTR WINAPI DialogBoxParamW | ( | HINSTANCE | hInstance, |
LPCWSTR | lpTemplateName, | ||
HWND | hWndParent, | ||
DLGPROC | lpDialogFunc, | ||
LPARAM | dwInitParam | ||
) |
Definition at line 1926 of file dialog.c.
int WINAPI DlgDirListA | ( | HWND | hDlg, |
LPSTR | lpPathSpec, | ||
int | nIDListBox, | ||
int | nIDStaticPath, | ||
UINT | uFileType | ||
) |
Definition at line 1959 of file dialog.c.
int WINAPI DlgDirListComboBoxA | ( | HWND | hDlg, |
LPSTR | lpPathSpec, | ||
int | nIDComboBox, | ||
int | nIDStaticPath, | ||
UINT | uFiletype | ||
) |
int WINAPI DlgDirListComboBoxW | ( | HWND | hDlg, |
LPWSTR | lpPathSpec, | ||
int | nIDComboBox, | ||
int | nIDStaticPath, | ||
UINT | uFiletype | ||
) |
int WINAPI DlgDirListW | ( | HWND | hDlg, |
LPWSTR | lpPathSpec, | ||
int | nIDListBox, | ||
int | nIDStaticPath, | ||
UINT | uFileType | ||
) |
Definition at line 2023 of file dialog.c.
Definition at line 2083 of file dialog.c.
Definition at line 2144 of file dialog.c.
Referenced by CC_PaintCross(), CC_PaintTriangle(), DIALOG_CreateIndirect(), LoadDialog(), SoftModalMessageBox(), test_dpi_mapping(), and test_menu_ownerdraw().
Definition at line 2169 of file dialog.c.
Referenced by DEFDLG_Proc(), and IsDialogMessageW().
Definition at line 2207 of file dialog.c.
Definition at line 2245 of file dialog.c.
Referenced by AskTagProc(), COMDLG32_FR_HandleWMCommand(), getdlgitem_test_dialog_proc(), CZipPassword::OnButton(), PRINTDLG_WMCommandA(), PRINTDLG_WMInitDialog(), and test_GetDlgItemText().
Definition at line 2263 of file dialog.c.
Referenced by AddDlg_OnCommand(), BrFolder_OnOK(), CFn_WMCommand(), ComputerPageDlgProc(), CongratsDlgProc(), connections_on_notify(), CopyEventEntry(), CredDialogCommandOk(), BtrfsDeviceResize::DeviceResizeDlgProc(), DIALOG_EXECUTE_DlgProc(), DIALOG_GROUP_DlgProc(), DIALOG_PROGRAM_DlgProc(), DIALOG_SYMBOL_DlgProc(), dlgproc_addport(), dlgproc_lptconfig(), DNSSuffixPropDlgProc(), DoChangePassword(), EditActionDlg_OnOK(), EditDlg_OnCommand(), EditTypeDlg_OnOK(), FD31_StripEditControl(), FD31_Validate(), file_dlg_proc(), FinishDlgProc(), general_on_notify(), CDrvDefExt::GeneralPageProc(), CFileDefExt::GeneralPageProc(), get_dialog_font_point_size(), GetTextFromEdit(), GinaLoadFailedWindowProc(), COpenWithDialog::Init(), BtrfsPropSheet::init_propsheet(), CDrvDefExt::InitGeneralPage(), IsValidDomainName(), LoadHive_KeyNameInHookProc(), MainWindowProc(), margin_edit_notification(), MessageBoxTextToClipboard(), NetIDPage_OnApply(), NetworkDomainPageDlgProc(), NewActionDlg_OnOK(), NewExtDlg_OnOK(), CShellLink::OnNotify(), OwnerPageDlgProc(), PickIconProc(), PRINTDLG_WMCommandW(), PRINTDLG_WMInitDialogW(), PropSheetDlgProc(), BtrfsSend::SendDlgProc(), BtrfsPropSheet::set_size_on_disk(), BtrfsSend::StartSend(), BtrfsVolPropSheet::StatsDlgProc(), SummaryDlgProc(), BtrfsSend::Thread(), BtrfsPropSheet::update_size_details_dialog(), WelcomeDlgProc(), and WindowProc().
Definition at line 2280 of file dialog.c.
Definition at line 2391 of file dialog.c.
Definition at line 2532 of file dialog.c.
LRESULT WINAPI SendDlgItemMessageA | ( | HWND | hDlg, |
int | nIDDlgItem, | ||
UINT | Msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
LRESULT WINAPI SendDlgItemMessageW | ( | HWND | hDlg, |
int | nIDDlgItem, | ||
UINT | Msg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |
const struct builtin_class_descr DIALOG_builtin_class |