class UI::ValidationScenes::DockScene

Defined in:

ui/validation_scenes/dock_scene.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(focal : View, focal_position : Symbol = :above_dock_icon) #

[View source]

Instance Method Detail

def amber_icon_index : Int32 #

Amber icon index in the dock (0-based). Default 3 (4th slot).


[View source]
def amber_icon_index=(amber_icon_index : Int32) #

Amber icon index in the dock (0-based). Default 3 (4th slot).


[View source]
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]