|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextTag | |
org.gnu.gtk |
Uses of TextTag in org.gnu.gtk |
Methods in org.gnu.gtk that return TextTag | |
TextTag |
TextTagTable.lookup(java.lang.String name)
Look up a named tag. |
TextTag |
TextBuffer.createTag(java.lang.String name)
Creates a TextTag initialised for use in this TextBuffer. |
Methods in org.gnu.gtk with parameters of type TextTag | |
void |
TextTagTable.add(TextTag tag)
Add a tag to the table. |
void |
TextTagTable.remove(TextTag tag)
Remove a tag from the table. |
boolean |
TextIter.beginsTag(TextTag tag)
Returns TRUE if tag is toggled on at exactly this point. |
boolean |
TextIter.endsTag(TextTag tag)
Returns TRUE if tag is toggled off at exactly this point. |
boolean |
TextIter.hasTag(TextTag tag)
Returns TRUE if iter is within a range tagged with tag. |
boolean |
TextIter.moveForwardToggle(TextTag tag)
Moves forward to the next toggle (on or off) of the TextTag tag . |
boolean |
TextIter.moveBackwardToggle(TextTag tag)
Moves backward to the next toggle (on or off) of the TextTag tag . |
void |
TextBuffer.applyTag(TextTag tag,
TextIter start,
TextIter end)
Emits the "apply_tag" signal on buffer. |
void |
TextBuffer.removeTag(TextTag tag,
TextIter start,
TextIter end)
Emits the "remove_tag" signal. |
void |
TextBuffer.removeAllTags(TextTag start,
TextTag end)
Removes all tags in the range between start and end. |
void |
TextBuffer.removeAllTags(TextTag start,
TextTag end)
Removes all tags in the range between start and end. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |