33#include "../taskbar/traynotify.h"
43 ps.pszCaption =
TEXT(
"Explorer");
97#ifndef PSN_QUERYINITIALFOCUS
98#define PSN_QUERYINITIALFOCUS (-213)
193 XMLBoolRef boolRef1(XMLPos(
g_Globals.
get_cfg(
"desktopbar/options")),
"show-clock",
true);
200 XMLBoolRef boolRef2(XMLPos(
g_Globals.
get_cfg(
"notify-icons/options")),
"hide-inactive",
true);
238 bool mdi = XMLBool(explorer_options,
"mdi",
true);
239 bool separateFolders = XMLBool(explorer_options,
"separate-folders",
true);
258 XMLBoolRef(explorer_options,
"mdi") = mdi;
259 XMLBoolRef(explorer_options,
"separate-folders") = separateFolders;
static VOID CenterWindow(HWND hWnd)
#define PM_REFRESH_CONFIG
#define PM_DISPLAY_VERSION
#define PM_SET_ICON_ALGORITHM
#define PM_GET_ICON_ALGORITHM
void ExplorerPropertySheet(HWND hparent)
#define PSN_QUERYINITIALFOCUS
ExplorerGlobals g_Globals
#define IDC_ICON_ALIGN_10
#define IDD_DESKBAR_STARTMENU
#define IDD_DESKBAR_DESKTOP
#define IDD_DESKBAR_TASKBAR
#define IDB_ICON_ALIGN_10
#define ID_CONFIG_NOTIFYAREA
#define IDC_SEPARATE_SUBFOLDERS
#define ID_DESKTOP_VERSION
#define ID_HIDE_INACTIVE_ICONS
#define WINDOW_CREATOR(WND_CLASS)
#define PropSheet_Changed(d, w)
"Desktopbar Settings" Property Sheet Dialog
virtual int Command(int id, int code)
DesktopSettingsDlg(HWND hwnd)
virtual int Notify(int id, NMHDR *pnmh)
static int DoModal(UINT nid, CREATORFUNC creator, HWND hwndParent=0)
virtual int Command(int id, int code)
Property Sheet Page (inner dialog)
int DoModal(int start_page=0)
void add(PropSheetPage &psp)
"Taskbar Settings" Property Sheet Dialog
virtual int Command(int id, int code)
TaskbarSettingsDlg(HWND hwnd)
virtual int Notify(int id, NMHDR *pnmh)
configuration dialog for notification icons
virtual int Notify(int id, NMHDR *pnmh)
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)
HWND WINAPI SetFocus(_In_opt_ HWND)
HWND WINAPI GetParent(_In_ HWND)
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)