ReactOS 0.4.16-dev-297-gc569aee
|
#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 197 of file propsheet.c.
#define INTRNL_ANY_WIZARD (PSH_WIZARD | PSH_WIZARD97_OLD | PSH_WIZARD97_NEW | PSH_WIZARD_LITE) |
Definition at line 151 of file propsheet.c.
#define MAX_BUTTONTEXT_LENGTH 64 |
Definition at line 149 of file propsheet.c.
#define MAX_CAPTION_LENGTH 255 |
Definition at line 147 of file propsheet.c.
#define MAX_TABTEXT_LENGTH 255 |
Definition at line 148 of file propsheet.c.
#define NONAMELESSUNION |
Definition at line 55 of file propsheet.c.
#define PSP_INTERNAL_UNICODE 0x80000000 |
Definition at line 145 of file propsheet.c.
#define WIZARD_HEADER_HEIGHT 36 |
Definition at line 155 of file propsheet.c.
#define WIZARD_PADDING 7 |
Definition at line 154 of file propsheet.c.
typedef struct tagPropPageInfo PropPageInfo |
typedef struct tagPropSheetInfo PropSheetInfo |
HPROPSHEETPAGE WINAPI CreatePropertySheetPageA | ( | LPCPROPSHEETPAGEA | lpPropSheetPage | ) |
Definition at line 3002 of file propsheet.c.
Referenced by init_functions(), PropertySheetA(), and WINHELP_CreateIndexWindow().
HPROPSHEETPAGE WINAPI CreatePropertySheetPageW | ( | LPCPROPSHEETPAGEW | lpPropSheetPage | ) |
Definition at line 3086 of file propsheet.c.
Referenced by BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), init_functions(), InitializePropertySheetPage(), NetPropPageProvider(), OleCreatePropertyFrameIndirect(), ParallelPortPropPageProvider(), PropertySheetW(), PS2MousePropPageProvider(), SerialPortPropPageProvider(), and SH_CreatePropertySheetPage().
BOOL WINAPI DestroyPropertySheetPage | ( | HPROPSHEETPAGE | hPropPage | ) |
Definition at line 3155 of file propsheet.c.
Referenced by AddNetIdPage(), CNetConnectionPropertyUi::AddPages(), CVfdShExt::AddPages(), CLayerUIPropPage::AddPages(), BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), INetCfgComponentPropertyUi_fnMergePropPages(), init_functions(), NetPropPageProvider(), ParallelPortPropPageProvider(), PropertySheetA(), PropertySheetW(), PROPSHEET_CleanUp(), PROPSHEET_RemovePage(), PropSheetExtProc(), PS2MousePropPageProvider(), and SerialPortPropPageProvider().
|
static |
Definition at line 2800 of file propsheet.c.
Referenced by PROPSHEET_PropertySheet(), and winetest_loop_todo().
|
static |
Definition at line 1208 of file propsheet.c.
Referenced by PROPSHEET_CreatePage().
Definition at line 185 of file propsheet.c.
Referenced by CreatePropertySheetPageA(), PROPSHEET_SetHeaderSubTitleA(), and PROPSHEET_SetHeaderTitleA().
Definition at line 177 of file propsheet.c.
Referenced by CreatePropertySheetPageW(), PROPSHEET_CollectPageInfo(), PROPSHEET_CollectSheetInfoW(), PROPSHEET_SetHeaderSubTitleW(), and PROPSHEET_SetHeaderTitleW().
Definition at line 2952 of file propsheet.c.
Referenced by CreatePropertySheetPageA(), and CreatePropertySheetPageW().
INT_PTR WINAPI PropertySheetA | ( | LPCPROPSHEETHEADERA | lppsh | ) |
Definition at line 2875 of file propsheet.c.
Referenced by init_functions(), and WINHELP_CreateIndexWindow().
INT_PTR WINAPI PropertySheetW | ( | LPCPROPSHEETHEADERW | lppsh | ) |
Definition at line 2916 of file propsheet.c.
Referenced by Applet(), CreatePropSheet(), CustomizeLocalePropertySheet(), dialog_viewproperties(), display_cpl_sheets(), EventLogProperties(), INetCfgComponent_fnRaisePropertyUi(), InitApplet(), LaunchAdvancedTcpipSettings(), MmSysApplet(), OleCreatePropertyFrameIndirect(), PropSheetThread(), CZipExtract::runWizard(), SH_ShowPropertiesDialog(), SH_ShowRecycleBinProperties(), show_cert_dialog(), show_edit_cert_properties_dialog(), show_export_ui(), show_import_ui(), ShowAudioPropertySheet(), ShowDrivePropThreadProc(), ShowFolderOptionsDialogThreadProc(), ShowFullControlPanel(), ShowNetConnectionProperties(), ShowPropSheetW(), ShowStatusPropertyDialog(), SpeakerVolume(), SystemApplet(), and wmain().
|
static |
Definition at line 2348 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 838 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 927 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 722 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 804 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1706 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_DoCommand().
Definition at line 1583 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
Definition at line 1772 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_DoCommand().
Definition at line 1942 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_DialogProc(), PROPSHEET_IsDialogMessage(), PROPSHEET_Next(), and PROPSHEET_SetCurSelId().
Definition at line 1837 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2744 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 398 of file propsheet.c.
Referenced by PropertySheetA(), PropertySheetW(), and PROPSHEET_InsertPage().
|
static |
Definition at line 316 of file propsheet.c.
Referenced by PropertySheetA().
|
static |
Definition at line 294 of file propsheet.c.
Referenced by PROPSHEET_CollectSheetInfoA(), and PROPSHEET_CollectSheetInfoW().
|
static |
Definition at line 360 of file propsheet.c.
Referenced by PropertySheetW().
|
static |
Definition at line 599 of file propsheet.c.
Referenced by PROPSHEET_PropertySheet().
|
static |
Definition at line 1343 of file propsheet.c.
Referenced by PROPSHEET_InsertPage(), PROPSHEET_SetCurSel(), and PROPSHEET_ShowPage().
|
static |
Definition at line 1136 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 3504 of file propsheet.c.
Referenced by PROPSHEET_CreateDialog().
Definition at line 3241 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_PressButton().
|
static |
Definition at line 273 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_Next(), PROPSHEET_SetCurSel(), and PROPSHEET_SetCurSelId().
Definition at line 1668 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
|
static |
Definition at line 1054 of file propsheet.c.
Referenced by PROPSHEET_AdjustButtons(), and PROPSHEET_AdjustSize().
|
static |
Definition at line 1081 of file propsheet.c.
Referenced by PROPSHEET_AdjustButtonsWizard().
|
static |
Definition at line 2728 of file propsheet.c.
Referenced by PROPSHEET_InsertPage(), PROPSHEET_PageToIndex(), PROPSHEET_RemovePage(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 229 of file propsheet.c.
Referenced by PROPSHEET_SetCurSel().
Definition at line 1815 of file propsheet.c.
Referenced by PROPSHEET_DoCommand().
Definition at line 2610 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2669 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2627 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2687 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2655 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2254 of file propsheet.c.
Referenced by PROPSHEET_AddPage(), and PROPSHEET_DialogProc().
Definition at line 3188 of file propsheet.c.
Referenced by do_loop(), and PROPSHEET_DialogProc().
|
static |
Definition at line 1492 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1625 of file propsheet.c.
Referenced by PROPSHEET_DoCommand(), and PROPSHEET_PressButton().
|
static |
Definition at line 2643 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 3303 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1897 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2841 of file propsheet.c.
Referenced by PropertySheetA(), and PropertySheetW().
Definition at line 2233 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2715 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2358 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 1981 of file propsheet.c.
Referenced by PROPSHEET_Back(), PROPSHEET_DialogProc(), PROPSHEET_InsertPage(), PROPSHEET_IsDialogMessage(), PROPSHEET_Next(), PROPSHEET_RemovePage(), and PROPSHEET_SetCurSelId().
Definition at line 2112 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2175 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2204 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2596 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 2574 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetHeaderSubTitleA().
Definition at line 2560 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2538 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), and PROPSHEET_SetHeaderTitleA().
Definition at line 2128 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 2145 of file propsheet.c.
Referenced by PROPSHEET_DialogProc(), PROPSHEET_SetTitleA(), and PROPSHEET_ShowPage().
Definition at line 2464 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
|
static |
Definition at line 1522 of file propsheet.c.
Referenced by PROPSHEET_Apply(), and PROPSHEET_SetCurSel().
|
static |
Definition at line 691 of file propsheet.c.
Referenced by PROPSHEET_DialogProc().
Definition at line 1867 of file propsheet.c.
Referenced by PROPSHEET_CreatePage(), and PROPSHEET_DialogProc().
Definition at line 203 of file propsheet.c.
Referenced by PROPSHEET_CollectSheetInfoCommon().
|
static |
Definition at line 1186 of file propsheet.c.
Referenced by PROPSHEET_CleanUp(), PROPSHEET_CreatePage(), and PROPSHEET_RemovePage().
WINE_DEFAULT_DEBUG_CHANNEL | ( | propsheet | ) |
Definition at line 142 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().