Home
last modified time | relevance | path

Searched refs:hParent (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtwinmigrate/src/
H A Dqwinwidget.cpp123 Q_ASSERT(hParent); in init()
125 if (hParent) { in init()
137 SetParent(h, hParent); in init()
159 return hParent; in parentWindow()
175 EnableWindow(hParent, true); in childEvent()
223 GetWindowRect(hParent, &r); in center()
287 BringWindowToTop(hParent); in eventFilter()
292 EnableWindow(hParent, true); in eventFilter()
305 EnableWindow(hParent, false); in eventFilter()
312 ::SetActiveWindow(hParent); in eventFilter()
[all …]
/dports/x11/xlockmore/xlockmore-5.67/win32/
H A Dscrnsave.c182 static int LaunchScreenSaver(HWND hParent) in LaunchScreenSaver() argument
205 if (hParent) in LaunchScreenSaver()
208 GetClientRect(hParent, &rc); in LaunchScreenSaver()
372 HWND hParent; in WinMain() local
375 hParent = (HWND) _toul(p); in WinMain()
376 if (hParent && IsWindow(hParent)) in WinMain()
391 HWND hParent; in WinMain() local
393 hParent = (HWND) _toul(p); in WinMain()
394 if (!hParent || !IsWindow(hParent)) in WinMain()
395 hParent = GetForegroundWindow(); in WinMain()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinbookmarks.cpp62 tvis.hParent = TVI_ROOT; in PopulateBookmarksTree()
81 tvis.hParent = hParent; in PopulateBookmarksTree()
119 tvis.hParent = hParent; in PopulateBookmarksTree()
136 return hParent; in PopulateBookmarksTree()
143 HTREEITEM hParent=NULL; in PopulateBookmarkFolders() local
167 tvis.hParent = TVI_ROOT; in PopulateBookmarkFolders()
185 tvis.hParent = hParent; in PopulateBookmarkFolders()
203 return hParent; in PopulateBookmarkFolders()
372 if (hParent) in AddNewBookmarkFolderInTree()
397 tvis.hParent = hParent; in AddNewBookmarkFolderInTree()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinbookmarks.cpp62 tvis.hParent = TVI_ROOT; in PopulateBookmarksTree()
81 tvis.hParent = hParent; in PopulateBookmarksTree()
119 tvis.hParent = hParent; in PopulateBookmarksTree()
136 return hParent; in PopulateBookmarksTree()
143 HTREEITEM hParent=NULL; in PopulateBookmarkFolders() local
167 tvis.hParent = TVI_ROOT; in PopulateBookmarkFolders()
185 tvis.hParent = hParent; in PopulateBookmarkFolders()
203 return hParent; in PopulateBookmarkFolders()
372 if (hParent) in AddNewBookmarkFolderInTree()
397 tvis.hParent = hParent; in AddNewBookmarkFolderInTree()
[all …]
H A Dwinhyperlinks.cpp162 HWND hParent = GetParent(hCtrl); in MakeHyperlinkFromStaticCtrl() local
163 if (hParent) in MakeHyperlinkFromStaticCtrl()
165 WNDPROC origProc = (WNDPROC)GetWindowLong(hParent, GWL_WNDPROC); in MakeHyperlinkFromStaticCtrl()
168 SetProp(hParent, hyperLinkOriginalProc, (HANDLE)origProc); in MakeHyperlinkFromStaticCtrl()
169 SetWindowLong(hParent, GWL_WNDPROC, (LONG)(WNDPROC)_HyperlinkParentProc); in MakeHyperlinkFromStaticCtrl()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DInputBox.cpp46 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
59 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
67 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
81 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
89 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d… in InputBox_GetWString() argument
103 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetWString()
111 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t* title, u32 defaultvalue, u32& ou… in InputBox_GetHex() argument
117 INT_PTR value = DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc); in InputBox_GetHex()
H A DInputBox.h8 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
9 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
10 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d…
11 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t *title, u32 defaultvalue, u32 &ou…
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DInputBox.cpp46 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
59 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
67 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
81 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
89 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d… in InputBox_GetWString() argument
103 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetWString()
111 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t* title, u32 defaultvalue, u32& ou… in InputBox_GetHex() argument
117 INT_PTR value = DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc); in InputBox_GetHex()
H A DInputBox.h8 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
9 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
10 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d…
11 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t *title, u32 defaultvalue, u32 &ou…
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DInputBox.cpp46 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
59 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
67 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def… in InputBox_GetString() argument
81 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetString()
89 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d… in InputBox_GetWString() argument
103 if (IDOK == DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc)) { in InputBox_GetWString()
111 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t* title, u32 defaultvalue, u32& ou… in InputBox_GetHex() argument
117 INT_PTR value = DialogBox(hInst, (LPCWSTR)IDD_INPUTBOX, hParent, InputBoxFunc); in InputBox_GetHex()
H A DInputBox.h8 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
9 bool InputBox_GetString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::string &def…
10 bool InputBox_GetWString(HINSTANCE hInst, HWND hParent, const wchar_t *title, const std::wstring &d…
11 bool InputBox_GetHex(HINSTANCE hInst, HWND hParent, const wchar_t *title, u32 defaultvalue, u32 &ou…
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/cw/cpcc-win32/C++/
H A DNdbControls.cpp86 m_hParent = hParent ; in Create()
161 BOOL CNdbTreeView::Create(HINSTANCE hInst, HWND hParent, DWORD dwMenuId, DWORD dwId){ in Create() argument
163 if(!CreateTreeView(hInst, hParent, dwId)) in Create()
174 BOOL CNdbTreeView::CreateTreeView(HINSTANCE hInst, HWND hParent, DWORD dwId){ in CreateTreeView() argument
178 m_hParent = hParent ; in CreateTreeView()
241 tvins.hParent = TVI_ROOT; in AddItem()
248 tvins.hParent = TVI_ROOT; in AddItem()
259 tvins.hParent = m_hComputersRoot ; in AddItem()
268 tvins.hParent = m_hDatabasesRoot ; in AddItem()
321 BOOL CNdbControls::Create(HINSTANCE hInst, HWND hParent){ in Create() argument
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DStatic.cpp17 CStatic::CStatic(HWND hParent, const RECT& rect, unsigned long nStyle) in CStatic() argument
19 Create(NULL, _T("STATIC"), _T(""), WS_CHILD | WS_VISIBLE | nStyle, rect, hParent, NULL); in CStatic()
22 CStatic::CStatic(HWND hParent, const TCHAR* sText, unsigned long nStyle) in CStatic() argument
24 …ATIC"), sText, WS_CHILD | WS_VISIBLE | nStyle, Framework::Win32::CRect(0, 0, 0, 0), hParent, NULL); in CStatic()
H A DFileDialog.cpp62 int CFileDialog::SummonOpen(HWND hParent) in SummonOpen() argument
67 m_OFN.hwndOwner = hParent; in SummonOpen()
74 int CFileDialog::SummonSave(HWND hParent) in SummonSave() argument
79 m_OFN.hwndOwner = hParent; in SummonSave()
H A DModalWindow.cpp5 CModalWindow::CModalWindow(HWND hParent) in CModalWindow() argument
7 if(hParent != NULL) in CModalWindow()
9 EnableWindow(hParent, FALSE); in CModalWindow()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Droms.cpp8 static HWND hParent = NULL; variable
73 WndInMid(hDlg, hParent); in DefInpProc()
159 hParent = NULL; in DefInpProc()
174 hParent = hParentWND; in RomsDirCreate()
176 FBADialogBox(hAppInst, MAKEINTRESOURCE(IDD_ROMSDIR), hParent, (DLGPROC)DefInpProc); in RomsDirCreate()
394 if (hParent == NULL) { in WaitProc()
409 WndInMid(hDlg, hParent); in WaitProc()
412 WndInMid(hDlg, hParent); in WaitProc()
458 hParent = NULL; in WaitProc()
467 hParent = hParentWND; in CreateROMInfo()
[all …]
H A Dpaletteviewer.cpp4 static HWND hParent = NULL; variable
94 WndInMid(hDlg, hParent); in DialogProc()
210 hParent = hParentWND; in PaletteViewerDialogCreate()
211 FBADialogBox(hAppInst, MAKEINTRESOURCE(IDD_PALETTEVIEWER), hParent, (DLGPROC)DialogProc); in PaletteViewerDialogCreate()
213 hParent = NULL; in PaletteViewerDialogCreate()
/dports/games/warzone2100/warzone2100/3rdparty/launchinfo/src/
H A DLaunchInfo.cpp182 HANDLE hParent = OpenProcess( PROCESS_QUERY_LIMITED_INFORMATION, FALSE, parentProcessInfo.pid ); in GetParentProcessDetails() local
183 if ( hParent == NULL ) in GetParentProcessDetails()
192 if ( GetProcessTimes(hParent, &ftCreation, &ftExit, &ftKernel, &ftUser) != 0 ) in GetParentProcessDetails()
200 … if ( GetProcessTimes(hParent, &ftChildCreation, &ftChildExit, &ftChildKernel, &ftChildUser) != 0 ) in GetParentProcessDetails()
206 CloseHandle(hParent); in GetParentProcessDetails()
233 CloseHandle(hParent); in GetParentProcessDetails()
246 …while ( ((bQueryResult = _QueryFullProcessImageNameW(hParent, 0, &buffer[0], &bufferSize)) == 0) &… in GetParentProcessDetails()
255 CloseHandle(hParent); in GetParentProcessDetails()
289 CloseHandle(hParent); in GetParentProcessDetails()
298 CloseHandle(hParent); in GetParentProcessDetails()
[all …]
/dports/cad/z88/Z88OS-15/src/z88com/win/
H A Dtob88c.c76 HWND InitToolBar (HWND hParent) in InitToolBar() argument
85 hParent, in InitToolBar()
106 HWND InitStatusBar (HWND hParent) in InitStatusBar() argument
114 hParent, in InitStatusBar()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Droms.cpp8 static HWND hParent = NULL; variable
73 WndInMid(hDlg, hParent); in DefInpProc()
159 hParent = NULL; in DefInpProc()
174 hParent = hParentWND; in RomsDirCreate()
176 FBADialogBox(hAppInst, MAKEINTRESOURCE(IDD_ROMSDIR), hParent, (DLGPROC)DefInpProc); in RomsDirCreate()
394 if (hParent == NULL) { in WaitProc()
408 WndInMid(hDlg, hParent); in WaitProc()
454 hParent = NULL; in WaitProc()
463 hParent = hParentWND; in CreateROMInfo()
475 FBADialogBox(hAppInst, MAKEINTRESOURCE(IDD_WAIT), hParent, (DLGPROC)WaitProc); in CreateROMInfo()
H A Dpaletteviewer.cpp4 static HWND hParent = NULL; variable
78 WndInMid(hDlg, hParent); in DialogProc()
190 hParent = hParentWND; in PaletteViewerDialogCreate()
191 FBADialogBox(hAppInst, MAKEINTRESOURCE(IDD_PALETTEVIEWER), hParent, (DLGPROC)DialogProc); in PaletteViewerDialogCreate()
193 hParent = NULL; in PaletteViewerDialogCreate()
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dhandles.c313 apxPoolCreate(APXHANDLE hParent, DWORD dwOptions) in apxPoolCreate() argument
319 if (IS_INVALID_HANDLE(hParent)) in apxPoolCreate()
320 hParent = _st_sys_pool; in apxPoolCreate()
321 if (hParent->dwType != APXHANDLE_TYPE_POOL) { in apxPoolCreate()
323 hParent->dwType); in apxPoolCreate()
336 hHeap = hParent->hHeap; in apxPoolCreate()
339 hHandle->hPool = hParent; in apxPoolCreate()
346 lpPool = APXHANDLE_DATA(hParent); in apxPoolCreate()
347 APXHANDLE_SPINLOCK(hParent); in apxPoolCreate()
349 ++hParent->dwSize; in apxPoolCreate()
[all …]
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dchoosewindowpushbutton.cpp213 HWND hParent = GetParent(reinterpret_cast<HWND>(handle.value())); in refreshWindow() local
214 if(hParent) in refreshWindow()
220 ScreenToClient(hParent, &ptTopLeft); in refreshWindow()
221 ScreenToClient(hParent, &ptBottomRight); in refreshWindow()
227 InvalidateRect(hParent, &rc, TRUE); in refreshWindow()
228 UpdateWindow(hParent); in refreshWindow()
229 RedrawWindow(hParent, &rc, NULL, RDW_FRAME | RDW_INVALIDATE | RDW_UPDATENOW | RDW_ALLCHILDREN); in refreshWindow()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/c/
H A Dsci_newaxes.c48 long long hParent = 0; in sci_newaxes() local
100 if (getScalarHandle(pvApiCtx, piAddr, &hParent)) in sci_newaxes()
106 iParentUID = getObjectFromHandle((long)hParent); in sci_newaxes()
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dudvmain.c145 WindoW hParent; in UDV_ConfigNetwork() local
148 hParent=(WindoW)ParentWindow(i); in UDV_ConfigNetwork()
149 if (!hParent) return; in UDV_ConfigNetwork()
150 vmp = (ViewerMainPtr) GetObjectExtra (hParent); in UDV_ConfigNetwork()

12345678910>>...31