Merge PR #71 from Mohammed Alyousef
This commit is contained in:
commit
7ca708a445
@ -478,9 +478,7 @@ public:
|
|||||||
void highlight(int start, int end);
|
void highlight(int start, int end);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the highlighted text.
|
Returns a non-zero value if text has been highlighted, 0 otherwise.
|
||||||
|
|
||||||
When you are done with the text, free it using the free() function.
|
|
||||||
*/
|
*/
|
||||||
int highlight() { return mHighlight.selected(); }
|
int highlight() { return mHighlight.selected(); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user