Home
last modified time | relevance | path

Searched refs:GetDlgItemInt (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/x11/fireflies/fireflies-2.07/src/
H A Dwinsaver.cc234 scene.bspeed = (int)GetDlgItemInt(hDlg, IDC_CONF_BSPEED, 0, TRUE); in write_config()
235 scene.baccel = (int)GetDlgItemInt(hDlg, IDC_CONF_BACCEL, 0, TRUE); in write_config()
236 scene.fspeed = (int)GetDlgItemInt(hDlg, IDC_CONF_FSPEED, 0, TRUE); in write_config()
237 scene.faccel = (int)GetDlgItemInt(hDlg, IDC_CONF_FACCEL, 0, TRUE); in write_config()
240 ((int)GetDlgItemInt(hDlg, IDC_CONF_TAILLENGTH, 0, TRUE))/10.0; in write_config()
242 ((int)GetDlgItemInt(hDlg, IDC_CONF_TAILWIDTH, 0, TRUE))/10.0; in write_config()
244 ((int)GetDlgItemInt(hDlg, IDC_CONF_TAILOPAQ, 0, TRUE))/100.0; in write_config()
248 ((int)GetDlgItemInt(hDlg, IDC_CONF_WIND, 0, TRUE))/10.0; in write_config()
251 fps = (int)GetDlgItemInt(hDlg, IDC_CONF_FPS, 0, TRUE); in write_config()
254 (UINT)GetDlgItemInt(hDlg, IDC_CONF_BMODE(i), 0, FALSE)); in write_config()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc1887 int channel = GetDlgItemInt(IDC_EDIT_1); in OnCbnSelchangeComboIp1()
1900 int channel = GetDlgItemInt(IDC_EDIT_2); in OnCbnSelchangeComboIp2()
1913 int channel = GetDlgItemInt(IDC_EDIT_1); in OnCbnSelchangeComboCodec1()
1936 int channel = GetDlgItemInt(IDC_EDIT_1); in OnLbnSelchangeListCodec1()
1976 int channel = GetDlgItemInt(IDC_EDIT_2); in OnCbnSelchangeComboCodec2()
1992 int channel = GetDlgItemInt(IDC_EDIT_1); in OnBnClickedButtonStartListen1()
2007 int channel = GetDlgItemInt(IDC_EDIT_2); in OnBnClickedButtonStartListen2()
2021 int channel = GetDlgItemInt(IDC_EDIT_1); in OnBnClickedButtonStopListen1()
2033 int channel = GetDlgItemInt(IDC_EDIT_2); in OnBnClickedButtonStopListen2()
2045 int channel = GetDlgItemInt(IDC_EDIT_1); in OnBnClickedButtonStartPlayout1()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/
H A DRenderBumpFlatDialog.cpp76 width = GetDlgItemInt(hwndDlg, IDC_RBF_WIDTH, 0, FALSE); in RBFProc()
77 height = GetDlgItemInt(hwndDlg, IDC_RBF_HEIGHT, 0, FALSE); in RBFProc()
/dports/japanese/today/ja-today-2.12_2/
H A Dpropshet.c339 x = GetDlgItemInt(hDlg, ctrlID, &bFlag, TRUE); in updateCheckEditInt()
618 i = GetDlgItemInt(hDlg, IDC_BIRTH_EDIT_NOTICE, &bFlag, TRUE); in birthdayTabProc()
668 i = GetDlgItemInt(hDlg, IDC_EVENT_EDIT_NOTICE, &bFlag, TRUE); in eventTabProc()
798 n = GetDlgItemInt(hDlg, LOWORD(wParam), &bFlag, TRUE); in levelTabProc()
928 i = GetDlgItemInt(hDlg, IDC_SCHE_EDIT_NOTICE, &bFlag, TRUE); in scheduleTabProc()
1036 new_fontsize = GetDlgItemInt(hwnd, ctrlID2, &bFlag, TRUE); in scrnGetFontObject()
1077 x = GetDlgItemInt(hDlg, ctrlID, &bFlag, TRUE); in scrnUpdateCheckEditInt()
1145 col = GetDlgItemInt(hDlg, idCtrl, &bFlag, TRUE); in screenTabProc()
1184 fc = GetDlgItemInt(hDlg, IDC_SCRN_EDIT_C01, &bFlag, TRUE); in screenTabProc()
1190 bc = GetDlgItemInt(hDlg, IDC_SCRN_EDIT_C02, &bFlag, TRUE); in screenTabProc()
[all …]
/dports/audio/faac/faac-78d8e01/common/Cfaac/
H A DEncDialog.cpp596 cfg.EncCfg.bitRate=GetDlgItemInt(hWndDlg, IDC_CB_BITRATE, 0, FALSE); in DIALOGMsgProcEnc()
608 cfg.EncCfg.bandWidth=GetDlgItemInt(hWndDlg, IDC_CB_BANDWIDTH, 0, FALSE); in DIALOGMsgProcEnc()
618 cfg.EncCfg.quantqual=GetDlgItemInt(hWndDlg, IDC_CB_QUALITY, 0, FALSE); in DIALOGMsgProcEnc()
657 cfg.Tag.trackno=GetDlgItemInt(hWndDlg, IDC_E_TRACK, 0, FALSE); in DIALOGMsgProcEnc()
658 cfg.Tag.ntracks=GetDlgItemInt(hWndDlg, IDC_E_NTRACKS, 0, FALSE); in DIALOGMsgProcEnc()
659 cfg.Tag.discno=GetDlgItemInt(hWndDlg, IDC_E_DISK, 0, FALSE); in DIALOGMsgProcEnc()
660 cfg.Tag.ndiscs=GetDlgItemInt(hWndDlg, IDC_E_NDISKS, 0, FALSE); in DIALOGMsgProcEnc()
661 cfg.Tag.compilation=(BYTE)GetDlgItemInt(hWndDlg, IDC_E_COMPILATION, 0, FALSE); in DIALOGMsgProcEnc()
H A DDecDialog.cpp189 cfg.DecCfg.defSampleRate=GetDlgItemInt(hWndDlg, IDC_CB_SAMPLERATE, 0, FALSE); in DialogMsgProcDec()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwoptions.c996 GetDlgItemInt(hDlg, IDC_Files, &n1_ok, FALSE ); in NewVariantDialog()
997 GetDlgItemInt(hDlg, IDC_Ranks, &n2_ok, FALSE ); in NewVariantDialog()
998 GetDlgItemInt(hDlg, IDC_Holdings, &n3_ok, FALSE ); in NewVariantDialog()
2807 st = GetDlgItemInt(hDlg, OPT_TCFixed, &ok, FALSE); in TimeControl()
2816 mps = GetDlgItemInt(hDlg, OPT_TCMoves, &ok, FALSE); in TimeControl()
2845 odds1 = GetDlgItemInt(hDlg, OPT_TCOdds1, &ok, FALSE); in TimeControl()
2846 odds2 = GetDlgItemInt(hDlg, OPT_TCOdds2, &ok2, FALSE); in TimeControl()
2975 GetDlgItemInt(hDlg, IDC_RuleMoves, &n3_ok, FALSE ); in EnginePlayOptionsDialog()
2976 GetDlgItemInt(hDlg, IDC_DrawRepeats, &n4_ok, FALSE ); in EnginePlayOptionsDialog()
3181 GetDlgItemInt(hDlg, IDC_HashSize, &n1_ok, FALSE ); in UciOptionsDialog()
[all …]
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwoptions.c1001 GetDlgItemInt(hDlg, IDC_Files, &n1_ok, FALSE ); in NewVariantDialog()
1002 GetDlgItemInt(hDlg, IDC_Ranks, &n2_ok, FALSE ); in NewVariantDialog()
1003 GetDlgItemInt(hDlg, IDC_Holdings, &n3_ok, FALSE ); in NewVariantDialog()
2812 st = GetDlgItemInt(hDlg, OPT_TCFixed, &ok, FALSE); in TimeControl()
2821 mps = GetDlgItemInt(hDlg, OPT_TCMoves, &ok, FALSE); in TimeControl()
2850 odds1 = GetDlgItemInt(hDlg, OPT_TCOdds1, &ok, FALSE); in TimeControl()
2851 odds2 = GetDlgItemInt(hDlg, OPT_TCOdds2, &ok2, FALSE); in TimeControl()
2980 GetDlgItemInt(hDlg, IDC_RuleMoves, &n3_ok, FALSE ); in EnginePlayOptionsDialog()
2981 GetDlgItemInt(hDlg, IDC_DrawRepeats, &n4_ok, FALSE ); in EnginePlayOptionsDialog()
3186 GetDlgItemInt(hDlg, IDC_HashSize, &n1_ok, FALSE ); in UciOptionsDialog()
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddlg_wingui.c245 …(comval->commlog = GetDlgItemInt(hdlg, DS_COMMLOG, &bTranslated, FALSE)) || bTranslated || (comval… in driver_options_update()
265 …(comval->debug = GetDlgItemInt(hdlg, DS_DEBUG, &bTranslated, FALSE)) || bTranslated || (comval->de… in driver_options_update()
267 comval->fetch_max = GetDlgItemInt(hdlg, DRV_CACHE_SIZE, NULL, FALSE); in driver_options_update()
268 comval->max_varchar_size = GetDlgItemInt(hdlg, DRV_VARCHAR_SIZE, NULL, FALSE); in driver_options_update()
269 …comval->max_longvarchar_size = GetDlgItemInt(hdlg, DRV_LONGVARCHAR_SIZE, NULL, TRUE); /* allows f… in driver_options_update()
273 ci->batch_size = GetDlgItemInt(hdlg, DS_BATCH_SIZE, NULL, FALSE); in driver_options_update()
407 if (!GetDlgItemInt(hdlg, nIDint, &bTranslated, FALSE)) in CtrlCheckButton()
415 if (GetDlgItemInt(hdlg, nIDint, &bTranslated, FALSE)) in CtrlCheckButton()
/dports/databases/db5/db-5.3.28/examples/cxx/wce_tpcb/
H A DTpcbUI.cpp259 ntxns = GetDlgItemInt(hDlg, IDC_TXN_EDIT, in MainDialog()
360 currentInt = GetDlgItemInt(hDlg, in AdvancedDialog()
364 currentInt = GetDlgItemInt(hDlg, in AdvancedDialog()
/dports/databases/db18/db-18.1.40/examples/cxx/wce_tpcb/
H A DTpcbUI.cpp259 ntxns = GetDlgItemInt(hDlg, IDC_TXN_EDIT, in MainDialog()
360 currentInt = GetDlgItemInt(hDlg, in AdvancedDialog()
364 currentInt = GetDlgItemInt(hDlg, in AdvancedDialog()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_pref.c683 if(GetDlgItemInt(hwnd, IDC_EDIT_CHORUS, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
711 if(GetDlgItemInt(hwnd, IDC_EDIT_REVERB, NULL, FALSE)==0) in PrefTiMidity1DialogProc()
873 st_temp->effect_lr_delay_msec = GetDlgItemInt(hwnd,IDC_EDIT_DELAY,NULL,FALSE); in PrefTiMidity1DialogProc()
1101 st_temp->voices = GetDlgItemInt(hwnd,IDC_EDIT_VOICES,NULL,FALSE); in PrefTiMidity2DialogProc()
1107 st_temp->amplification = GetDlgItemInt(hwnd,IDC_EDIT_AMPLIFICATION,NULL,FALSE); in PrefTiMidity2DialogProc()
1147 i = GetDlgItemInt(hwnd,IDC_EDIT_CTL_VEBOSITY,NULL,TRUE); in PrefTiMidity2DialogProc()
1151 st_temp->control_ratio = GetDlgItemInt(hwnd,IDC_EDIT_CONTROL_RATIO,NULL,FALSE); in PrefTiMidity2DialogProc()
1152 st_temp->opt_drum_power = GetDlgItemInt(hwnd,IDC_EDIT_DRUM_POWER,NULL,FALSE); in PrefTiMidity2DialogProc()
1168 st_temp->key_adjust = GetDlgItemInt(hwnd, in PrefTiMidity2DialogProc()
1596 st_temp->output_rate = GetDlgItemInt(hwnd, IDC_COMBO_SAMPLE_RATE, NULL, FALSE); in PrefTiMidity3DialogProc()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/comafx/
H A DDialogColorPicker.cpp1117 b = GetDlgItemInt(IDC_EDIT_BLUE); in OnChangeEditBlue()
1132 g = GetDlgItemInt(IDC_EDIT_GREEN); in OnChangeEditGreen()
1147 r = GetDlgItemInt(IDC_EDIT_RED); in OnChangeEditRed()
1162 h = GetDlgItemInt(IDC_EDIT_HUE); in OnChangeEditHue()
1177 s = GetDlgItemInt(IDC_EDIT_SAT); in OnChangeEditSat()
1192 v = GetDlgItemInt(IDC_EDIT_VAL); in OnChangeEditVal()
/dports/graphics/povray37/povray-3.7.0.10/windows/cmedit/
H A Ddialogs.cpp404 retval = GetDlgItemInt (hDlg, IDC_EDIT, &rc, FALSE) ; in EnterValueDialogProc()
464 pointsize = GetDlgItemInt (hDlg, IDC_POINTSIZE, &rc, FALSE) ; in PageSetupHook()
515 pointsize = GetDlgItemInt (hDlg, IDC_POINTSIZE, &rc, FALSE) ; in PrintHook()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/Control/
H A DDialog.h52 value = GetDlgItemInt(_window, itemID, &result, BoolToBOOL(isSigned)); in GetItemInt()
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswfont.c128 i = GetDlgItemInt (hDlg, ID_FONTSIZE, &FontSizeOK, FALSE); in NewFont()
485 GetDlgItemInt (hDlg, ID_FONTSIZE, &FontSizeOK, FALSE);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/Control/
H A DDialog.h59 value = GetDlgItemInt(_window, itemID, &result, BoolToBOOL(isSigned)); in GetItemInt()

12345678910>>...12