Learn R Programming

RGtk2 (version 2.8.8)

GtkTextView: GtkTextView

Description

Widget that displays a

Arguments

Methods and Functions

gtkTextViewNew(show = TRUE) gtkTextViewNewWithBuffer(buffer = NULL, show = TRUE) gtkTextViewSetBuffer(object, buffer) gtkTextViewGetBuffer(object) gtkTextViewScrollToMark(object, mark, within.margin, use.align = FALSE, xalign = 0.5, yalign = 0.5) gtkTextViewScrollToIter(object, iter, within.margin, use.align = FALSE, xalign = 0.5, yalign = 0.5) gtkTextViewScrollMarkOnscreen(object, mark) gtkTextViewMoveMarkOnscreen(object, mark) gtkTextViewPlaceCursorOnscreen(object) gtkTextViewGetVisibleRect(object) gtkTextViewGetIterLocation(object, iter) gtkTextViewGetLineAtY(object, y) gtkTextViewGetLineYrange(object, iter) gtkTextViewGetIterAtLocation(object, x, y) gtkTextViewGetIterAtPosition(object, x, y) gtkTextViewBufferToWindowCoords(object, win, buffer.x, buffer.y) gtkTextViewWindowToBufferCoords(object, win, window.x, window.y) gtkTextViewGetWindow(object, win) gtkTextViewGetWindowType(object, window) gtkTextViewSetBorderWindowSize(object, type, size) gtkTextViewGetBorderWindowSize(object, type) gtkTextViewForwardDisplayLine(object, iter) gtkTextViewBackwardDisplayLine(object, iter) gtkTextViewForwardDisplayLineEnd(object, iter) gtkTextViewBackwardDisplayLineStart(object, iter) gtkTextViewStartsDisplayLine(object, iter) gtkTextViewMoveVisually(object, iter, count) gtkTextViewAddChildAtAnchor(object, child, anchor) gtkTextChildAnchorNew() gtkTextChildAnchorGetWidgets(object) gtkTextChildAnchorGetDeleted(object) gtkTextViewAddChildInWindow(object, child, which.window, xpos, ypos) gtkTextViewMoveChild(object, child, xpos, ypos) gtkTextViewSetWrapMode(object, wrap.mode) gtkTextViewGetWrapMode(object) gtkTextViewSetEditable(object, setting) gtkTextViewGetEditable(object) gtkTextViewSetCursorVisible(object, setting) gtkTextViewGetCursorVisible(object) gtkTextViewSetOverwrite(object, overwrite) gtkTextViewGetOverwrite(object) gtkTextViewSetPixelsAboveLines(object, pixels.above.lines) gtkTextViewGetPixelsAboveLines(object) gtkTextViewSetPixelsBelowLines(object, pixels.below.lines) gtkTextViewGetPixelsBelowLines(object) gtkTextViewSetPixelsInsideWrap(object, pixels.inside.wrap) gtkTextViewGetPixelsInsideWrap(object) gtkTextViewSetJustification(object, justification) gtkTextViewGetJustification(object) gtkTextViewSetLeftMargin(object, left.margin) gtkTextViewGetLeftMargin(object) gtkTextViewSetRightMargin(object, right.margin) gtkTextViewGetRightMargin(object) gtkTextViewSetIndent(object, indent) gtkTextViewGetIndent(object) gtkTextViewSetTabs(object, tabs) gtkTextViewGetTabs(object) gtkTextViewSetAcceptsTab(object, accepts.tab) gtkTextViewGetAcceptsTab(object) gtkTextViewGetDefaultAttributes(object) gtkTextView(buffer = NULL, show = TRUE) gtkTextChildAnchor()

Hierarchy

\link{GObject} +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----GtkTextView \link{GObject} +----GtkTextChildAnchor

Interfaces

GtkTextView implements AtkImplementorIface.

Detailed Description

You may wish to begin by reading the text widget conceptual overview which gives an overview of all the objects and data types related to the text widget and how they work together.

Convenient Construction

gtkTextView is the result of collapsing the constructors of GtkTextView (gtkTextViewNew, gtkTextViewNewWithBuffer) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors. gtkTextChildAnchor is the equivalent of gtkTextChildAnchorNew.