Python Script Engine
8.0
GL Studio Editor Python Script API
|
Public Member Functions | |
void | Enabled (bool enable) |
bool | isNULL (void) |
void | Destroy () |
common editor interface Highlighter
void Highlighter::Destroy | ( | ) |
Cleans up the highlighter if non-null.
void Highlighter::Enabled | ( | bool | enable | ) |
Enable or disables the highlight.
enable | true to enable, false to disable |
bool Highlighter::isNULL | ( | void | ) |
Determine if wrapped highlighter does not exist.