TextView

open class TextView(pointer: <Error class: unknown class><<Error class: unknown class>>) : Widget, AccessibleText, Scrollable

A widget that displays the contents of a class@Gtk.TextBuffer.

An example GtkTextView

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

Shortcuts and Gestures

GtkTextView supports the following keyboard shortcuts:

  • Shift+F10 or Menu opens the context menu.

  • Ctrl+Z undoes the last modification.

  • Ctrl+Y or Ctrl+Shift+Z redoes the last undone modification.

Additionally, the following signals have default keybindings:

  • signal@Gtk.TextView::backspace

  • signal@Gtk.TextView::copy-clipboard

  • signal@Gtk.TextView::cut-clipboard

  • signal@Gtk.TextView::delete-from-cursor

  • signal@Gtk.TextView::insert-emoji

  • signal@Gtk.TextView::move-cursor

  • signal@Gtk.TextView::paste-clipboard

  • signal@Gtk.TextView::select-all

  • signal@Gtk.TextView::toggle-cursor-visible

  • signal@Gtk.TextView::toggle-overwrite

Actions

GtkTextView defines a set of built-in actions:

  • clipboard.copy copies the contents to the clipboard.

  • clipboard.cut copies the contents to the clipboard and deletes it from the widget.

  • clipboard.paste inserts the contents of the clipboard into the widget.

  • menu.popup opens the context menu.

  • misc.insert-emoji opens the Emoji chooser.

  • selection.delete deletes the current selection.

  • selection.select-all selects all of the widgets content.

  • text.redo redoes the last change to the contents.

  • text.undo undoes the last change to the contents.

CSS nodes

textview.view
├── border.top
├── border.left
├── text
│ ╰── [selection]
├── border.right
├── border.bottom
╰── [window.popup]

GtkTextView has a main css node with name textview and style class .view, and subnodes for each of the border windows, and the main text area, with names border and text, respectively. The border nodes each get one of the style classes .left, .right, .top or .bottom.

A node representing the selection will appear below the text node.

If a context menu is opened, the window node will appear as a subnode of the main node.

Accessibility

GtkTextView uses the %GTK_ACCESSIBLE_ROLE_TEXT_BOX role.

Skipped during bindings generation

  • parameter window_x: window_x: Out parameter is not supported

  • parameter trailing: trailing: Out parameter is not supported

  • parameter line_top: line_top: Out parameter is not supported

  • parameter y: y: Out parameter is not supported

  • parameter buffer_x: buffer_x: Out parameter is not supported

  • method buffer: Property TypeInfo of getter and setter do not match

  • method extra-menu: Property TypeInfo of getter and setter do not match

  • method im-module: Property has no getter nor setter

  • method tabs: Property TypeInfo of getter and setter do not match

Constructors

Link copied to clipboard
constructor()

Creates a new GtkTextView.

constructor(buffer: TextBuffer)

Creates a new GtkTextView widget displaying the buffer @buffer.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Tab will result in a tab character being entered.

Link copied to clipboard

The accessible role of the given GtkAccessible implementation.

Link copied to clipboard
open var bottomMargin: <Error class: unknown class>

The bottom margin for text in the text view.

Link copied to clipboard
open var canFocus: Boolean

Whether the widget or any of its descendents can accept the input focus.

Link copied to clipboard
open var canTarget: Boolean

Whether the widget can receive pointer events.

Link copied to clipboard

A list of css classes applied to this widget.

Link copied to clipboard
open val cssName: String

The name of this widget in the CSS tree.

Link copied to clipboard
open var cursor: <Error class: unknown class>?

The cursor used by @widget.

Link copied to clipboard

If the insertion cursor is shown.

Link copied to clipboard
open var editable: Boolean

Whether the text can be modified by the user.

Link copied to clipboard
open var focusable: Boolean

Whether this widget itself will accept the input focus.

Link copied to clipboard

Whether the widget should grab focus when it is clicked with the mouse.

