Home
last modified time | relevance | path

Searched refs:SendDlgItemMessage (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dnumdial.cpp71 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETLINESIZE, (WPARAM)0, (LPARAM)200); in GammaProc()
72 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETPAGESIZE, (WPARAM)0, (LPARAM)250); in GammaProc()
73 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)7500); in GammaProc()
74 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)10001); in GammaProc()
75 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)12500); in GammaProc()
83 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETPOS, (WPARAM)true, (LPARAM)nPos); in GammaProc()
87 SendDlgItemMessage(hDlg, IDC_GAMMA_EDIT, WM_SETTEXT, (WPARAM)0, (LPARAM)szText); in GammaProc()
186 SendDlgItemMessage(hDlg, IDC_GAMMA_EDIT, WM_SETTEXT, (WPARAM)0, (LPARAM)szText); in GammaProc()
234 SendDlgItemMessage(hDlg, IDC_SCANLINE_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)191); in ScanlineProc()
235 SendDlgItemMessage(hDlg, IDC_SCANLINE_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)127); in ScanlineProc()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dnumdial.cpp71 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETLINESIZE, (WPARAM)0, (LPARAM)200); in GammaProc()
72 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETPAGESIZE, (WPARAM)0, (LPARAM)250); in GammaProc()
73 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)7500); in GammaProc()
74 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)10001); in GammaProc()
75 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)12500); in GammaProc()
83 SendDlgItemMessage(hDlg, IDC_GAMMA_SLIDER, TBM_SETPOS, (WPARAM)true, (LPARAM)nPos); in GammaProc()
87 SendDlgItemMessage(hDlg, IDC_GAMMA_EDIT, WM_SETTEXT, (WPARAM)0, (LPARAM)szText); in GammaProc()
186 SendDlgItemMessage(hDlg, IDC_GAMMA_EDIT, WM_SETTEXT, (WPARAM)0, (LPARAM)szText); in GammaProc()
234 SendDlgItemMessage(hDlg, IDC_SCANLINE_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)191); in ScanlineProc()
235 SendDlgItemMessage(hDlg, IDC_SCANLINE_SLIDER, TBM_SETTIC, (WPARAM)0, (LPARAM)127); in ScanlineProc()
[all …]
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Doptions.c76 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_FRAME_RATE, WM_SETTEXT, in menu_options_general_init()
79 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_ISSUE2, BM_SETCHECK, in menu_options_general_init()
100 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_BW_TV, BM_SETCHECK, in menu_options_general_init()
103 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_PAL_TV2X, BM_SETCHECK, in menu_options_general_init()
286 SendDlgItemMessage( hwndDlg, IDC_OPT_MEDIA_FASTLOAD, BM_SETCHECK, in menu_options_media_init()
302 SendDlgItemMessage( hwndDlg, IDC_OPT_MEDIA_MDR_LEN, WM_SETTEXT, in menu_options_media_init()
342 SendDlgItemMessage( hwndDlg, IDC_OPT_MEDIA_MDR_LEN, WM_GETTEXT, in menu_options_media_done()
977 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_SOUND, BM_SETCHECK, in menu_options_sound_init()
994 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_STEREO_AY, in menu_options_sound_init()
1013 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_SPEAKER_TYPE, in menu_options_sound_init()
[all …]
H A Dbrowse.c79 lv_ext_style = SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, in dialog_init()
82 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, in dialog_init()
95 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, LVM_INSERTCOLUMN, i, in dialog_init()
117 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, LVM_SETIMAGELIST, in dialog_init()
167 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_DELETEALLITEMS, 0, 0 ); in ui_tape_browser_update()
186 SendDlgItemMessage( dialog, IDC_BROWSE_MODIFIED, WM_SETTEXT, in ui_tape_browser_update()
189 SendDlgItemMessage( dialog, IDC_BROWSE_MODIFIED, WM_SETTEXT, in ui_tape_browser_update()
213 lvi.iItem = SendDlgItemMessage( dialog, IDC_BROWSE_LV, in add_block_details()
219 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_INSERTITEM, 0, in add_block_details()
222 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_SETITEM, 0, in add_block_details()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Doptions.c71 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_FRAME_RATE, WM_SETTEXT, in menu_options_general_init()
74 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_ISSUE2, BM_SETCHECK, in menu_options_general_init()
80 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_FASTLOAD, BM_SETCHECK, in menu_options_general_init()
103 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_MDR_LEN, WM_SETTEXT, in menu_options_general_init()
112 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_BW_TV, BM_SETCHECK, in menu_options_general_init()
115 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_PAL_TV2X, BM_SETCHECK, in menu_options_general_init()
177 SendDlgItemMessage( hwndDlg, IDC_OPT_GENERAL_MDR_LEN, WM_GETTEXT, in menu_options_general_done()
770 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_SOUND, BM_SETCHECK, in menu_options_sound_init()
787 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_STEREO_AY, in menu_options_sound_init()
806 SendDlgItemMessage( hwndDlg, IDC_OPT_SOUND_SPEAKER_TYPE, in menu_options_sound_init()
[all …]
H A Dbrowse.c80 lv_ext_style = SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, in dialog_init()
83 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, in dialog_init()
96 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, LVM_INSERTCOLUMN, i, in dialog_init()
118 SendDlgItemMessage( hwndDlg, IDC_BROWSE_LV, LVM_SETIMAGELIST, in dialog_init()
168 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_DELETEALLITEMS, 0, 0 ); in ui_tape_browser_update()
187 SendDlgItemMessage( dialog, IDC_BROWSE_MODIFIED, WM_SETTEXT, in ui_tape_browser_update()
190 SendDlgItemMessage( dialog, IDC_BROWSE_MODIFIED, WM_SETTEXT, in ui_tape_browser_update()
214 lvi.iItem = SendDlgItemMessage( dialog, IDC_BROWSE_LV, in add_block_details()
220 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_INSERTITEM, 0, in add_block_details()
223 SendDlgItemMessage( dialog, IDC_BROWSE_LV, LVM_SETITEM, 0, in add_block_details()
[all …]
H A Ddebugger.c367 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_BPS, in create_breakpoints()
401 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_PC, in create_disassembly()
453 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_STACK, in create_stack_display()
523 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_EVENTS, in create_events()
624 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_REG_I, in ui_debugger_update()
629 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_REG_R, in ui_debugger_update()
637 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_REG_IM, in ui_debugger_update()
695 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_REG_ULA, in ui_debugger_update()
703 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_STACK, in ui_debugger_update()
815 SendDlgItemMessage( fuse_hDBGWnd, IDC_DBG_LV_BPS, in update_breakpoints()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/win32/
H A Dpreferences.c392 SendDlgItemMessage(hwnd, ID_VO_DRIVER, CB_SETCURSEL, in PrefsWndProc()
397 SendDlgItemMessage(hwnd, ID_AO_DRIVER, CB_SETCURSEL, in PrefsWndProc()
402 SendDlgItemMessage(hwnd, ID_DOUBLE, BM_SETCHECK, 1, 0); in PrefsWndProc()
406 SendDlgItemMessage(hwnd, ID_IDLE, BM_SETCHECK, 1, 0); in PrefsWndProc()
429 SendDlgItemMessage(hwnd, ID_CACHE, BM_SETCHECK, 1, 0); in PrefsWndProc()
448 SendDlgItemMessage(hwnd, ID_NONE, BM_SETCHECK, 1, 0); in PrefsWndProc()
450 SendDlgItemMessage(hwnd, ID_OSD1, BM_SETCHECK, 1, 0); in PrefsWndProc()
452 SendDlgItemMessage(hwnd, ID_OSD2, BM_SETCHECK, 1, 0); in PrefsWndProc()
454 SendDlgItemMessage(hwnd, ID_OSD3, BM_SETCHECK, 1, 0); in PrefsWndProc()
457 SendDlgItemMessage(hwnd, ID_PRIO, CB_SETCURSEL, in PrefsWndProc()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/win32/
H A Dpreferences.c392 SendDlgItemMessage(hwnd, ID_VO_DRIVER, CB_SETCURSEL, in PrefsWndProc()
397 SendDlgItemMessage(hwnd, ID_AO_DRIVER, CB_SETCURSEL, in PrefsWndProc()
402 SendDlgItemMessage(hwnd, ID_DOUBLE, BM_SETCHECK, 1, 0); in PrefsWndProc()
406 SendDlgItemMessage(hwnd, ID_IDLE, BM_SETCHECK, 1, 0); in PrefsWndProc()
429 SendDlgItemMessage(hwnd, ID_CACHE, BM_SETCHECK, 1, 0); in PrefsWndProc()
448 SendDlgItemMessage(hwnd, ID_NONE, BM_SETCHECK, 1, 0); in PrefsWndProc()
450 SendDlgItemMessage(hwnd, ID_OSD1, BM_SETCHECK, 1, 0); in PrefsWndProc()
452 SendDlgItemMessage(hwnd, ID_OSD2, BM_SETCHECK, 1, 0); in PrefsWndProc()
454 SendDlgItemMessage(hwnd, ID_OSD3, BM_SETCHECK, 1, 0); in PrefsWndProc()
457 SendDlgItemMessage(hwnd, ID_PRIO, CB_SETCURSEL, in PrefsWndProc()
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c679 SendDlgItemMessage(hwnd, IDC_COMBO_CHORUS, in PrefTiMidity1DialogProc()
707 SendDlgItemMessage(hwnd, IDC_COMBO_REVERB, in PrefTiMidity1DialogProc()
731 SendDlgItemMessage(hwnd, IDC_COMBO_DELAY, in PrefTiMidity1DialogProc()
739 SendDlgItemMessage(hwnd, IDC_COMBO_MODULE, in PrefTiMidity1DialogProc()
752 SendDlgItemMessage(hwnd, IDC_COMBO_LPF, in PrefTiMidity1DialogProc()
1042 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1062 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1080 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1170 if (SendDlgItemMessage(hwnd, in PrefTiMidity2DialogProc()
1968 SendDlgItemMessage(hwnd, IDC_COMBO_IDPORT0, in PrefSyn1DialogProc()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/dshow/
H A DPropPage.cpp406 SendDlgItemMessage(hwndParent, IDC_SLIDER_QUALITY, TBM_SETPOS, 1, dwQuality); in InitPropertiesDialog()
416 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_RESETCONTENT, 0, 0L); in InitPropertiesDialog()
455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog()
464 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
474 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_SETCURSEL, dwVBRq, 0); in InitPropertiesDialog()
481 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
507 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_SETCURSEL, nBitrateSel, 0); in InitPropertiesDialog()
531 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
532 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
564 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_SETCURSEL, nVariableMinSel, 0); in InitPropertiesDialog()
[all …]
/dports/audio/lame/lame-3.100/dshow/
H A DPropPage.cpp406 SendDlgItemMessage(hwndParent, IDC_SLIDER_QUALITY, TBM_SETPOS, 1, dwQuality); in InitPropertiesDialog()
416 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_RESETCONTENT, 0, 0L); in InitPropertiesDialog()
455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog()
464 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
474 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_SETCURSEL, dwVBRq, 0); in InitPropertiesDialog()
481 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
507 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_SETCURSEL, nBitrateSel, 0); in InitPropertiesDialog()
531 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
532 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
564 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_SETCURSEL, nVariableMinSel, 0); in InitPropertiesDialog()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/dshow/
H A DPropPage.cpp406 SendDlgItemMessage(hwndParent, IDC_SLIDER_QUALITY, TBM_SETPOS, 1, dwQuality); in InitPropertiesDialog()
416 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_RESETCONTENT, 0, 0L); in InitPropertiesDialog()
455 SendDlgItemMessage(hwndParent, IDC_COMBO_SAMPLE_RATE, CB_SETCURSEL, nSR, 0); in InitPropertiesDialog()
464 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
474 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRq, CB_SETCURSEL, dwVBRq, 0); in InitPropertiesDialog()
481 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
507 SendDlgItemMessage(hwndParent, IDC_COMBO_CBR, CB_SETCURSEL, nBitrateSel, 0); in InitPropertiesDialog()
531 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
532 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMAX, CB_RESETCONTENT, 0, 0); in InitPropertiesDialog()
564 SendDlgItemMessage(hwndParent, IDC_COMBO_VBRMIN, CB_SETCURSEL, nVariableMinSel, 0); in InitPropertiesDialog()
[all …]
/dports/multimedia/xvid/xvidcore/vfw/src/
H A Dconfig.c758 SendDlgItemMessage(hDlg, IDC_LUMMASK, CB_ADDSTRING, 0, (LPARAM)"Off"); in adv_init()
823 SendDlgItemMessage(hDlg, IDC_VHQ, CB_ADDSTRING, 0, (LPARAM)"0 - Off"); in adv_init()
1364 SendDlgItemMessage(hDlg, IDC_FOURCC, CB_SETCURSEL, 0, 0); in adv_upload()
1701 SendDlgItemMessage(hDlg, IDC_ASPECT_RATIO, CB_SETCURSEL, 0, 0); in adv_proc()
1749 SendDlgItemMessage(hDlg, IDC_ZONE_SLIDER, TBM_SETPOS, TRUE, in adv_proc()
1945 SendDlgItemMessage(hDlg, IDC_SLIDER, TBM_SETPOS, TRUE, in main_mode()
1953 SendDlgItemMessage(hDlg, IDC_SLIDER, TBM_SETPOS, TRUE, in main_mode()
1974 SendDlgItemMessage(hDlg, IDC_MODE, CB_SETCURSEL, config->mode, 0); in main_upload()
2261 SendDlgItemMessage(hDlg, IDC_MODE, CB_SETCURSEL, config->mode, 0); in main_proc()
2296 SendDlgItemMessage(hDlg, IDC_SLIDER, TBM_SETPOS, TRUE, in main_proc()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwinviewoptsdlg.cpp290 SendDlgItemMessage(hDlg, item, BM_SETCHECK, in dlgCheck()
312 SendDlgItemMessage(hDlg, IDC_SHOWECLIPTIC, BM_SETCHECK, in SetControls()
314 SendDlgItemMessage(hDlg, IDC_SHOWCLOUDS, BM_SETCHECK, in SetControls()
322 SendDlgItemMessage(hDlg, IDC_SHOWGALAXIES, BM_SETCHECK, in SetControls()
324 SendDlgItemMessage(hDlg, IDC_SHOWGLOBULARS, BM_SETCHECK, in SetControls()
326 SendDlgItemMessage(hDlg, IDC_SHOWNEBULAE, BM_SETCHECK, in SetControls()
341 SendDlgItemMessage(hDlg, IDC_SHOWPLANETS, BM_SETCHECK, in SetControls()
343 SendDlgItemMessage(hDlg, IDC_SHOWSTARS, BM_SETCHECK, in SetControls()
351 SendDlgItemMessage(hDlg, IDC_SHOWMARKERS, BM_SETCHECK, in SetControls()
373 SendDlgItemMessage(hDlg, in SetControls()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwinviewoptsdlg.cpp290 SendDlgItemMessage(hDlg, item, BM_SETCHECK, in dlgCheck()
312 SendDlgItemMessage(hDlg, IDC_SHOWECLIPTIC, BM_SETCHECK, in SetControls()
314 SendDlgItemMessage(hDlg, IDC_SHOWCLOUDS, BM_SETCHECK, in SetControls()
322 SendDlgItemMessage(hDlg, IDC_SHOWGALAXIES, BM_SETCHECK, in SetControls()
324 SendDlgItemMessage(hDlg, IDC_SHOWGLOBULARS, BM_SETCHECK, in SetControls()
326 SendDlgItemMessage(hDlg, IDC_SHOWNEBULAE, BM_SETCHECK, in SetControls()
341 SendDlgItemMessage(hDlg, IDC_SHOWPLANETS, BM_SETCHECK, in SetControls()
343 SendDlgItemMessage(hDlg, IDC_SHOWSTARS, BM_SETCHECK, in SetControls()
351 SendDlgItemMessage(hDlg, IDC_SHOWMARKERS, BM_SETCHECK, in SetControls()
373 SendDlgItemMessage(hDlg, in SetControls()
[all …]
/dports/x11/xlockmore/xlockmore-5.67/win32/
H A Dxlock95.c77 SendDlgItemMessage(hDlg, MODE_LIST, LB_SETTABSTOPS, 1, (LPARAM)&m);
82 SendDlgItemMessage(hDlg, MODE_LIST, LB_ADDSTRING, 0,
94 m = SendDlgItemMessage(hDlg, MODE_LIST, LB_GETCURSEL, 0, 0);
103 SendDlgItemMessage(hDlg, ENABLE_BUTTON, BM_SETCHECK,
114 SendDlgItemMessage(hDlg, ENABLE_BUTTON, BM_SETCHECK,
119 SendDlgItemMessage(hDlg, MODE_LIST, LB_DELETESTRING,
121 SendDlgItemMessage(hDlg, MODE_LIST, LB_INSERTSTRING, m,
123 SendDlgItemMessage(hDlg, MODE_LIST, LB_SETCURSEL, m, 0);
134 SendDlgItemMessage(hDlg, ENABLE_BUTTON, BM_SETCHECK,
140 SendDlgItemMessage(hDlg, MODE_LIST, LB_INSERTSTRING, m,
[all …]

12345678910>>...15