|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextChildAnchor | |
org.gnu.gtk |
Uses of TextChildAnchor in org.gnu.gtk |
Methods in org.gnu.gtk that return TextChildAnchor | |
TextChildAnchor |
TextIter.getChildAnchor()
If the location pointed to by iter contains a child anchor, the anchor is returned (with no new reference count added). |
TextChildAnchor |
TextBuffer.createChildAnchor(TextIter iter)
This is a convenience function which simply creates a child anchor with {link TextChildAnchor#TextChildAnchor()} and inserts it into the buffer |
Methods in org.gnu.gtk with parameters of type TextChildAnchor | |
void |
TextView.addChild(Widget child,
TextChildAnchor anchor)
Adds a child widget in the text buffer, at the given anchor. |
void |
TextBuffer.inserChildAnchor(TextIter iter,
TextChildAnchor anchor)
Inserts a child widget anchor into the text buffer at iter. |
TextIter |
TextBuffer.getIter(TextChildAnchor anchor)
Obtains the location of anchor within buffer. |
|
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 |