TextEdit.GDNativeClassBinding

Undocumented in source.
struct TextEdit
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_clickSelectionHeld
GodotMethod!(void) _clickSelectionHeld;
Undocumented in source.
_cursorChangedEmit
GodotMethod!(void) _cursorChangedEmit;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_pushCurrentOp
GodotMethod!(void) _pushCurrentOp;
Undocumented in source.
_scrollMoved
GodotMethod!(void, double) _scrollMoved;
Undocumented in source.
_textChangedEmit
GodotMethod!(void) _textChangedEmit;
Undocumented in source.
_toggleDrawCaret
GodotMethod!(void) _toggleDrawCaret;
Undocumented in source.
_updateWrapAt
GodotMethod!(void) _updateWrapAt;
Undocumented in source.
_vScrollInput
GodotMethod!(void) _vScrollInput;
Undocumented in source.
addColorRegion
GodotMethod!(void, String, String, Color, bool) addColorRegion;
Undocumented in source.
addKeywordColor
GodotMethod!(void, String, Color) addKeywordColor;
Undocumented in source.
canFold
GodotMethod!(bool, long) canFold;
Undocumented in source.
centerViewportToCursor
GodotMethod!(void) centerViewportToCursor;
Undocumented in source.
clearColors
GodotMethod!(void) clearColors;
Undocumented in source.
clearUndoHistory
GodotMethod!(void) clearUndoHistory;
Undocumented in source.
copy
GodotMethod!(void) copy;
Undocumented in source.
cursorGetBlinkEnabled
GodotMethod!(bool) cursorGetBlinkEnabled;
Undocumented in source.
cursorGetBlinkSpeed
GodotMethod!(double) cursorGetBlinkSpeed;
Undocumented in source.
cursorGetColumn
GodotMethod!(long) cursorGetColumn;
Undocumented in source.
cursorGetLine
GodotMethod!(long) cursorGetLine;
Undocumented in source.
cursorIsBlockMode
GodotMethod!(bool) cursorIsBlockMode;
Undocumented in source.
cursorSetBlinkEnabled
GodotMethod!(void, bool) cursorSetBlinkEnabled;
Undocumented in source.
cursorSetBlinkSpeed
GodotMethod!(void, double) cursorSetBlinkSpeed;
Undocumented in source.
cursorSetBlockMode
GodotMethod!(void, bool) cursorSetBlockMode;
Undocumented in source.
cursorSetColumn
GodotMethod!(void, long, bool) cursorSetColumn;
Undocumented in source.
cursorSetLine
GodotMethod!(void, long, bool, bool, long) cursorSetLine;
Undocumented in source.
cut
GodotMethod!(void) cut;
Undocumented in source.
deselect
GodotMethod!(void) deselect;
Undocumented in source.
drawMinimap
GodotMethod!(void, bool) drawMinimap;
Undocumented in source.
foldAllLines
GodotMethod!(void) foldAllLines;
Undocumented in source.
foldLine
GodotMethod!(void, long) foldLine;
Undocumented in source.
getBreakpoints
GodotMethod!(Array) getBreakpoints;
Undocumented in source.
getHScroll
GodotMethod!(long) getHScroll;
Undocumented in source.
getKeywordColor
GodotMethod!(Color, String) getKeywordColor;
Undocumented in source.
getLine
GodotMethod!(String, long) getLine;
Undocumented in source.
getLineCount
GodotMethod!(long) getLineCount;
Undocumented in source.
getMenu
GodotMethod!(PopupMenu) getMenu;
Undocumented in source.
getMinimapWidth
GodotMethod!(long) getMinimapWidth;
Undocumented in source.
getSelectionFromColumn
GodotMethod!(long) getSelectionFromColumn;
Undocumented in source.
getSelectionFromLine
GodotMethod!(long) getSelectionFromLine;
Undocumented in source.
getSelectionText
GodotMethod!(String) getSelectionText;
Undocumented in source.
getSelectionToColumn
GodotMethod!(long) getSelectionToColumn;
Undocumented in source.
getSelectionToLine
GodotMethod!(long) getSelectionToLine;
Undocumented in source.
getText
GodotMethod!(String) getText;
Undocumented in source.
getVScroll
GodotMethod!(double) getVScroll;
Undocumented in source.
getVScrollSpeed
GodotMethod!(double) getVScrollSpeed;
Undocumented in source.
getWordUnderCursor
GodotMethod!(String) getWordUnderCursor;
Undocumented in source.
hasKeywordColor
GodotMethod!(bool, String) hasKeywordColor;
Undocumented in source.
insertTextAtCursor
GodotMethod!(void, String) insertTextAtCursor;
Undocumented in source.
isBreakpointGutterEnabled
GodotMethod!(bool) isBreakpointGutterEnabled;
Undocumented in source.
isContextMenuEnabled
GodotMethod!(bool) isContextMenuEnabled;
Undocumented in source.
isDrawingFoldGutter
GodotMethod!(bool) isDrawingFoldGutter;
Undocumented in source.
isDrawingMinimap
GodotMethod!(bool) isDrawingMinimap;
Undocumented in source.
isDrawingSpaces
GodotMethod!(bool) isDrawingSpaces;
Undocumented in source.
isDrawingTabs
GodotMethod!(bool) isDrawingTabs;
Undocumented in source.
isFolded
GodotMethod!(bool, long) isFolded;
Undocumented in source.
isHidingEnabled
GodotMethod!(bool) isHidingEnabled;
Undocumented in source.
isHighlightAllOccurrencesEnabled
GodotMethod!(bool) isHighlightAllOccurrencesEnabled;
Undocumented in source.
isHighlightCurrentLineEnabled
GodotMethod!(bool) isHighlightCurrentLineEnabled;
Undocumented in source.
isLineHidden
GodotMethod!(bool, long) isLineHidden;
Undocumented in source.
isLineSetAsBookmark
GodotMethod!(bool, long) isLineSetAsBookmark;
Undocumented in source.
isLineSetAsBreakpoint
GodotMethod!(bool, long) isLineSetAsBreakpoint;
Undocumented in source.
isLineSetAsSafe
GodotMethod!(bool, long) isLineSetAsSafe;
Undocumented in source.
isOverridingSelectedFontColor
GodotMethod!(bool) isOverridingSelectedFontColor;
Undocumented in source.
isReadonly
GodotMethod!(bool) isReadonly;
Undocumented in source.
isRightClickMovingCaret
GodotMethod!(bool) isRightClickMovingCaret;
Undocumented in source.
isSelectingEnabled
GodotMethod!(bool) isSelectingEnabled;
Undocumented in source.
isSelectionActive
GodotMethod!(bool) isSelectionActive;
Undocumented in source.
isShortcutKeysEnabled
GodotMethod!(bool) isShortcutKeysEnabled;
Undocumented in source.
isShowLineNumbersEnabled
GodotMethod!(bool) isShowLineNumbersEnabled;
Undocumented in source.
isSmoothScrollEnabled
GodotMethod!(bool) isSmoothScrollEnabled;
Undocumented in source.
isSyntaxColoringEnabled
GodotMethod!(bool) isSyntaxColoringEnabled;
Undocumented in source.
isVirtualKeyboardEnabled
GodotMethod!(bool) isVirtualKeyboardEnabled;
Undocumented in source.
isWrapEnabled
GodotMethod!(bool) isWrapEnabled;
Undocumented in source.
menuOption
GodotMethod!(void, long) menuOption;
Undocumented in source.
paste
GodotMethod!(void) paste;
Undocumented in source.
redo
GodotMethod!(void) redo;
Undocumented in source.
removeBreakpoints
GodotMethod!(void) removeBreakpoints;
Undocumented in source.
search
GodotMethod!(PoolIntArray, String, long, long, long) search;
Undocumented in source.
select
GodotMethod!(void, long, long, long, long) select;
Undocumented in source.
selectAll
GodotMethod!(void) selectAll;
Undocumented in source.
setBreakpointGutterEnabled
GodotMethod!(void, bool) setBreakpointGutterEnabled;
Undocumented in source.
setContextMenuEnabled
GodotMethod!(void, bool) setContextMenuEnabled;
Undocumented in source.
setDrawFoldGutter
GodotMethod!(void, bool) setDrawFoldGutter;
Undocumented in source.
setDrawSpaces
GodotMethod!(void, bool) setDrawSpaces;
Undocumented in source.
setDrawTabs
GodotMethod!(void, bool) setDrawTabs;
Undocumented in source.
setHScroll
GodotMethod!(void, long) setHScroll;
Undocumented in source.
setHidingEnabled
GodotMethod!(void, bool) setHidingEnabled;
Undocumented in source.
setHighlightAllOccurrences
GodotMethod!(void, bool) setHighlightAllOccurrences;
Undocumented in source.
setHighlightCurrentLine
GodotMethod!(void, bool) setHighlightCurrentLine;
Undocumented in source.
setLine
GodotMethod!(void, long, String) setLine;
Undocumented in source.
setLineAsBookmark
GodotMethod!(void, long, bool) setLineAsBookmark;
Undocumented in source.
setLineAsBreakpoint
GodotMethod!(void, long, bool) setLineAsBreakpoint;
Undocumented in source.
setLineAsHidden
GodotMethod!(void, long, bool) setLineAsHidden;
Undocumented in source.
setLineAsSafe
GodotMethod!(void, long, bool) setLineAsSafe;
Undocumented in source.
setMinimapWidth
GodotMethod!(void, long) setMinimapWidth;
Undocumented in source.
setOverrideSelectedFontColor
GodotMethod!(void, bool) setOverrideSelectedFontColor;
Undocumented in source.
setReadonly
GodotMethod!(void, bool) setReadonly;
Undocumented in source.
setRightClickMovesCaret
GodotMethod!(void, bool) setRightClickMovesCaret;
Undocumented in source.
setSelectingEnabled
GodotMethod!(void, bool) setSelectingEnabled;
Undocumented in source.
setShortcutKeysEnabled
GodotMethod!(void, bool) setShortcutKeysEnabled;
Undocumented in source.
setShowLineNumbers
GodotMethod!(void, bool) setShowLineNumbers;
Undocumented in source.
setSmoothScrollEnable
GodotMethod!(void, bool) setSmoothScrollEnable;
Undocumented in source.
setSyntaxColoring
GodotMethod!(void, bool) setSyntaxColoring;
Undocumented in source.
setText
GodotMethod!(void, String) setText;
Undocumented in source.
setVScroll
GodotMethod!(void, double) setVScroll;
Undocumented in source.
setVScrollSpeed
GodotMethod!(void, double) setVScrollSpeed;
Undocumented in source.
setVirtualKeyboardEnabled
GodotMethod!(void, bool) setVirtualKeyboardEnabled;
Undocumented in source.
setWrapEnabled
GodotMethod!(void, bool) setWrapEnabled;
Undocumented in source.
toggleFoldLine
GodotMethod!(void, long) toggleFoldLine;
Undocumented in source.
undo
GodotMethod!(void) undo;
Undocumented in source.
unfoldLine
GodotMethod!(void, long) unfoldLine;
Undocumented in source.
unhideAllLines
GodotMethod!(void) unhideAllLines;
Undocumented in source.

Meta