Home
last modified time | relevance | path

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

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dfiledialog.cpp248 CEdit* pe = pw->CreateEdit(pos, dim, 0, EVENT_DIALOG_EDIT2); // new folder edit box in StartFileDialog()
396 … CEdit* pe = static_cast< CEdit* >(pw->SearchControl(EVENT_DIALOG_EDIT2)); // new folder edit box in AdjustDialog()
605 etype = ( m_newFolderMode ) ? EVENT_DIALOG_EDIT2 : EVENT_DIALOG_EDIT; in EventProcess()
706 … CEdit* pe = static_cast< CEdit* >(pw->SearchControl(EVENT_DIALOG_EDIT2)); // new folder edit box in StartNewFolderMode()
729 CEdit* pe = static_cast< CEdit* >(pw->SearchControl(EVENT_DIALOG_EDIT2)); // new folder edit box in StopNewFolderMode()
974 CEdit* pe = static_cast< CEdit* >(pw->SearchControl(EVENT_DIALOG_EDIT2)); in UpdateNewFolder()
1124 CEdit* pe = static_cast< CEdit* >(pw->SearchControl(EVENT_DIALOG_EDIT2)); in CreateNewFolder()
1179 type = m_newFolderMode ? EVENT_DIALOG_EDIT2 : EVENT_DIALOG_EDIT; in OpenFolder()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Devent.h205 EVENT_DIALOG_EDIT2 = 308, enumerator
H A Devent.cpp170 EVENT_TYPE_TEXT[EVENT_DIALOG_EDIT2] = "EVENT_DIALOG_EDIT2"; in InitializeEventTypeTexts()