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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h16 void (*Config)(HWND hwndParent); // configuration dialog
17 void (*About)(HWND hwndParent); // about dialog
H A Din2.h27 void (*Config)(HWND hwndParent); // configuration dialog
28 void (*About)(HWND hwndParent); // about dialog
34 int (*InfoBox)(char *file, HWND hwndParent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.h54 void CenterDialog(HWND hwndParent, HWND hwndDlg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c378 static void about(HWND hwndParent) argument
380 MessageBox(hwndParent, "Winamp2 FLAC Plugin v"PLUGIN_VERSION"\nby Josh Coalson and X-Fixer\n\nuses libFLAC "VERSION"\nSee http://flac.sourceforge.net/\n", "About FLAC Plugin", MB_ICONINFORMATION);
383 static void config(HWND hwndParent) argument
385 if (DoConfig(mod_.hDllInstance, hwndParent))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwinundef.h35 HWND hwndParent,
39 return CreateDialogW(hInstance, pTemplate, hwndParent, pDlgProc);
41 return CreateDialogA(hInstance, pTemplate, hwndParent, pDlgProc);
33 CreateDialog(HINSTANCE hInstance, LPCTSTR pTemplate, HWND hwndParent, DLGPROC pDlgProc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp293 HWND hwndParent = NULL; local
305 hwndParent = GetHwndOf(parent);
312 if ( HasFlag(wxFRAME_NO_TASKBAR) && !hwndParent )
315 hwndParent = wxTLWHiddenParentModule::GetHWND();
318 return (WXHWND)hwndParent;
H A Dslider95.cpp208 HWND hwndParent = GetHwndOf(parent); local
217 hwndParent,
H A Dradiobox.cpp458 HWND hwndParent = GetHwndOf(GetParent()); local
461 ::SetParent((*m_radioButtons)[item], hwndParent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dmenuce.cpp213 menu_bar.hwndParent = (HWND) GetHWND();
H A Dtbarwce.cpp206 mbi.hwndParent = (HWND) GetParent()->GetHWND();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DVisualPng.c43 BOOL CenterAbout (HWND hwndChild, HWND hwndParent);
457 BOOL CenterAbout (HWND hwndChild, HWND hwndParent) argument
470 GetWindowRect (hwndParent, &rParent);

Completed in 68 milliseconds