Home
last modified time | relevance | path

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

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dtileset_editor_dialog.cpp36 …: dialog(graphics::screen_width() - EDITOR_SIDEBAR_WIDTH, 160, EDITOR_SIDEBAR_WIDTH, 440), editor_… in tileset_editor_dialog()
H A Dhex_tileset_editor_dialog.cpp38 …: dialog(graphics::screen_width() - EDITOR_SIDEBAR_WIDTH, 160, EDITOR_SIDEBAR_WIDTH, 440), editor_… in hex_tileset_editor_dialog()
H A Dcharacter_editor_dialog.cpp21 …: gui::dialog(graphics::screen_width() - EDITOR_SIDEBAR_WIDTH, 160, EDITOR_SIDEBAR_WIDTH, 440), ed… in character_editor_dialog()
H A Deditor.hpp19 static const int EDITOR_SIDEBAR_WIDTH = 220; variable
H A Dproperty_editor_dialog.cpp30 …: gui::dialog(graphics::screen_width() - EDITOR_SIDEBAR_WIDTH, 160, EDITOR_SIDEBAR_WIDTH, 440), ed… in property_editor_dialog()
H A Deditor.cpp416 …: gui::dialog(graphics::screen_width() - EDITOR_SIDEBAR_WIDTH, 0, EDITOR_SIDEBAR_WIDTH, 160), edit… in editor_mode_dialog()