cmCursesPathWidget.cxx 212 B

123456789
  1. #include "cmCursesPathWidget.h"
  2. cmCursesPathWidget::cmCursesPathWidget(int width, int height,
  3. int left, int top) :
  4. cmCursesStringWidget(width, height, left, top)
  5. {
  6. m_Type = cmCacheManager::PATH;
  7. }