Home
last modified time | relevance | path

Searched refs:COMBO_CALLBACK (Results 1 – 10 of 10) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Ddialogs.c132 if(opts[i].min & COMBO_CALLBACK) break; in GenericUpdate()
209 if(opts[i].min & COMBO_CALLBACK) break; in GenericReadout()
2495 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_File") },
2496 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Edit") },
2497 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_View") },
2498 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Mode") },
2499 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Action") },
2500 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("E_ngine") },
2501 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Options") },
2502 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Help") },
[all …]
H A Ddialogs.h56 #define COMBO_CALLBACK (1 << 0) macro
H A DChangeLog4904 target field of the option: the COMBO_CALLBACK bit of Option.min indicates
6290 Define NO_GETTEXT flag to avoid calling gettext() for comboboxes, and define COMBO_CALLBACK
/dports/games/xboard/xboard-4.9.1/
H A Ddialogs.c136 if(opts[i].min & COMBO_CALLBACK) break; in GenericUpdate()
213 if(opts[i].min & COMBO_CALLBACK) break; in GenericReadout()
2827 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_File") },
2828 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Edit") },
2829 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_View") },
2830 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Mode") },
2831 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Action") },
2832 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("E_ngine") },
2833 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Options") },
2834 { 0, COMBO_CALLBACK, 0, NULL, (void*)&MenuCallback, NULL, NULL, DropDown, N_("_Help") },
[all …]
H A Ddialogs.h56 #define COMBO_CALLBACK (1 << 0) macro
H A DChangeLog8415 target field of the option: the COMBO_CALLBACK bit of Option.min indicates
9801 Define NO_GETTEXT flag to avoid calling gettext() for comboboxes, and define COMBO_CALLBACK
/dports/games/xboard/xboard-4.9.1/xaw/
H A Dxoptions.c406 … if(opt[i].type == Graph || opt[i].min & COMBO_CALLBACK && (!currentCps || shellUp[BrowserDlg])) { in ComboSelect()
1171 if(option[i].min & COMBO_CALLBACK) msg = _(option[i].name); else { in GenericPopUp()
/dports/games/xboard-devel/xboard-f49e7e1/xaw/
H A Dxoptions.c390 … if(opt[i].type == Graph || opt[i].min & COMBO_CALLBACK && (!currentCps || shellUp[BrowserDlg])) { in ComboSelect()
1153 if(option[i].min & COMBO_CALLBACK) msg = _(option[i].name); else { in GenericPopUp()
/dports/games/xboard-devel/xboard-f49e7e1/gtk/
H A Dxoptions.c381 … if(opt[i].type == Graph || opt[i].min & COMBO_CALLBACK && (!currentCps || shellUp[BrowserDlg])) { in ComboSelect()
/dports/games/xboard/xboard-4.9.1/gtk/
H A Dxoptions.c445 … if(opt[i].type == Graph || opt[i].min & COMBO_CALLBACK && (!currentCps || shellUp[BrowserDlg])) { in ComboSelect()