Link copied to clipboard
open override val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val gtkAccessibleTextPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val gtkBuildablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val gtkConstraintTargetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open override val gtkScrollablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkTextViewPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkWidgetPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

Horizontal GtkAdjustment of the scrollable widget.

Link copied to clipboard
open var halign: Align

How to distribute horizontal space if widget gets extra space.

Link copied to clipboard

Enables or disables the emission of the ::query-tooltip signal on @widget.

Link copied to clipboard
open var hexpand: Boolean

Whether to expand horizontally.

Link copied to clipboard

Whether to use the hexpand property.

Link copied to clipboard

Determines when horizontal scrolling should start.

Link copied to clipboard
open var indent: <Error class: unknown class>

Amount to indent the paragraph, in pixels.

Link copied to clipboard

Additional hints (beyond property@Gtk.TextView:input-purpose) that allow input methods to fine-tune their behaviour.

Link copied to clipboard

The purpose of this text field.

Link copied to clipboard

Left, right, or center justification.

Link copied to clipboard

The GtkLayoutManager instance to use to compute the preferred size of the widget, and allocate its children.

Link copied to clipboard
open var leftMargin: <Error class: unknown class>

The default left margin for text in the text view.

Link copied to clipboard
open var marginBottom: <Error class: unknown class>

Margin on bottom side of widget.

Link copied to clipboard
open var marginEnd: <Error class: unknown class>

Margin on end of widget, horizontally.

Link copied to clipboard
open var marginStart: <Error class: unknown class>

Margin on start of widget, horizontally.

Link copied to clipboard
open var marginTop: <Error class: unknown class>

Margin on top side of widget.

Link copied to clipboard
open var monospace: Boolean

Whether text should be displayed in a monospace font.

Link copied to clipboard
open var name: String

The name of the widget.

Link copied to clipboard
open var opacity: <Error class: unknown class>

The requested opacity of the widget.

Link copied to clipboard
open var overflow: Overflow

How content outside the widget's content area is treated.

Link copied to clipboard
open var overwrite: Boolean

Whether entered text overwrites existing contents.

Link copied to clipboard
open val parent: Widget?

The parent widget of this widget.

Link copied to clipboard
open var pixelsAboveLines: <Error class: unknown class>

Pixels of blank space above paragraphs.

Link copied to clipboard
open var pixelsBelowLines: <Error class: unknown class>

Pixels of blank space below paragraphs.

Link copied to clipboard
open var pixelsInsideWrap: <Error class: unknown class>

Pixels of blank space between wrapped lines in a paragraph.

Link copied to clipboard

Whether the widget will receive the default action when it is focused.

Link copied to clipboard
open var rightMargin: <Error class: unknown class>

The default right margin for text in the text view.

Link copied to clipboard
open val root: Root?

The GtkRoot widget of the widget tree containing this widget.

Link copied to clipboard
open val scaleFactor: <Error class: unknown class>

The scale factor of the widget.

Link copied to clipboard

Sets the text of tooltip to be the given string, which is marked up with Pango markup.

Link copied to clipboard
open var tooltipText: String?

Sets the text of tooltip to be the given string.

Link copied to clipboard
open var topMargin: <Error class: unknown class>

The top margin for text in the text view.

Link copied to clipboard

Vertical GtkAdjustment of the scrollable widget.

Link copied to clipboard
open var valign: Align

How to distribute vertical space if widget gets extra space.

Link copied to clipboard
open var vexpand: Boolean

Whether to expand vertically.

Link copied to clipboard

Whether to use the vexpand property.

Link copied to clipboard

Determines when vertical scrolling should start.

Link copied to clipboard
open var wrapMode: WrapMode

Whether to wrap lines never, at word boundaries, or at character boundaries.

Functions

Link copied to clipboard
open fun actionSetEnabled(actionName: String, enabled: Boolean)

Enable or disable an action installed with gtk_widget_class_install_action().

Link copied to clipboard
open fun activateActionIfExists(name: String, args: <Error class: unknown class>? = null): Boolean

