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

Method SetPage

Source/CursesDialog/cmCursesWidget.h:58–58  ·  view source on GitHub ↗

* Set/Get the page this widget is in. */

Source from the content-addressed store, hash-verified

56 * Set/Get the page this widget is in.
57 */
58 void SetPage(int page) { this->Page = page; }
59 int GetPage() { return this->Page; }
60
61 friend class cmCursesMainForm;

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected