Home
last modified time | relevance | path

Searched refs:SubclassedWindow (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.h35 struct BackgroundWindow : public SubclassedWindow
37 typedef SubclassedWindow super;
169 struct DesktopShellView : public ExtContextMenuHandlerT<SubclassedWindow>
171 typedef ExtContextMenuHandlerT<SubclassedWindow> super;
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dquicklaunch.h60 struct QuickLaunchBar : public ExtContextMenuHandlerT<SubclassedWindow>
62 typedef ExtContextMenuHandlerT<SubclassedWindow> super;
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h176 struct SubclassedWindow : public Window struct
180 SubclassedWindow(HWND); argument
656 struct OwnerdrawnButton : public SubclassedWindow
658 typedef SubclassedWindow super;
767 struct ColorStatic : public SubclassedWindow
769 typedef SubclassedWindow super;
816 struct HyperlinkCtrl : public SubclassedWindow
818 typedef SubclassedWindow super;
1102 struct EditController : public SubclassedWindow
1104 typedef SubclassedWindow super;
H A Dwindow.cpp301 SubclassedWindow::SubclassedWindow(HWND hwnd) in SubclassedWindow() function in SubclassedWindow
310 LRESULT CALLBACK SubclassedWindow::SubclassedWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lp… in SubclassedWndProc()
312 SubclassedWindow* pThis = GET_WINDOW(SubclassedWindow, hwnd); in SubclassedWndProc()
343 LRESULT SubclassedWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc()
348 int SubclassedWindow::Command(int id, int code) in Command()
353 int SubclassedWindow::Notify(int id, NMHDR* pnmh) in Notify()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.h66 struct Pane : public SubclassedWindow
68 typedef SubclassedWindow super;