Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp150 ID_TEXT_INPUT_READONLY, enumerator
397 ON_BN_CLICKED(ID_TEXT_INPUT_READONLY, OnChangeReadonly) in BEGIN_MESSAGE_MAP()
1327 AddCheckBox("Read Only", info->style & GX_STYLE_TEXT_INPUT_READONLY, ID_TEXT_INPUT_READONLY); in AddTextInputProperties()
1348 AddCheckBox("Read Only", info->style & GX_STYLE_TEXT_INPUT_READONLY, ID_TEXT_INPUT_READONLY); in AddMLTextInputProperties()
2810 if (mpProject && mpInfo && GetDlgItem(ID_TEXT_INPUT_READONLY)) in OnChangeReadonly()
2814 if (IsDlgButtonChecked(ID_TEXT_INPUT_READONLY)) in OnChangeReadonly()