Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
OrbTk-mirror
OrbTk-mirror
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • OrbTk-mirrorOrbTk-mirror
  • Issues
  • #99

Closed
Open
Opened Nov 22, 2018 by Michael Aaron Murphy@mmstickMaintainer

Possible Button Widgets

Button

A button which may have either a label, an image, or a custom widget. Provides the Button trait that all other buttons inherit and build upon.

ToggleButton

Example

When clicked, toggles between "on" and "off" states. Like a Button, it may be a label or a custom widget.

Switch

Example

A ToggleButton with a switch animation.

CheckButton

Example

A ToggleButton displayed as a checkbox with a label.

RadialButton

Example

Individually acts as a CheckButton, but when grouped with other RadialButtons, only one option can be toggled on at a time

MenuButton

Example

Displays a popover container when clicked. Hides when clicked again or clicked outside

LinkButton

Example

A label that is a hyperlink

ComboBox

Example

Button with a drop down list of possible options. Displays the active selection.

ButtonBox

Example

Container for arranging buttons

SpinButton

Example

Entry with a value (such as a number) with + / - buttons to increment / decrement the value

ColorButton

Example

Button for choosing and displaying the active color.

FontButton

Example

Button for choosing and displaying the active font.

FileButton

Example

Button for choosing and displaying the active file

Edited Nov 24, 2018 by Michael Aaron Murphy
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/orbtk-mirror#99