| AddChildAtAnchor(Widget, TextChildAnchor)Adds a child widget in the text buffer, at the given anchor |
| AddChildInWindow(Widget, TextWindowType, int, int)Adds a child at fixed coordinates in one of the text widget's windows. |
| BackwardDisplayLine(ref TextIter) : boolMoves the given iter backward by one display (wrapped) line |
| BackwardDisplayLineStart(ref TextIter) : boolMoves the given iter backward to the next display line start |
| BufferToWindowCoords(TextWindowType, int, int, out int, out int)
Converts specified buffer coordinates to coordinates
for window
|
| ForwardDisplayLine(ref TextIter) : boolMoves the given iter forward by one display (wrapped) line |
| ForwardDisplayLineEnd(ref TextIter) : boolMoves iter forward to the next display line end |
| GetBorderWindowSize(TextWindowType) : intGets the width of the specified border window. |
| GetIterAtLocation(int, int) : TextIterRetrieves the iterator at buffer coordinates x and y. |
| GetIterAtPosition(TextIter, int, int) : intDocumentation for this section has not yet been entered. |
| GetIterLocation(TextIter) : Gdk.RectangleGets a rectangle which roughly contains the character at iter. |
| GetLineAtY(out TextIter, int, out int)This method should be fixed |
| GetLineYrange(TextIter, out int, out int)
Gets the y coordinate of the top of the line
containing iter, and the height of the line
|
| GetWindow(TextWindowType) : Gdk.WindowRetrieves the Gdk.Window corresponding to an area of the text view |
| GetWindowType(Gdk.Window) : TextWindowTypeUsed for finding out which window an event corresponds to |
| MoveChild(Widget, int, int)Updates the position of a child |
| MoveMarkOnscreen(TextMark) : boolMoves mark within the buffer so that it's located within the currently-visible text area |
| MoveVisually(ref TextIter, int) : boolMove the iterator a given number of characters visually, treating it as the strong cursor position |
| PlaceCursorOnscreen() : boolMoves the cursor to the currently visible region of the buffer if it isn't there already. |
| ScrollMarkOnscreen(TextMark)
Scrolls the text view the minimum distance such that mark is contained within the visible area of
the widget
|
| ScrollToIter(TextIter, double, bool, double, double) : bool
Scrolls the text view so that iter is on
the screen in the position indicated by xalign and yalign |
| ScrollToMark(TextMark, double, bool, double, double)
Scrolls the view so that mark is on the
screen in the position indicated by xalign and yalign |
| SetBorderWindowSize(TextWindowType, int)
Sets the width of Gtk.TextWindowType.Left
or Gtk.TextWindowType.Right, or the height of
Gtk.TextWindow.Top or Gtk.TextWindow.Bottom.
|
| StartsDisplayLine(TextIter) : boolDetermines whether iter is at the start of a display line |
| WindowToBufferCoords(TextWindowType, int, int, out int, out int)Converts coordinates on the window to buffer coordinates |