Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimmenu.h132 DIALOG_DISPLAYOPTIONS, enumerator
H A Dsimtool-dialogs.h168 dialog_displayoptions_t() : tool_t(DIALOG_DISPLAYOPTIONS | DIALOGE_TOOL) {} in dialog_displayoptions_t()
H A Dsimmenu.cc192 case DIALOG_DISPLAYOPTIONS: tool = new dialog_displayoptions_t(); break; in create_dialog_tool()