#include <text-editor.h>
Public Member Functions | |
virtual void | SelectionChanged ()=0 |
Virtual class used to edit texts. The goal is to get a notification when the selection changes.
Definition at line 37 of file text-editor.h.
virtual void gcp::TextEditor::SelectionChanged | ( | ) | [pure virtual] |
The method call by the framework when the edited text selection changes. This methid must be implemented by derived classes.