Looks up the action in the action groups associated with

Link copied to clipboard
open fun activateDefault()

Activates the default.activate action from @widget.

Link copied to clipboard

For widgets that can be “activated” (buttons, menu items, etc.), this function activates them.

Link copied to clipboard
open fun addChildAtAnchor(child: Widget, anchor: TextChildAnchor)

Adds a child widget in the text buffer, at the given @anchor.

Link copied to clipboard
open fun addController(controller: EventController)

Adds @controller to @widget so that it will receive events.

Link copied to clipboard
open fun addCssClass(cssClass: String)

Adds a style class to @widget.

Link copied to clipboard
open fun addMnemonicLabel(label: Widget)

Adds a widget to the list of mnemonic labels for this widget.

Link copied to clipboard
open fun addOverlay(child: Widget, xpos: <Error class: unknown class>, ypos: <Error class: unknown class>)

Adds @child at a fixed coordinate in the GtkTextView's text window.

Link copied to clipboard
open fun addTickCallback(callback: TickCallback): <Error class: unknown class>

Queues an animation frame update and adds a callback to be called before each frame.

Link copied to clipboard
open fun allocate(width: <Error class: unknown class>, height: <Error class: unknown class>, baseline: <Error class: unknown class>, transform: <Error class: unknown class>? = null)

This function is only used by GtkWidget subclasses, to assign a size, position and (optionally) baseline to their child widgets.

Link copied to clipboard
open fun announce(message: String, priority: AccessibleAnnouncementPriority)

Requests the user's screen reader to announce the given message.

Link copied to clipboard

Moves the given @iter backward by one display (wrapped) line.

Link copied to clipboard

Moves the given @iter backward to the next display line start.

Link copied to clipboard
open fun childFocus(direction: DirectionType): Boolean

Called by widgets as the user moves around the window using keyboard shortcuts.

Link copied to clipboard
open fun computeBounds(target: Widget, outBounds: <Error class: unknown class>): Boolean

Computes the bounds for @widget in the coordinate space of @target.

Link copied to clipboard
open fun computeExpand(orientation: Orientation): Boolean

Computes whether a container should give this widget extra space when possible.

Link copied to clipboard
open fun computePoint(target: Widget, point: <Error class: unknown class>, outPoint: <Error class: unknown class>): Boolean

Translates the given @point in @widget's coordinates to coordinates relative to @target’s coordinate system.

Link copied to clipboard
open fun computeTransform(target: Widget, outTransform: <Error class: unknown class>): Boolean

Computes a matrix suitable to describe a transformation from

