GSDL::ScrollTextView
Inherits GSDL::Tweenable < GSDL::Centerable < Reference < Object
Constructors
new(font : Symbol = FontManager.default, font_size : Num = FontManager.default_size, text : String = "", width : Int32 = 200, height : Int32 = 200, x : Float32 | Int32 = 0, y : Float32 | Int32 = 0, origin : Tuple(Float32, Float32) = {0_f32, 0_f32}, color = ColorScheme.get(:ui_text), padding : Int32 = 8, z_index : Int32 = 0, scale : Tuple(Float32 | Int32, Float32 | Int32) = {1_f32, 1_f32})
SourceInstance methods
color=(color : Color)
Sourcecontent_height
Sourcedraw(draw : Draw)
Sourceheight
Sourcemouse_scroll_enabled
Sourcemouse_scroll_reversed
Sourceorigin
Sourceorigin_x
Sourceorigin_y
Sourcepadding
Sourcerender_height
Sourcerender_width
Sourcerender_x
Sourcerender_y
Sourcescale
Sourcescale=(scale : Num)
Sourcescale_x
Sourcescale_x=(scale_x : Num)
Sourcescale_y
Sourcescale_y=(scale_y : Num)
Sourcescroll_down_action
Sourcescroll_keyboard_speed
Sourcescroll_offset
Sourcescroll_speed
Sourcescroll_up_action
Sourcescrollbar_color
Sourcescrollbar_color=(scrollbar_color : Color)
Sourcescrollbar_padding
Sourcescrollbar_width
Sourceshow_scrollbar
Sourcetweens
Sourcewidth
Sourcey=(y : Num)
Sourcez_index
Source