MCPcopy Create free account
hub / github.com/Kitware/CMake / SetInEdit

Method SetInEdit

Source/CursesDialog/cmCursesStringWidget.cxx:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void cmCursesStringWidget::SetInEdit(bool inedit)
36{
37 this->InEdit = inedit;
38 curs_set(inedit);
39}
40
41void cmCursesStringWidget::OnTab(cmCursesMainForm* /*unused*/,
42 WINDOW* /*unused*/)

Callers 3

OnReturnMethod · 0.95
HandleInputMethod · 0.95
RenderMethod · 0.80

Calls 1

curs_setFunction · 0.85

Tested by

no test coverage detected