|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TextBuffer.ApplyTag
The signal emitted when a TextTag is added to a range of text.
If you're using this then you'll probably also need the complement of
this signal, which is TextBuffer.RemoveTag
.
The code to actually carry out the application of the tag is in the default handler, which will run after you return from yours.
Method Summary | |
---|---|
void |
onApplyTag(TextBuffer source,
TextTag tag,
TextIter start,
TextIter finish)
|
Method Detail |
---|
void onApplyTag(TextBuffer source, TextTag tag, TextIter start, TextIter finish)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |