Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dstring_scroll_wheel_edit_dlg.cpp16 ID_STRING_ID enumerator
198 ON_CBN_SELCHANGE(ID_STRING_ID, OnChangeStringId) in BEGIN_MESSAGE_MAP()
237 …LD | WS_TABSTOP | CBS_DROPDOWNLIST | CBS_SORT | WS_VISIBLE | WS_VSCROLL, size, this, ID_STRING_ID); in OnCreate()
Dproperties_win.cpp153 ID_STRING_ID, enumerator
351 ON_CBN_SELCHANGE(ID_STRING_ID, OnChangeStringId) in BEGIN_MESSAGE_MAP()
912 … pBox->Create(WS_CHILD|WS_TABSTOP|WS_VSCROLL|CBS_DROPDOWNLIST|SORT_FLAG, size, this, ID_STRING_ID); in AddStringSelect()
2912 CComboBox *pBox = (CComboBox *)GetDlgItem(ID_STRING_ID); in OnChangeNumericPrompt()
4214 CComboBox *pbox = (CComboBox *) GetDlgItem(ID_STRING_ID); in OnChangeStringId()
4262 CComboBox *pbox = (CComboBox *) GetDlgItem(ID_STRING_ID); in OnChangeStringText()