Searched defs:CanUndo (Results 1 – 3 of 3) sorted by relevance
/MusicPlayer2/scintilla/src/ | ||
H A D | CellBuffer.cxx | 518 bool UndoHistory::CanUndo() const noexcept { in CanUndo() function in UndoHistory |
H A D | Document.h | 351 bool CanUndo() const noexcept { return cb.CanUndo(); } in CanUndo() function |
/MusicPlayer2/MusicPlayer2/ | ||
H A D | ScintillaEditView.cpp | 242 bool CScintillaEditView::CanUndo() in CanUndo() function in CScintillaEditView |