Tui::Dialog
Inherits Tui::Widget / Tui::Reactive / Reference / Object
Constructors
Confirmation dialog with Yes/No buttons
MC-style mask dialog - no buttons, just Enter/Esc
Instance methods
bg_color
Sourcebg_color=(bg_color : Color)
Sourceborder_color
Sourceborder_color=(border_color : Color)
Sourceborder_style=(border_style : Panel::BorderStyle)
Style - MC dialog colors (classic gray dialogs)
button_bg
Sourcebutton_bg=(button_bg : Color)
Sourcebutton_color
Sourcebutton_color=(button_color : Color)
Sourcebutton_focus_attrs
Sourcebutton_focus_attrs=(button_focus_attrs : Attributes)
Sourcebutton_focus_bg
Sourcebutton_focus_bg=(button_focus_bg : Color)
Sourcebutton_focus_color
Sourcebutton_focus_color=(button_focus_color : Color)
Sourcebuttons
Sourcedraggable
Sourceinput_bg
Sourceinput_bg=(input_bg : Color)
Sourceinput_color
Sourceinput_color=(input_color : Color)
Sourceinput_value
Sourcemessage_color
Sourcemessage_color=(message_color : Color)
Sourcemin_height
Sourcemin_width
Sourceon_close
SourceOverride to handle events for this widget (target/bubble phase) Called after children have had a chance to handle the event
result
Sourceshadow
Sourceshadow_bg
Sourceshadow_bg=(shadow_bg : Color)
Sourceshadow_fg
Sourceshadow_fg=(shadow_fg : Color)
Sourcetitle_color
Sourcetitle_color=(title_color : Color)
Source