Home
last modified time | relevance | path

Searched refs:UI_ITEM_CHECKED (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/atari800/atari800-3.1.0/src/
H A Dui.h120 #define UI_ITEM_CHECKED 0x10 /* The boolean value for UI_ITEM_CHECK is true */ macro
H A Dui_basic.c515 if (pmenu->flags & UI_ITEM_CHECKED) in BasicUISelect()
H A Dui.c189 FindMenuItem(mip, option)->flags = checked ? (UI_ITEM_CHECK | UI_ITEM_CHECKED) : UI_ITEM_CHECK; in SetItemChecked()
2830 …ay, 6)->flags = filter_available ? (smooth_filter ? (UI_ITEM_CHECK | UI_ITEM_CHECKED) : UI_ITEM_CH… in DisplaySettings()