Home
last modified time | relevance | path

Searched defs:FileChildWindow (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfilechild.h88 struct FileChildWindow : public ExtContextMenuHandlerT<ChildWindow> struct
92 FileChildWindow(HWND hwnd, const FileChildWndInfo& info); argument
116 Pane* _left;
117 Pane* _right;
118 TCHAR _path[MAX_PATH];
119 bool _header_wdths_ok;
122 const Root& get_root() const {return _root;} in get_root()
124 void set_focus_pane(Pane* pane) in set_focus_pane()
127 void switch_focus_pane() in switch_focus_pane()
H A Dfilechild.cpp124 FileChildWindow::FileChildWindow(HWND hwnd, const FileChildWndInfo& info) in FileChildWindow() function in FileChildWindow