Searched defs:SetReadOnly (Results 1 – 4 of 4) sorted by relevance
/MusicPlayer2/MusicPlayer2/ | ||
H A D | MyComboBox.cpp | 16 void CMyComboBox::SetReadOnly(bool read_only) in SetReadOnly() function in CMyComboBox |
H A D | ScintillaEditView.cpp | 186 void CScintillaEditView::SetReadOnly(bool read_only) in SetReadOnly() function in CScintillaEditView |
/MusicPlayer2/scintilla/src/ | ||
H A D | Document.h | 383 void SetReadOnly(bool set) { cb.SetReadOnly(set); } in SetReadOnly() function |
H A D | CellBuffer.cxx | 798 void CellBuffer::SetReadOnly(bool set) noexcept { in SetReadOnly() function in CellBuffer |