Searched refs:hParentWnd (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp562 HWND hParentWnd = GetParent(hdlg); local
568 SetWindowLongPtr(hParentWnd, GWLP_USERDATA, ofn->lCustData);
573 GetWindowRect(hParentWnd, &rcRect);
577 MoveWindow(hParentWnd, rcRect.left, rcRect.top,
582 MoveWindow(hParentWnd, rcRect.left, rcRect.top,
589 pImpl->_base_window_proc = (WNDPROC)GetWindowLongPtr(hParentWnd, GWLP_WNDPROC);
590 SetWindowLongPtr(hParentWnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(file_dialog_subclass_proc));
594 pImpl->_toolbar_wnd = FindWindowEx(hParentWnd, NULL, "ToolbarWindow32", NULL);
619 pImpl->_file_dialog_wnd = hParentWnd;
625 0, 0, 100, 100, hParentWnd, NUL
1926 HWND hParentWnd = GetParent(hdlg); local
[all...]

Completed in 16 milliseconds