Home
last modified time | relevance | path

Searched refs:SG_RADIO (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/aranym/aranym-1.1.0/src/gui-sdl/
H A Dsdlgui.sdl388 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 14, 2, 7, 1, N_("None"), 0 },
390 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 33, 2, 9, 1, N_("Bridge"), 0 },
401 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 14, 12, 7, 1, N_("None"), 0 },
403 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 33, 12, 9, 1, N_("Bridge"), 0 },
750 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 2, 5, 9, 1, N_("50 FPS"), 0 },
752 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 2, 7, 9, 1, N_("17 FPS"), 0 },
753 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 2, 8, 9, 1, N_("10 FPS"), 0 },
754 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 2, 9, 9, 1, N_(" 5 FPS"), 0 },
755 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 2, 10, 9, 1, N_(" 1 FPS"), 0 },
758 { SGRADIOBUT, SG_SELECTABLE|SG_RADIO, 0, 13, 6, 6, 1, N_("VGA"), 0 },
[all …]
H A Dsdlgui.h42 #define SG_RADIO 0x0400 macro
H A Dsdlgui.cpp985 if (cdlg[objnum].flags & SG_RADIO) in SDLGui_DrawCheckBoxState()
1236 while (dlg[--obj].flags & SG_RADIO) ; in SDLGui_SelectRadioObject()
1239 while (dlg[++obj].flags & SG_RADIO) in SDLGui_SelectRadioObject()
1268 if ((dlg[clicked_obj].flags & SG_RADIO) && (original_state & SG_SELECTED)) in SDLGui_UpdateObjState()
H A Ddialog.cpp122 if (dlg[clicked_obj].flags & SG_RADIO) in mouseClick()
H A DdlgFileSelect.cpp356 (SG_SELECTABLE | SG_EXIT | SG_RADIO); in refreshEntries()
/dports/emulators/aranym/aranym-1.1.0/
H A DChangeLog7091 - added SG_RADIO flag.
7093 SGCHECKBOX object with the SG_RADIO flag.