|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winnls.h"#include "commctrl.h"#include "prsht.h"#include "comctl32.h"#include "uxtheme.h"#include "wine/debug.h"#include "pshpack2.h"#include "poppack.h"
Go to the source code of this file.
Classes | |
| struct | MyDLGTEMPLATEEX |
| struct | MyDLGITEMTEMPLATEEX |
| struct | tagPropPageInfo |
| struct | tagPropSheetInfo |
| struct | PADDING_INFO |
Macros | |
| #define | NONAMELESSUNION |
| #define | PSP_INTERNAL_UNICODE 0x80000000 |
| #define | MAX_CAPTION_LENGTH 255 |
| #define | MAX_TABTEXT_LENGTH 255 |
| #define | MAX_BUTTONTEXT_LENGTH 64 |
| #define | INTRNL_ANY_WIZARD (PSH_WIZARD | PSH_WIZARD97_OLD | PSH_WIZARD97_NEW | PSH_WIZARD_LITE) |
| #define | WIZARD_PADDING 7 |
| #define | WIZARD_HEADER_HEIGHT 36 |
| #define | add_flag(a) if (dwFlags & a) {strcat(string, #a );strcat(string," ");} |
Typedefs | |
| typedef struct tagPropPageInfo | PropPageInfo |
| typedef struct tagPropSheetInfo | PropSheetInfo |
Variables | |
| static const WCHAR | PropSheetInfoStr [] |
Definition at line 196 of file propsheet.c.
| #define INTRNL_ANY_WIZARD (PSH_WIZARD | PSH_WIZARD97_OLD | PSH_WIZARD97_NEW | PSH_WIZARD_LITE) |
Definition at line 150 of file propsheet.c.
| #define MAX_BUTTONTEXT_LENGTH 64 |
Definition at line 148 of file propsheet.c.
| #define MAX_CAPTION_LENGTH 255 |
Definition at line 146 of file propsheet.c.
| #define MAX_TABTEXT_LENGTH 255 |
Definition at line 147 of file propsheet.c.
| #define NONAMELESSUNION |
Definition at line 54 of file propsheet.c.
| #define PSP_INTERNAL_UNICODE 0x80000000 |
Definition at line 144 of file propsheet.c.
| #define WIZARD_HEADER_HEIGHT 36 |
Definition at line 154 of file propsheet.c.
| #define WIZARD_PADDING 7 |
Definition at line 153 of file propsheet.c.
| typedef struct tagPropPageInfo PropPageInfo |
| typedef struct tagPropSheetInfo PropSheetInfo |
| HPROPSHEETPAGE WINAPI CreatePropertySheetPageA | ( | LPCPROPSHEETPAGEA | lpPropSheetPage | ) |
Definition at line 3036 of file propsheet.c.
Referenced by init_functions(), PropertySheetA(), and WINHELP_CreateIndexWindow().
| HPROPSHEETPAGE WINAPI CreatePropertySheetPageW | ( | LPCPROPSHEETPAGEW | lpPropSheetPage | ) |
Definition at line 3120 of file propsheet.c.
Referenced by BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), init_functions(), InitializePropertySheetPage(), NetPropPageProvider(), OleCreatePropertyFrameIndirect(), ParallelPortPropPageProvider(), PropertySheetW(), PS2MousePropPageProvider(), SerialPortPropPageProvider(), and SH_CreatePropertySheetPageEx().
| BOOL WINAPI DestroyPropertySheetPage | ( | HPROPSHEETPAGE | hPropPage | ) |
Definition at line 3189 of file propsheet.c.
Referenced by AddNetIdPage(), CNetConnectionPropertyUi::AddPages(), CVfdShExt::AddPages(), CLayerUIPropPage::AddPages(), BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), AddPropSheetPage(), INetCfgComponentPropertyUi_fnMergePropPages(), init_functions(), NetPropPageProvider(), ParallelPortPropPageProvider(), PropertySheetA(), PropertySheetW(), PROPSHEET_CleanUp(), PROPSHEET_RemovePage(), PropSheetExtProc(), PS2MousePropPageProvider(), and SerialPortPropPageProvider().
|
static |
Definition at line 2834 of file propsheet.c.
Referenced by PROPSHEET_PropertySheet(), and winetest_loop_todo().
|
static |
Definition at line 1231 of file propsheet.c.
Referenced by PROPSHEET_CreatePage().
Definition at line 184 of file propsheet.c.
Referenced by CreatePropertySheetPageA(), PROPSHEET_SetHeaderSubTitleA(), and PROPSHEET_SetHeaderTitleA().
Definition at line 176 of file propsheet.c.
Referenced by CreatePropertySheetPageW(), PROPSHEET_CollectPageInfo(), PROPSHEET_CollectSheetInfoW(), PROPSHEET_SetHeaderSubTitleW(), and PROPSHEET_SetHeaderTitleW().
Definition at line 2986 of file propsheet.c.
Referenced by CreatePropertySheetPageA(), and CreatePropertySheetPageW().
| INT_PTR WINAPI PropertySheetA | ( | LPCPROPSHEETHEADERA | lppsh | ) |
Definition at line 2909 of file propsheet.c.
Referenced by init_functions(), and WINHELP_CreateIndexWindow().
| INT_PTR WINAPI PropertySheetW | ( | LPCPROPSHEETHEADERW | lppsh | ) |
Definition at line 2950 of file propsheet.c.
Referenced by _tWinMain(), Applet(), CreatePropSheet(), CustomizeLocalePropertySheet(), dialog_viewproperties(), display_cpl_sheets(), EventLogProperties(), INetCfgComponent_fnRaisePropertyUi(), InitApplet(), LaunchAdvancedTcpipSettings(), MmSysApplet(), OleCreatePropertyFrameIndirect(), PropSheetThread(), CCleanMgrModule::Run(), CZipExtract::runWizard(), SHELL32_PropertySheet(), show_cert_dialog(), show_edit_cert_properties_dialog(), show_export_ui(), show_import_ui(), ShowAudioPropertySheet(), ShowFolderOptionsDialogThreadProc(), ShowFullControlPanel(), ShowNetConnectionProperties(), ShowPerformanceOptions(), ShowPropSheetW(), ShowStatusPropertyDialog(), SpeakerVolume(), SystemApplet(), and wmain().
|
static |
Definition at line 2382 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 861 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 950 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 745 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 827 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1737 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_DoCommand().
Definition at line 1614 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
Definition at line 1806 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_DoCommand().
Definition at line 1976 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_DialogProc(), PROPSHEET_IsDialogMessage(), PROPSHEET_Next(), and PROPSHEET_SetCurSelId().
Definition at line 1871 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2778 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 421 of file propsheet.c.
Referenced by PropertySheetA(), PropertySheetW(), and PROPSHEET_InsertPage().
|
static |
Definition at line 339 of file propsheet.c.
Referenced by PropertySheetA().
|
static |
Definition at line 317 of file propsheet.c.
Referenced by PROPSHEET_CollectSheetInfoA(), and PROPSHEET_CollectSheetInfoW().
|
static |
Definition at line 383 of file propsheet.c.
Referenced by PropertySheetW().
|
static |
Definition at line 622 of file propsheet.c.
Referenced by PROPSHEET_PropertySheet().
|
static |
Definition at line 1366 of file propsheet.c.
Referenced by PROPSHEET_InsertPage(), PROPSHEET_SetCurSel(), and PROPSHEET_ShowPage().
|
static |
Definition at line 1159 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 3542 of file propsheet.c.
Referenced by PROPSHEET_CreateDialog().
Definition at line 3275 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_PressButton().
|
static |
Definition at line 296 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_Next(), PROPSHEET_SetCurSel(), and PROPSHEET_SetCurSelId().
Definition at line 1699 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
|
static |
Definition at line 1077 of file propsheet.c.
Referenced by PROPSHEET_AdjustButtons(), and PROPSHEET_AdjustSize().
|
static |
Definition at line 1104 of file propsheet.c.
Referenced by PROPSHEET_AdjustButtonsWizard().
|
static |
Definition at line 2762 of file propsheet.c.
Referenced by PROPSHEET_InsertPage(), PROPSHEET_PageToIndex(), PROPSHEET_RemovePage(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 252 of file propsheet.c.
Referenced by PROPSHEET_SetCurSel().
Definition at line 1849 of file propsheet.c.
Referenced by PROPSHEET_DoCommand().
Definition at line 2644 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2703 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2661 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2721 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2689 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2288 of file propsheet.c.
Referenced by PROPSHEET_AddPage(), and PROPSHEET_DialogProc().
Definition at line 3222 of file propsheet.c.
Referenced by do_loop(), and PROPSHEET_DialogProc().
|
static |
Definition at line 1515 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1656 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
|
static |
Definition at line 2677 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 3341 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1931 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2875 of file propsheet.c.
Referenced by PropertySheetA(), and PropertySheetW().
Definition at line 2267 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2749 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2392 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 2015 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_DialogProc(), PROPSHEET_InsertPage(), PROPSHEET_IsDialogMessage(), PROPSHEET_Next(), PROPSHEET_RemovePage(), and PROPSHEET_SetCurSelId().
Definition at line 2146 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2209 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2238 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2630 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2608 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetHeaderSubTitleA().
Definition at line 2594 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2572 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetHeaderTitleA().
Definition at line 2162 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2179 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), PROPSHEET_SetTitleA(), and PROPSHEET_ShowPage().
Definition at line 2498 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 1545 of file propsheet.c.
Referenced by PROPSHEET_Apply(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 714 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1901 of file propsheet.c.
Referenced by PROPSHEET_CreatePage(), and PROPSHEET_DialogProc().
Definition at line 226 of file propsheet.c.
Referenced by PROPSHEET_CollectSheetInfoCommon().
|
static |
Definition at line 1209 of file propsheet.c.
Referenced by PROPSHEET_CleanUp(), PROPSHEET_CreatePage(), and PROPSHEET_RemovePage().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | propsheet | ) |
Definition at line 141 of file propsheet.c.
Referenced by PROPSHEET_AddPage(), PROPSHEET_Apply(), PROPSHEET_Back(), PROPSHEET_Cancel(), PROPSHEET_CanSetCurSel(), PROPSHEET_Changed(), PROPSHEET_CleanUp(), PROPSHEET_DialogProc(), PROPSHEET_DoCommand(), PROPSHEET_Finish(), PROPSHEET_GetResult(), PROPSHEET_Help(), PROPSHEET_HwndToIndex(), PROPSHEET_IdToIndex(), PROPSHEET_IndexToHwnd(), PROPSHEET_IndexToId(), PROPSHEET_IndexToPage(), PROPSHEET_InsertPage(), PROPSHEET_IsDialogMessage(), PROPSHEET_Next(), PROPSHEET_PageToIndex(), PROPSHEET_Paint(), PROPSHEET_QuerySiblings(), PROPSHEET_RemovePage(), PROPSHEET_SetCurSel(), PROPSHEET_SetCurSelId(), PROPSHEET_SetFinishTextA(), PROPSHEET_SetFinishTextW(), PROPSHEET_SetHeaderSubTitleW(), PROPSHEET_SetHeaderTitleW(), PROPSHEET_SetTitleW(), PROPSHEET_SetWizButtons(), and PROPSHEET_UnChanged().