/third_party/lame/dshow/ |
H A D | PropPage.cpp | 398 void CMpegAudEncPropertyPage::InitPropertiesDialog(HWND hwndParent) in InitPropertiesDialog() argument 400 EnableControls(hwndParent, TRUE); in InitPropertiesDialog() 402 m_hwndQuality = GetDlgItem(hwndParent,IDC_SLIDER_QUALITY); in InitPropertiesDialog() 405 SendDlgItemMessage(hwndParent, IDC_SLIDER_QUALITY, TBM_SETRANGE, 1, MAKELONG (2,9)); in InitPropertiesDialog() 406 SendDlgItemMessage(hwndParent, IDC_SLIDER_QUALITY, TBM_SETPOS, 1, dwQuality); in InitPropertiesDialog() 408 SetDlgItemText(hwndParent,IDC_TEXT_QUALITY,szQualityDesc[dwQuality]); in InitPropertiesDialog() 416 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_RESETCONTENT, 0, 0L); in InitPropertiesDialog() 440 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_ADDSTRING, 0, (LPARAM)(LPCTSTR)srRates[i * 3 + m_srIdx].lpSampleRate); in InitPropertiesDialog() 455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog() 464 SendDlgItemMessage(hwndParent, IDC_COMBO_VBR in InitPropertiesDialog() 619 EnableControls(HWND hwndParent, bool bEnable) EnableControls() argument [all...] |
H A D | PropPage_adv.cpp | 274 void CMpegAudEncPropertyPageAdv::InitPropertiesDialog(HWND hwndParent) in InitPropertiesDialog() argument 276 EnableControls(hwndParent, TRUE); in InitPropertiesDialog() 283 CheckRadioButton(hwndParent, IDC_RADIO_STEREO, IDC_RADIO_MONO, IDC_RADIO_STEREO + dwChannelMode); in InitPropertiesDialog() 286 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), TRUE); in InitPropertiesDialog() 288 EnableWindow(GetDlgItem(hwndParent, IDC_CHECK_FORCE_MS), FALSE); in InitPropertiesDialog() 295 CheckDlgButton(hwndParent, IDC_CHECK_ENFORCE_MIN, dwEnforceVBRmin ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog() 299 CheckDlgButton(hwndParent, IDC_CHECK_VOICE, dwVoiceMode ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog() 303 CheckDlgButton(hwndParent, IDC_CHECK_KEEP_ALL_FREQ, dwKeepAllFreq ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog() 307 CheckDlgButton(hwndParent, IDC_CHECK_STRICT_ISO, dwStrictISO ? BST_CHECKED : BST_UNCHECKED); in InitPropertiesDialog() 311 CheckDlgButton(hwndParent, IDC_CHECK_DISABLE_SHORT_BLOC in InitPropertiesDialog() 338 EnableControls(HWND hwndParent, bool bEnable) EnableControls() argument [all...] |
H A D | PropPage.h | 38 void InitPropertiesDialog(HWND hwndParent); 39 void EnableControls(HWND hwndParent, bool bEnable);
|
H A D | PropPage_adv.h | 38 void InitPropertiesDialog(HWND hwndParent); 39 void EnableControls(HWND hwndParent, bool bEnable);
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | StatusBar.h | 14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id)
in Create() argument 15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != NULL; }
in Create() 24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id)
in Create() argument 25 { return (_window = ::CreateStatusWindowW(style, text, hwndParent, id)) != NULL; }
in Create()
|
H A D | PropertyPage.cpp | 74 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title)
in MyPropertySheet() argument 138 sheet.hwndParent = hwndParent;
in MyPropertySheet() 154 sheet.hwndParent = hwndParent;
in MyPropertySheet()
|
H A D | CommandBar.h | 20 bool Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar)
in Create() argument 22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar);
in Create()
|
H A D | PropertyPage.h | 46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
H A D | ExtractGUI.cpp | 182 HWND hwndParent)
in ExtractGUI() 233 if (dialog.Create(hwndParent) != IDOK)
in ExtractGUI() 294 RINOK(extracter.Create(title, hwndParent))
in ExtractGUI() 167 ExtractGUI( CCodecs *codecs, const CObjectVector<COpenType> &formatIndices, const CIntVector &excludedFormatIndices, UStringVector &archivePaths, UStringVector &archivePathsFull, const NWildcard::CCensorNode &wildcardCensor, CExtractOptions &options, CHashBundle *hb, bool showDialog, bool &messageWasDisplayed, CExtractCallbackImp *extractCallback, HWND hwndParent) ExtractGUI() argument
|
H A D | ExtractGUI.h | 37 HWND hwndParent = NULL);
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 45 BOOL CenterAbout (HWND hwndChild, HWND hwndParent); 459 BOOL CenterAbout (HWND hwndChild, HWND hwndParent) in CenterAbout() argument 472 GetWindowRect (hwndParent, &rParent); in CenterAbout()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 248 InvalidateRect(_theme->hwndParent, nullptr, TRUE); in ShowPage() 2084 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnShowFailure() 2101 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnShowHelp() 2126 ::ShowWindow(_theme->hwndParent, SW_SHOW); in OnDetect()
|