|
ReactOS 0.4.17-dev-672-gf9943c7
|
#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 2900 of file dialog.c.
Definition at line 2874 of file dialog.c.
Referenced by CheckRadioButton().
| HWND WINAPI CreateDialogIndirectParamA | ( | HINSTANCE | hInstance, |
| LPCDLGTEMPLATE | lpTemplate, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | lParamInit | ||
| ) |
Definition at line 1657 of file dialog.c.
| HWND WINAPI CreateDialogIndirectParamAorW | ( | HINSTANCE | hInstance, |
| LPCDLGTEMPLATE | lpTemplate, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | lParamInit, | ||
| DWORD | Flags | ||
| ) |
Definition at line 1635 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 1673 of file dialog.c.
| HWND WINAPI CreateDialogParamA | ( | HINSTANCE | hInstance, |
| LPCSTR | lpTemplateName, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | dwInitParam | ||
| ) |
Definition at line 1689 of file dialog.c.
| HWND WINAPI CreateDialogParamW | ( | HINSTANCE | hInstance, |
| LPCWSTR | lpTemplateName, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | dwInitParam | ||
| ) |
|
static |
Definition at line 1364 of file dialog.c.
Referenced by DefDlgProcA(), and DefDlgProcW().
Definition at line 1105 of file dialog.c.
Referenced by DEFDLG_FindDefButton(), DEFDLG_Proc(), DEFDLG_SetDefButton(), and DEFDLG_SetDefId().
|
static |
Definition at line 1252 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 1167 of file dialog.c.
Referenced by DEFDLG_Proc().
|
static |
Definition at line 1134 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 1731 of file dialog.c.
Definition at line 1794 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 1547 of file dialog.c.
Referenced by DlgDirListA(), and DlgDirListComboBoxA().
|
static |
Definition at line 1451 of file dialog.c.
Referenced by DIALOG_DlgDirListA(), DlgDirListComboBoxW(), and DlgDirListW().
|
static |
Definition at line 1570 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 2472 of file dialog.c.
Referenced by IsDialogMessageW().
Definition at line 2456 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 1387 of file dialog.c.
Referenced by DIALOG_GetNextTabItem(), and GetNextDlgTabItem().
Definition at line 2522 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 1881 of file dialog.c.
| INT_PTR WINAPI DialogBoxIndirectParamAorW | ( | HINSTANCE | hInstance, |
| LPCDLGTEMPLATE | hDialogTemplate, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | dwInitParam, | ||
| DWORD | Flags | ||
| ) |
Definition at line 1857 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 1897 of file dialog.c.
| INT_PTR WINAPI DialogBoxParamA | ( | HINSTANCE | hInstance, |
| LPCSTR | lpTemplateName, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | dwInitParam | ||
| ) |
Definition at line 1913 of file dialog.c.
| INT_PTR WINAPI DialogBoxParamW | ( | HINSTANCE | hInstance, |
| LPCWSTR | lpTemplateName, | ||
| HWND | hWndParent, | ||
| DLGPROC | lpDialogFunc, | ||
| LPARAM | dwInitParam | ||
| ) |
Definition at line 1946 of file dialog.c.
| int WINAPI DlgDirListA | ( | HWND | hDlg, |
| LPSTR | lpPathSpec, | ||
| int | nIDListBox, | ||
| int | nIDStaticPath, | ||
| UINT | uFileType | ||
| ) |
Definition at line 1979 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 2043 of file dialog.c.
Definition at line 2103 of file dialog.c.
Definition at line 2164 of file dialog.c.
Referenced by CC_PaintCross(), CC_PaintTriangle(), DIALOG_CreateIndirect(), LoadDialog(), SoftModalMessageBox(), test_dpi_mapping(), and test_menu_ownerdraw().
Definition at line 2189 of file dialog.c.
Referenced by DEFDLG_Proc(), and IsDialogMessageW().
Definition at line 2265 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 2283 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(), 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 2300 of file dialog.c.
Definition at line 2411 of file dialog.c.
Definition at line 2552 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 |