luxe: ui/text.control
import "luxe: ui/text.control" for Datano docs found
Variables
Section titled “Variables”var text : String = ""var align : TextAlignH = TextAlignH.leftvar align_vertical : TextAlignV = TextAlignV.centervar override : Object = ObjectTextAlignH
Section titled “TextAlignH”import "luxe: ui/text.control" for TextAlignHno docs found
TextAlignH.left
Section titled “TextAlignH.left”TextAlignH.left : unknownno docs found
TextAlignH.center
Section titled “TextAlignH.center”TextAlignH.center : unknownno docs found
TextAlignH.right
Section titled “TextAlignH.right”TextAlignH.right : unknownno docs found
TextAlignV
Section titled “TextAlignV”import "luxe: ui/text.control" for TextAlignVno docs found
TextAlignV.top
Section titled “TextAlignV.top”TextAlignV.top : unknownno docs found
TextAlignV.center
Section titled “TextAlignV.center”TextAlignV.center : unknownno docs found
TextAlignV.bottom
Section titled “TextAlignV.bottom”TextAlignV.bottom : unknownno docs found
UIText
Section titled “UIText”import "luxe: ui/text.control" for UITextno docs found
UIText.override(.)
Section titled “UIText.override(.)”UIText.override(text : Control) : TextInfono docs found
UIText.override_text(.)
Section titled “UIText.override_text(.)”UIText.override_text(text : Control) : LabelInfono docs found
UIText.create(.)
Section titled “UIText.create(.)”UIText.create(ui_entity : Any) : UITextno docs found
UIText.select_all(.)
Section titled “UIText.select_all(.)”UIText.select_all(control : Control) : unknownno docs found
UIText.has_selected(.)
Section titled “UIText.has_selected(.)”UIText.has_selected(control : Control) : Boolno docs found
UIText.invalidate(..)
Section titled “UIText.invalidate(..)”UIText.invalidate(control : Control, change_before : String) : unknownno docs found
UIText.set_text(..)
Section titled “UIText.set_text(..)”UIText.set_text(control : Control, text : String) : unknownno docs found
UIText.get_text(.)
Section titled “UIText.get_text(.)”UIText.get_text(control : Control) : Stringno docs found
UIText.get_font(.)
Section titled “UIText.get_font(.)”UIText.get_font(control : Control) : unknownno docs found
UIText.set_font(..)
Section titled “UIText.set_font(..)”UIText.set_font(control : Control, font : Font) : unknownno docs found
UIText.set_color(..)
Section titled “UIText.set_color(..)”UIText.set_color(control : Control, color : Color) : unknownno docs found
UIText.get_color(.)
Section titled “UIText.get_color(.)”UIText.get_color(control : Control) : Colorno docs found
UIText.set_text_size(..)
Section titled “UIText.set_text_size(..)”UIText.set_text_size(control : Control, size : Num) : Noneno docs found
UIText.get_text_size(.)
Section titled “UIText.get_text_size(.)”UIText.get_text_size(control : Control) : Numno docs found
UIText.set_align(..)
Section titled “UIText.set_align(..)”UIText.set_align(control : Control, align : TextAlign) : Noneno docs found
UIText.get_align(.)
Section titled “UIText.get_align(.)”UIText.get_align(control : Control) : TextAlignno docs found
UIText.set_align_vertical(..)
Section titled “UIText.set_align_vertical(..)”UIText.set_align_vertical(control : Control, align : TextAlign) : unknownno docs found
UIText.get_align_vertical(.)
Section titled “UIText.get_align_vertical(.)”UIText.get_align_vertical(control : Control) : Textno docs found