|
java-gnome version 4.0.15 | ||||
| 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 end)
|
| Method Detail |
|---|
void onApplyTag(TextBuffer source,
TextTag tag,
TextIter start,
TextIter end)
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||