godot/main
Pedro J. Estébanez ab3b1d9f3e Add radio-button-looking entries to PopupMenu
They work exactly the same as current checkbox-decorated items, but in order to preserve compatibility, separate methods are used, like `add_radio_check_item()`. The other option would have been to add a new parameter at the end of `add_check_item()` and the like, but that would have forced callers to provide the defaults manually.

`is_item_checkable()`, `is_item_checked()` and `set_item_checked()` are used regardless the item is set to look as check box or radio button.

Keeping check in the name adds an additional clue about these facts.

Closes #13055.
2018-03-27 19:19:45 +02:00
..
tests Add radio-button-looking entries to PopupMenu 2018-03-27 19:19:45 +02:00
app_icon.png Use new Godot icon consistently everywhere 2017-05-17 19:53:59 +02:00
default_controller_mappings.h SCons: properly close files when reading controller mappings 2018-03-16 08:40:33 +01:00
gamecontrollerdb.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
gamecontrollerdb_204.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
gamecontrollerdb_205.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
godotcontrollerdb.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
input_default.cpp Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
input_default.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
main.cpp Add --print-fps option to output FPS to stdout 2018-03-21 09:08:51 +01:00
main.h Makes project manager never initialize mono debug. 2018-02-16 16:15:35 +01:00
performance.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
performance.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Open textfile in textmode 2018-03-16 16:28:05 +01:00
splash.png New splash screen. 2017-10-13 16:40:22 -05:00
splash_editor.png Added custom editor splash (including sponsor logo). 2017-12-16 16:11:13 -03:00