Docs Index

Guides

Components

  • Lifetime

    Initialize runtime and message loop.
  • State

    Store internal data structures.
  • Background

    Background of View.
  • Badge

    Display a small piece of infromational text on a square blue background.
  • Border

    Border of View.
  • Button

    Base class for button types.
  • Checkbox

    A native themed class representing a checkbox.
  • Combobox

    Choose a single item from a list of items or type a custom value.
  • ComboboxModel

    The model driving the Combobox and Picker.
  • Label

    Display text.
  • LabelButton

    A button with text and icon.
  • Link

    A Link is a label subclass that looks like an HTML link.
  • MaterialButton

    A button implementing Material Design.
  • Painter

    Graphic context.
  • Path

    A ref-counted wrapper of SkPath.
  • Picker

    Choose a single item from a list of items.
  • ProgressBar

    Horizontal bar showing progress.
  • Object

    Root class of refcounted APIs.
  • RadioButton

    A native themed class representing a radio button.
  • ScrollView

    Make any View scrollable.
  • SimpleComboboxModel

    An implementation of ComboboxModel that stores data in memory.
  • SimpleTableModel

    An implementation of TableModel that stores data in memory.
  • Slider

    A bar representing a continuous range of numerical values.
  • TabView

    Multi-page view with tabs.
  • TableModel

    The model driving the TableView.
  • TableView

    Display multiple rows with any number of columns.
  • ToggleButton

    A button that has on/off states.
  • Textarea

    Multi-line Textfield.
  • Textfield

    Single-line text input view.
  • View

    A View is a rectangle within the View hierarchy.
  • WebView

    Chromium WebContents view.
  • Window

    Top-level window.

Structures