Searched refs:SubclassedWindow (Results 1 – 5 of 5) sorted by relevance
35 struct BackgroundWindow : public SubclassedWindow37 typedef SubclassedWindow super;169 struct DesktopShellView : public ExtContextMenuHandlerT<SubclassedWindow>171 typedef ExtContextMenuHandlerT<SubclassedWindow> super;
60 struct QuickLaunchBar : public ExtContextMenuHandlerT<SubclassedWindow>62 typedef ExtContextMenuHandlerT<SubclassedWindow> super;
176 struct SubclassedWindow : public Window struct180 SubclassedWindow(HWND); argument656 struct OwnerdrawnButton : public SubclassedWindow658 typedef SubclassedWindow super;767 struct ColorStatic : public SubclassedWindow769 typedef SubclassedWindow super;816 struct HyperlinkCtrl : public SubclassedWindow818 typedef SubclassedWindow super;1102 struct EditController : public SubclassedWindow1104 typedef SubclassedWindow super;
301 SubclassedWindow::SubclassedWindow(HWND hwnd) in SubclassedWindow() function in SubclassedWindow310 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()
66 struct Pane : public SubclassedWindow68 typedef SubclassedWindow super;