class UI::ValidationScenes::SettingsScene

Defined in:

ui/validation_scenes/settings_scene.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(focal : View, focal_position : Symbol = :single_row, row_label : String = "Setting:") #

[View source]

Instance Method Detail

def build : View #

Build the full scene tree. Returns a UI::View tree ready for rendering.


[View source]
def focal : View #

[View source]
def focal=(focal : View) #

[View source]
def focal_position : Symbol #

[View source]
def focal_position=(focal_position : Symbol) #

[View source]
def row_label : String #

[View source]
def row_label=(row_label : String) #

[View source]