Searched refs:EVENT_DIALOG_OK (Results 1 – 5 of 5) sorted by relevance
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/ |
H A D | maindialog.cpp | 87 pressedButton = EVENT_DIALOG_OK; in EventProcess() 132 if ( pressedButton == EVENT_DIALOG_OK ) in EventProcess() 141 if ( pressedButton == EVENT_DIALOG_OK ) in EventProcess() 236 pb = pw->CreateButton(pos, dim, -1, EVENT_DIALOG_OK); in StartPauseMenu() 271 pb = pw->CreateButton(pos, ddim, -1, EVENT_DIALOG_OK); in StartQuestion() 337 pb = pw->CreateButton(pos, ddim, -1, EVENT_DIALOG_OK); in StartInformation()
|
H A D | filedialog.cpp | 271 pb = pw->CreateButton(pos, dim, -1, EVENT_DIALOG_OK); // open/save button in StartFileDialog() 472 CButton* pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); // open/save button in AdjustDialog() 651 if ( event.type == EVENT_DIALOG_OK || in EventProcess() 714 pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); // open/save button in StartNewFolderMode() 811 if ( event.type == EVENT_DIALOG_OK ) in EventSelectFolder() 929 CButton* pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); in UpdateAction() 950 CButton* pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); in UpdateSelectFolder() 988 else GetResource(RES_EVENT, EVENT_DIALOG_OK, text); in UpdateNewFolder() 1299 pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); // open/save button in StartAskOverwrite() 1379 pb = static_cast< CButton* >(pw->SearchControl(EVENT_DIALOG_OK)); // open/save button in StopAskOverwrite()
|
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/ |
H A D | event.h | 197 EVENT_DIALOG_OK = 300, enumerator
|
H A D | event.cpp | 162 EVENT_TYPE_TEXT[EVENT_DIALOG_OK] = "EVENT_DIALOG_OK"; in InitializeEventTypeTexts()
|
H A D | restext.cpp | 183 stringsEvent[EVENT_DIALOG_OK] = TR("OK"); in InitializeRestext()
|