-
Notifications
You must be signed in to change notification settings - Fork 17
markup
CapsAdmin edited this page Dec 9, 2017
·
26 revisions
- markup:AddColor(color)
- markup:AddFont(font)
- markup:AddString(str, tags)
- markup:AddTable(tbl, tags)
- markup:AddTagStopper()
- markup:Add(var, tags)
- markup:AdvanceCaret(X, Y)
- markup:Backspace()
- markup:BeginLifeTime(time, fade_time)
- markup:CallTagFunction(chunk, name)
- markup:CaretFromPixels(x, y)
- markup:CaretFromPosition(x, y)
- markup:Clear(skip_invalidate)
- markup:CompileString()
- markup:Copy(tags)
- markup:CreateObject(meta, override, skip_gc_callback)
- markup:Cut()
- markup:DeleteSelection(skip_move)
- markup:Delete()
- markup:DrawCaret()
- markup:DrawLineHighlight(y)
- markup:DrawSelection()
- markup:Draw(max_w)
- markup:EndLifeTime()
- markup:Enter()
- markup:GetCaretColor()
- markup:GetCaretPosition()
- markup:GetCaretSubPosition()
- markup:GetControlDown()
- markup:GetCopyTags()
- markup:GetEditable()
- markup:GetFixedSize()
- markup:GetHeightSpacing()
- markup:GetLightMode()
- markup:GetLineWrap()
- markup:GetMaxWidth()
- markup:GetMinimumHeight()
- markup:GetMousePosition()
- markup:GetMultiline()
- markup:GetNextCharacterClassPosition(delta, next_space)
- markup:GetPreserveTabsOnEnter()
- markup:GetSelectStart()
- markup:GetSelectStop()
- markup:GetSelectionColor()
- markup:GetSelection(tags, start, stop)
- markup:GetShiftDown()
- markup:GetSubPosFromPosition(x, y)
- markup:GetSuperLightMode()
- markup:GetTable()
- markup:GetText(tags)
- markup:GetWrappedText()
- markup:Indent(back)
- markup:InsertString(str, skip_move, start_offset, stop_offset)
- markup:InvalidateEditedText()
- markup:Invalidate()
- markup:IsCaretVisible()
- markup:IsSelectable()
- markup:OnCharInput(char)
- markup:OnKeyInput(key)
- markup:OnMouseInput(button, press)
- markup:Paste(str)
- markup:SelectAll()
- markup:SelectCurrentLine()
- markup:SelectCurrentWord()
- markup:SelectStart(x, y)
- markup:SelectStop(x, y)
- markup:SetCaretColor(var)
- markup:SetCaretPosition(x, y)
- markup:SetCaretSubPosition(pos)
- markup:SetControlDown(var)
- markup:SetCopyTags(var)
- markup:SetEditable(b)
- markup:SetFixedSize(var)
- markup:SetHeightSpacing(var)
- markup:SetLightMode(var)
- markup:SetLineWrap(b)
- markup:SetMaxWidth(w)
- markup:SetMinimumHeight(var)
- markup:SetMousePosition(var)
- markup:SetMultiline(var)
- markup:SetPreserveTabsOnEnter(var)
- markup:SetSelectable(var)
- markup:SetSelectionColor(var)
- markup:SetShiftDown(var)
- markup:SetSuperLightMode(var)
- markup:SetTable(tbl, tags)
- markup:SetText(str, tags)
- markup:StringTagsToTable(str)
- markup:SuppressLayout(b)
- markup:TagPanic()
- markup:Unselect()
- markup:Update()