Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dproperties_win.cpp25 ID_EVENT_FUNCTION, enumerator
265 ON_EN_KILLFOCUS(ID_EVENT_FUNCTION, OnChangeEventFunction) in BEGIN_MESSAGE_MAP()
786 case ID_EVENT_FUNCTION: in OnSysChar()
1296 AddEditControl("Event Function", mpInfo->event_func, ID_EVENT_FUNCTION); in AddWidgetProps()
2334 CEdit *edit = (CEdit *)GetDlgItem(ID_EVENT_FUNCTION); in OnChangeEventFunction()
2341 GetDlgItemText(ID_EVENT_FUNCTION, new_event_func); in OnChangeEventFunction()
2359 SetDlgItemText(ID_EVENT_FUNCTION, mpInfo->event_func); in OnChangeEventFunction()