Interface

Gtk-3.0GtkTextViewConstructorProps

interface ConstructorProps {
    accepts_tab: boolean;
    acceptsTab: boolean;
    app_paintable: boolean;
    appPaintable: boolean;
    border_width: number;
    borderWidth: number;
    bottom_margin: number;
    bottomMargin: number;
    buffer: Gtk.TextBuffer;
    can_default: boolean;
    can_focus: boolean;
    canDefault: boolean;
    canFocus: boolean;
    child: Gtk.Widget;
    composite_child: boolean;
    compositeChild: boolean;
    cursor_visible: boolean;
    cursorVisible: boolean;
    double_buffered: boolean;
    doubleBuffered: boolean;
    editable: boolean;
    events: Gdk.EventMask;
    expand: boolean;
    focus_on_click: boolean;
    focusOnClick: boolean;
    hadjustment: Gtk.Adjustment;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_tooltip: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    hscroll_policy: Gtk.ScrollablePolicy;
    hscrollPolicy: Gtk.ScrollablePolicy;
    im_module: string;
    imModule: string;
    indent: number;
    input_hints: Gtk.InputHints;
    input_purpose: Gtk.InputPurpose;
    inputHints: Gtk.InputHints;
    inputPurpose: Gtk.InputPurpose;
    is_focus: boolean;
    isFocus: boolean;
    justification: Gtk.Justification;
    left_margin: number;
    leftMargin: number;
    margin: number;
    margin_bottom: number;
    margin_end: number;
    margin_left: number;
    margin_right: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginLeft: number;
    marginRight: number;
    marginStart: number;
    marginTop: number;
    monospace: boolean;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    overwrite: boolean;
    parent: Gtk.Container;
    pixels_above_lines: number;
    pixels_below_lines: number;
    pixels_inside_wrap: number;
    pixelsAboveLines: number;
    pixelsBelowLines: number;
    pixelsInsideWrap: number;
    populate_all: boolean;
    populateAll: boolean;
    receives_default: boolean;
    receivesDefault: boolean;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    right_margin: number;
    rightMargin: number;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    style: Gtk.Style;
    tabs: TabArray;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    top_margin: number;
    topMargin: number;
    vadjustment: Gtk.Adjustment;
    valign: Gtk.Align;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    vscroll_policy: Gtk.ScrollablePolicy;
    vscrollPolicy: Gtk.ScrollablePolicy;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
    wrap_mode: Gtk.WrapMode;
    wrapMode: Gtk.WrapMode;
}

Hierarchy (View Summary)

Index

Properties

accepts_tab: boolean
acceptsTab: boolean
bottom_margin: number
bottomMargin: number
buffer: Gtk.TextBuffer
cursor_visible: boolean
cursorVisible: boolean
editable: boolean
im_module: string
imModule: string
indent: number
input_hints: Gtk.InputHints
input_purpose: Gtk.InputPurpose
inputHints: Gtk.InputHints
inputPurpose: Gtk.InputPurpose
justification: Gtk.Justification
left_margin: number
leftMargin: number
monospace: boolean
overwrite: boolean
pixels_above_lines: number
pixels_below_lines: number
pixels_inside_wrap: number
pixelsAboveLines: number
pixelsBelowLines: number
pixelsInsideWrap: number
populate_all: boolean
populateAll: boolean
right_margin: number
rightMargin: number
tabs: TabArray
top_margin: number
topMargin: number
wrap_mode: Gtk.WrapMode
wrapMode: Gtk.WrapMode

Properties - Inherited from Gtk.Container.ConstructorProps

app_paintable: boolean
appPaintable: boolean
border_width: number
borderWidth: number
can_default: boolean
can_focus: boolean
canDefault: boolean
canFocus: boolean
child: Gtk.Widget
composite_child: boolean
compositeChild: boolean
double_buffered: boolean
doubleBuffered: boolean
events: Gdk.EventMask
expand: boolean
focus_on_click: boolean
focusOnClick: boolean
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
is_focus: boolean
isFocus: boolean
margin: number
margin_bottom: number
margin_end: number
margin_left: number
margin_right: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginLeft: number
marginRight: number
marginStart: number
marginTop: number
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
style: Gtk.Style
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number
window: Gdk.Window

Properties - Inherited from Gtk.Scrollable.ConstructorProps

hadjustment: Gtk.Adjustment
hscroll_policy: Gtk.ScrollablePolicy
hscrollPolicy: Gtk.ScrollablePolicy
vadjustment: Gtk.Adjustment
vscroll_policy: Gtk.ScrollablePolicy
vscrollPolicy: Gtk.ScrollablePolicy