Link copied to clipboard
fun connectBackspace(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted when the user asks for it.

Link copied to clipboard
fun connectCopyClipboard(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to copy the selection to the clipboard.

Link copied to clipboard
fun connectCutClipboard(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to cut the selection to the clipboard.

Link copied to clipboard
fun connectDeleteFromCursor(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (type: DeleteType, <Error class: unknown class>) -> Unit): <Error class: unknown class>

Gets emitted when the user initiates a text deletion.

Link copied to clipboard
fun connectDestroy(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Signals that all holders of a reference to the widget should release the reference that they hold.

Link copied to clipboard
fun connectDirectionChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (previousDirection: TextDirection) -> Unit): <Error class: unknown class>

Emitted when the text direction of a widget changes.

Link copied to clipboard
fun connectExtendSelection(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (granularity: TextExtendSelection, location: TextIter, start: TextIter, end: TextIter) -> Boolean): <Error class: unknown class>

Emitted when the selection needs to be extended at @location.

Link copied to clipboard
fun connectHide(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when @widget is hidden.

Link copied to clipboard
fun connectInsertAtCursor(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (string: String) -> Unit): <Error class: unknown class>

Gets emitted when the user initiates the insertion of a fixed string at the cursor.

Link copied to clipboard
fun connectInsertEmoji(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to present the Emoji chooser for the @text_view.

Link copied to clipboard
fun connectKeynavFailed(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (direction: DirectionType) -> Boolean): <Error class: unknown class>

Emitted if keyboard navigation fails.

Link copied to clipboard
fun connectMap(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when @widget is going to be mapped.

Link copied to clipboard
fun connectMnemonicActivate(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (groupCycling: Boolean) -> Boolean): <Error class: unknown class>

Emitted when a widget is activated via a mnemonic.

Link copied to clipboard
fun connectMoveCursor(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (step: MovementStep, <Error class: unknown class>, extendSelection: Boolean) -> Unit): <Error class: unknown class>

Gets emitted when the user initiates a cursor movement.

Link copied to clipboard
fun connectMoveFocus(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (direction: DirectionType) -> Unit): <Error class: unknown class>

Emitted when the focus is moved.

Link copied to clipboard
fun connectMoveViewport(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (step: ScrollStep, <Error class: unknown class>) -> Unit): <Error class: unknown class>

Gets emitted to move the viewport.

Link copied to clipboard
fun connectPasteClipboard(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to paste the contents of the clipboard into the text view.

Link copied to clipboard
fun connectPreeditChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (preedit: String) -> Unit): <Error class: unknown class>

Emitted when preedit text of the active IM changes.

Link copied to clipboard
fun connectQueryTooltip(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (<Error class: unknown class>, <Error class: unknown class>, keyboardMode: Boolean, tooltip: Tooltip) -> Boolean): <Error class: unknown class>

Emitted when the widget’s tooltip is about to be shown.

Link copied to clipboard
fun connectRealize(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when @widget is associated with a GdkSurface.

Link copied to clipboard
fun connectSelectAll(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (select: Boolean) -> Unit): <Error class: unknown class>

Gets emitted to select or unselect the complete contents of the text view.

Link copied to clipboard
fun connectSetAnchor(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted when the user initiates settings the "anchor" mark.

Link copied to clipboard
fun connectShow(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when @widget is shown.

Link copied to clipboard
fun connectStateFlagsChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (flags: StateFlags) -> Unit): <Error class: unknown class>

Emitted when the widget state changes.

Link copied to clipboard
fun connectToggleCursorVisible(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to toggle the cursor-visible property.

Link copied to clipboard
fun connectToggleOverwrite(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Gets emitted to toggle the overwrite mode of the text view.

Link copied to clipboard
fun connectUnmap(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when @widget is going to be unmapped.

Link copied to clipboard
fun connectUnrealize(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when the GdkSurface associated with @widget is destroyed.

Link copied to clipboard
open fun contains(x: <Error class: unknown class>, y: <Error class: unknown class>): Boolean

Tests if the point at (@x, @y) is contained in @widget.

Link copied to clipboard
open fun createPangoContext(): <Error class: unknown class>

Creates a new PangoContext with the appropriate font map, font options, font description, and base direction for drawing text for this widget.

Link copied to clipboard
open fun createPangoLayout(text: String? = null): <Error class: unknown class>

Creates a new PangoLayout with the appropriate font map, font description, and base direction for drawing text for this widget.

Link copied to clipboard
open fun disposeTemplate(widgetType: <Error class: unknown class>)

Clears the template children for the given widget.

Link copied to clipboard
open fun dragCheckThreshold(startX: <Error class: unknown class>, startY: <Error class: unknown class>, currentX: <Error class: unknown class>, currentY: <Error class: unknown class>): Boolean

Checks to see if a drag movement has passed the GTK drag threshold.

Link copied to clipboard
open fun errorBell()

Notifies the user about an input-related error on this widget.

Link copied to clipboard

Moves the given @iter forward by one display (wrapped) line.

Link copied to clipboard

Moves the given @iter forward to the next display line end.

Link copied to clipboard

Retrieves the accessible parent for an accessible object.

Link copied to clipboard

Retrieves the accessible role of an accessible object.

Link copied to clipboard
open fun getAllocatedBaseline(): <Error class: unknown class>

Returns the baseline that has currently been allocated to @widget.

Link copied to clipboard
open fun getAllocatedHeight(): <Error class: unknown class>

Returns the height that has currently been allocated to @widget.

Link copied to clipboard
open fun getAllocatedWidth(): <Error class: unknown class>

Returns the width that has currently been allocated to @widget.

Link copied to clipboard
open fun getAncestor(widgetType: <Error class: unknown class>): Widget?

Gets the first ancestor of @widget with type @widget_type.

Link copied to clipboard

Retrieves the accessible implementation for the given GtkAccessible.

Link copied to clipboard
open fun getBaseline(): <Error class: unknown class>

Returns the baseline that has currently been allocated to @widget.

Link copied to clipboard
open fun getBorder(border: Border): Boolean

Returns the size of a non-scrolling border around the outside of the scrollable.

Link copied to clipboard
open fun getBuffer(): TextBuffer

Returns the GtkTextBuffer being displayed by this text view.

Link copied to clipboard
open fun getBuildableId(): String?

Gets the ID of the @buildable object.

Link copied to clipboard

Gets the value set with gtk_widget_set_child_visible().

Link copied to clipboard
open fun getClipboard(): <Error class: unknown class>

Gets the clipboard object for @widget.

Link copied to clipboard
open fun getColor(color: <Error class: unknown class>)

Gets the current foreground color for the widget’s CSS style.

Link copied to clipboard
open fun getCursorLocations(iter: TextIter? = null, strong: <Error class: unknown class>?, weak: <Error class: unknown class>?)

Determine the positions of the strong and weak cursors if the insertion point is at @iter.

Link copied to clipboard

Gets the reading direction for a particular widget.

Link copied to clipboard
open fun getDisplay(): <Error class: unknown class>

Get the GdkDisplay for the toplevel window associated with this widget.

Link copied to clipboard
open fun getExtraMenu(): <Error class: unknown class>

Gets the menu model that gets added to the context menu or null if none has been set.

Link copied to clipboard

Retrieves the first accessible child of an accessible object.

Link copied to clipboard
open fun getFirstChild(): Widget?

Returns the widget’s first child.

Link copied to clipboard
open fun getFocusChild(): Widget?

Returns the current focus child of @widget.

Link copied to clipboard
open fun getFontMap(): <Error class: unknown class>?

Gets the font map of @widget.

Link copied to clipboard
open fun getFrameClock(): <Error class: unknown class>?

Obtains the frame clock for a widget.

Link copied to clipboard

Gets a GtkWidget that has previously been set as gutter.

Link copied to clipboard

Retrieves the GtkAdjustment used for horizontal scrolling.

Link copied to clipboard
open fun getHeight(): <Error class: unknown class>

Returns the content height of the widget.

Link copied to clipboard

Gets the horizontal GtkScrollablePolicy.

Link copied to clipboard
open fun getIterAtLocation(iter: TextIter, x: <Error class: unknown class>, y: <Error class: unknown class>): Boolean

Retrieves the iterator at buffer coordinates @x and @y.

Link copied to clipboard
open fun getIterLocation(iter: TextIter, location: <Error class: unknown class>)

Gets a rectangle which roughly contains the character at @iter.

Link copied to clipboard
open fun getLastChild(): Widget?

Returns the widget’s last child.

Link copied to clipboard
open fun getLtrContext(): <Error class: unknown class>

Gets the PangoContext that is used for rendering LTR directed text layouts.

Link copied to clipboard
open fun getMapped(): Boolean

Whether the widget is mapped.

Link copied to clipboard
open fun getNative(): Native?

Returns the nearest GtkNative ancestor of @widget.

Link copied to clipboard

Retrieves the next accessible sibling of an accessible object

Link copied to clipboard
open fun getNextSibling(): Widget?

Returns the widget’s next sibling.

Link copied to clipboard
open fun getPangoContext(): <Error class: unknown class>

Gets a PangoContext with the appropriate font map, font description, and base direction for this widget.

Link copied to clipboard

Query a platform state, such as focus.

Link copied to clipboard
open fun getPreferredSize(minimumSize: Requisition?, naturalSize: Requisition?)

Retrieves the minimum and natural size of a widget, taking into account the widget’s preference for height-for-width management.

Link copied to clipboard
open fun getPrevSibling(): Widget?

Returns the widget’s previous sibling.

Link copied to clipboard
open fun getPrimaryClipboard(): <Error class: unknown class>

Gets the primary clipboard of @widget.

Link copied to clipboard
open fun getRealized(): Boolean

Determines whether @widget is realized.

Link copied to clipboard

Gets whether the widget prefers a height-for-width layout or a width-for-height layout.

Link copied to clipboard
open fun getRtlContext(): <Error class: unknown class>

Gets the PangoContext that is used for rendering RTL directed text layouts.

Link copied to clipboard
open fun getSensitive(): Boolean

Returns the widget’s sensitivity.

Link copied to clipboard
open fun getSettings(): Settings

Gets the settings object holding the settings used for this widget.

Link copied to clipboard
open fun getSize(orientation: Orientation): <Error class: unknown class>

Returns the content width or height of the widget.

Link copied to clipboard

Returns the widget state as a flag set.

Link copied to clipboard

Returns the style context associated to @widget.

Link copied to clipboard
open fun getTabs(): <Error class: unknown class>?

Gets the default tabs for @text_view.

Link copied to clipboard
open fun getTemplateChild(widgetType: <Error class: unknown class>, name: String): <Error class: unknown class>

Fetch an object build from the template XML for @widget_type in this @widget instance.

Link copied to clipboard

Retrieves the GtkAdjustment used for vertical scrolling.

Link copied to clipboard
open fun getVisible(): Boolean

Determines whether the widget is visible.

Link copied to clipboard
open fun getVisibleRect(visibleRect: <Error class: unknown class>)

Fills @visible_rect with the currently-visible region of the buffer, in buffer coordinates.

Link copied to clipboard

Gets the vertical GtkScrollablePolicy.

Link copied to clipboard
open fun getWidth(): <Error class: unknown class>

Returns the content width of the widget.

Link copied to clipboard
open fun grabFocus(): Boolean

Causes @widget to have the keyboard focus for the GtkWindow it's inside.

Link copied to clipboard
open fun hasCssClass(cssClass: String): Boolean

Returns whether @css_class is currently applied to @widget.

Link copied to clipboard
open fun hasDefault(): Boolean

Determines whether @widget is the current default widget within its toplevel.

Link copied to clipboard
open fun hasFocus(): Boolean

Determines if the widget has the global input focus.

Link copied to clipboard

Determines if the widget should show a visible indication that it has the global input focus.

Link copied to clipboard
open fun hide()

Reverses the effects of gtk_widget_show().

Link copied to clipboard
open fun imContextFilterKeypress(event: <Error class: unknown class>): Boolean

Allow the GtkTextView input method to internally handle key press and release events.

Link copied to clipboard

Returns whether the widget is currently being destroyed.

Link copied to clipboard
open fun initTemplate()

Creates and initializes child widgets defined in templates.

Link copied to clipboard
open fun insertActionGroup(name: String, group: <Error class: unknown class>? = null)

Inserts @group into @widget.

Link copied to clipboard
open fun insertAfter(parent: Widget, previousSibling: Widget? = null)

Inserts @widget into the child widget list of @parent.

Link copied to clipboard
open fun insertBefore(parent: Widget, nextSibling: Widget? = null)

Inserts @widget into the child widget list of @parent.

Link copied to clipboard
open fun isAncestor(ancestor: Widget): Boolean

Determines whether @widget is somewhere inside @ancestor, possibly with intermediate containers.

Link copied to clipboard
open fun isDrawable(): Boolean

Determines whether @widget can be drawn to.

Link copied to clipboard
open fun isFocus(): Boolean

Determines if the widget is the focus widget within its toplevel.

Link copied to clipboard
open fun isSensitive(): Boolean

Returns the widget’s effective sensitivity.

Link copied to clipboard
open fun isVisible(): Boolean

Determines whether the widget and all its parents are marked as visible.

Link copied to clipboard
open fun keynavFailed(direction: DirectionType): Boolean

Emits the ::keynav-failed signal on the widget.

Link copied to clipboard
open fun listMnemonicLabels(): <Error class: unknown class>

Returns the widgets for which this widget is the target of a mnemonic.

Link copied to clipboard
open fun map()

Causes a widget to be mapped if it isn’t already.

Link copied to clipboard
open fun mnemonicActivate(groupCycling: Boolean): Boolean

Emits the ::mnemonic-activate signal.

Link copied to clipboard

Moves a mark within the buffer so that it's located within the currently-visible text area.

Link copied to clipboard
open fun moveOverlay(child: Widget, xpos: <Error class: unknown class>, ypos: <Error class: unknown class>)

Updates the position of a child.

Link copied to clipboard
open fun moveVisually(iter: TextIter, count: <Error class: unknown class>): Boolean

Move the iterator a given number of characters visually, treating it as the strong cursor position.

Link copied to clipboard
open fun observeChildren(): <Error class: unknown class>

Returns a GListModel to track the children of @widget.

Link copied to clipboard
open fun observeControllers(): <Error class: unknown class>

Returns a GListModel to track the class@Gtk.EventControllers of @widget.

Link copied to clipboard
open fun pick(x: <Error class: unknown class>, y: <Error class: unknown class>, flags: PickFlags): Widget?

Finds the descendant of @widget closest to the point (@x, @y).

Link copied to clipboard

Moves the cursor to the currently visible region of the buffer.

Link copied to clipboard
open fun queueAllocate()

Flags the widget for a rerun of the vfunc@Gtk.Widget.size_allocate function.

Link copied to clipboard
open fun queueDraw()

Schedules this widget to be redrawn in the paint phase of the current or the next frame.

Link copied to clipboard
open fun queueResize()

Flags a widget to have its size renegotiated.

Link copied to clipboard
open fun realize()

Creates the GDK resources associated with a widget.

Link copied to clipboard
open fun remove(child: Widget)

Removes a child widget from @text_view.

Link copied to clipboard
open fun removeController(controller: EventController)

Removes @controller from @widget, so that it doesn't process events anymore.

Link copied to clipboard
open fun removeCssClass(cssClass: String)

Removes a style from @widget.

Link copied to clipboard
open fun removeMnemonicLabel(label: Widget)

Removes a widget from the list of mnemonic labels for this widget.

Link copied to clipboard
open fun removeTickCallback(id: <Error class: unknown class>)

Removes a tick callback previously registered with gtk_widget_add_tick_callback().

Link copied to clipboard
open fun resetCursorBlink()

Ensures that the cursor is shown.

Link copied to clipboard
open fun resetImContext()

Reset the input method context of the text view if needed.

Link copied to clipboard
open fun resetProperty(property: AccessibleProperty)

Resets the accessible @property to its default value.

Link copied to clipboard
open fun resetRelation(relation: AccessibleRelation)

Resets the accessible @relation to its default value.

Link copied to clipboard
open fun resetState(state: AccessibleState)

Resets the accessible @state to its default value.

Link copied to clipboard

Scrolls @text_view the minimum distance such that @mark is contained within the visible area of the widget.

Link copied to clipboard
open fun scrollToIter(iter: TextIter, withinMargin: <Error class: unknown class>, useAlign: Boolean, xalign: <Error class: unknown class>, yalign: <Error class: unknown class>): Boolean

Scrolls @text_view so that @iter is on the screen in the position indicated by @xalign and @yalign.

Link copied to clipboard
open fun scrollToMark(mark: TextMark, withinMargin: <Error class: unknown class>, useAlign: Boolean, xalign: <Error class: unknown class>, yalign: <Error class: unknown class>)

Scrolls @text_view so that @mark is on the screen in the position indicated by @xalign and @yalign.

Link copied to clipboard
open fun setAccessibleParent(parent: Accessible? = null, nextSibling: Accessible? = null)

Sets the parent and sibling of an accessible object.

Link copied to clipboard
open fun setBuffer(buffer: TextBuffer? = null)

Sets @buffer as the buffer being displayed by @text_view.

Link copied to clipboard
open fun setChildVisible(childVisible: Boolean)

Sets whether @widget should be mapped along with its parent.

Link copied to clipboard
open fun setCursorFromName(name: String? = null)

Sets a named cursor to be shown when pointer devices point towards @widget.

Link copied to clipboard

Sets the reading direction on a particular widget.

Link copied to clipboard
open fun setExtraMenu(model: <Error class: unknown class>? = null)

Sets a menu model to add when constructing the context menu for @text_view.

Link copied to clipboard
open fun setFocusChild(child: Widget? = null)

Set @child as the current focus child of @widget.

Link copied to clipboard
open fun setFontMap(fontMap: <Error class: unknown class>? = null)

Sets the font map to use for Pango rendering.

Link copied to clipboard
open fun setGutter(win: TextWindowType, widget: Widget? = null)

Places @widget into the gutter specified by @win.

Link copied to clipboard
open fun setHadjustment(hadjustment: Adjustment? = null)

Sets the horizontal adjustment of the GtkScrollable.

Link copied to clipboard

Sets the GtkScrollablePolicy.

Link copied to clipboard

Set all margins to the same value.

fun Widget.setMargins(horizontal: Int = 0, vertical: Int = 0)

Set start and end margin to horizontal and top and bottom margin to vertical

fun Widget.setMargins(start: Int = 0, top: Int = 0, end: Int = 0, bottom: Int = 0)

Set margins.

Link copied to clipboard
open fun setParent(parent: Widget)

Sets @parent as the parent widget of @widget.

Link copied to clipboard
open fun setSensitive(sensitive: Boolean)

Sets the sensitivity of a widget.

Link copied to clipboard
open fun setSizeRequest(width: <Error class: unknown class>, height: <Error class: unknown class>)

Sets the minimum size of a widget.

Link copied to clipboard
open fun setStateFlags(flags: StateFlags, clear: Boolean)

Turns on flag values in the current widget state.

Link copied to clipboard
open fun setTabs(tabs: <Error class: unknown class>)

Sets the default tab stops for paragraphs in @text_view.

Link copied to clipboard
open fun setVadjustment(vadjustment: Adjustment? = null)

Sets the vertical adjustment of the GtkScrollable.

Link copied to clipboard
open fun setVisible(visible: Boolean)

Sets the visibility state of @widget.

Link copied to clipboard

Sets the GtkScrollablePolicy.

Link copied to clipboard
open fun shouldLayout(): Boolean

Returns whether @widget should contribute to the measuring and allocation of its parent.

Link copied to clipboard
open fun show()

Flags a widget to be displayed.

Link copied to clipboard

Determines whether @iter is at the start of a display line.

Link copied to clipboard

Triggers a tooltip query on the display where the toplevel of @widget is located.

Link copied to clipboard
open fun unmap()

Causes a widget to be unmapped if it’s currently mapped.

Link copied to clipboard
open fun unparent()

Dissociate @widget from its parent.

Link copied to clipboard
open fun unrealize()

Causes a widget to be unrealized (frees all GDK resources associated with the widget).

Link copied to clipboard
open fun unsetStateFlags(flags: StateFlags)

Turns off flag values for the current widget state.

Link copied to clipboard

Updates the position of the caret.

Link copied to clipboard
open fun updateContents(change: AccessibleTextContentChange, start: <Error class: unknown class>, end: <Error class: unknown class>)

Notifies assistive technologies of a change in contents.

Link copied to clipboard
open fun updateNextAccessibleSibling(newSibling: Accessible? = null)

Updates the next accessible sibling of @self.

Link copied to clipboard

Updates the boundary of the selection.