yvt/Stella2

Common widgets

Opened this issue · 0 comments

yvt commented
  • Label (tcw3::ui::views::label::Label)
    • Already in use
  • Button (tcw3::ui::views::button::Button)
    • Already in use
    • Keyboard input (2d116af)
  • Scrollbar (tcw3::ui::views::scrollbar::Scrollbar)
    • Already in use
  • Single-line text field (tcw3::ui::views::entry::Entry)
  • Multi-line text field
    • To be used in a chat message input
    • Rendering
    • Text input
    • Selection by mouse
    • Selection by keyboard
    • Clipboard operations
    • Scrolling
    • Undo
    • API for accessing contents
  • Checkbox (tcw3::ui::views::checkbox::Checkbox, d2daca7)
    • To be used in a preferences dialog
    • Keyboard input (2d116af)
  • Radio button (tcw3::ui::views::checkbox::RadioButton, c636a51)
    • To be used in a preferences dialog
    • Keyboard input (2d116af)
  • Slider (tcw3::ui::views::slider::Slider, 6cbd6cd)
    • To be used in a preferences dialog
    • Basic functionality
    • Keyboard input (e597d80)
    • Tick marks (bf9a420)
    • Custom labels (cd89ad8)