Description: Return the FORM. Should be only used by low-level methods.
| 52 | // Description: |
| 53 | // Return the FORM. Should be only used by low-level methods. |
| 54 | FORM* GetForm() { return this->Form; } |
| 55 | |
| 56 | static cmCursesForm* CurrentForm; |
| 57 |
no outgoing calls
no test coverage detected