|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextMark | |
org.gnu.gtk |
Uses of TextMark in org.gnu.gtk |
Methods in org.gnu.gtk that return TextMark | |
TextMark |
TextBuffer.createMark(java.lang.String markName,
TextIter where,
boolean leftGravity)
Creates a mark at position where . |
TextMark |
TextBuffer.getMark(java.lang.String name)
Returns the mark named name in the buffer, or null if no such mark exists in the buffer |
TextMark |
TextBuffer.getInsert()
Returns the mark that represents the cursor (insertion point). |
TextMark |
TextBuffer.getSelectionBound()
Returns the mark that represents the selection bound. |
Methods in org.gnu.gtk with parameters of type TextMark | |
void |
TextView.scrollToMark(TextMark mark,
double withinMargin,
boolean useAlign,
double xAlign,
double yAlign)
Scrolls the view so that mark is on the screen in the position indicated by xAlign and yAlign. |
void |
TextView.scrollToMark(TextMark mark,
double withinMargin)
Scrolls the view so that mark is on the screen. |
void |
TextBuffer.moveMark(TextMark mark,
TextIter where)
Moves mark to the new location where . |
void |
TextBuffer.deleteMark(TextMark mark)
Deletes mark , so that it's no longer located anywhere in the
buffer. |
TextIter |
TextBuffer.getIter(TextMark mark)
Returns an iter at the given mark |
|
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 |