Skip to content

Widget List

Andy Williams edited this page Mar 20, 2019 · 4 revisions

This is a list of the standard widgets available in Fyne. For information about creating a new widget )for your project or for fyne) check out the Creating a Widget page.

In alphabetical order:

Box

Box widget is a simple list where the child elements are arranged in a single column for vertical or a single row for horizontal arrangement.

Button

Button widget has a text label and icon, both are optional.

Button Button with Icon

Check

Check widget has a text label and a checked (or unchecked) icon.

Check Check On

Entry

Entry widget allows simple text to be input when focused.

Entry

Form

Form widget is two column grid where each row has a label and a widget (usually an input). The last row of the grid will contain the appropriate form control buttons if any should be shown.

Group

Group widget is list of widgets that contains a visual border around the list and a group title at the top.

Hyperlink

Hyperlink widget is a text component with appropriate padding and layout. When clicked, the URL opens in your default web browser.

Hyperlink

Icon

Icon widget is a basic image component that load's its resource to match the theme.

Icon

Label

Label widget is a label component with appropriate padding and layout.

Label

Progress bar

ProgressBar widget creates a horizontal panel that indicates progress.

Progress

ProgressBarInfinite widget creates a horizontal panel that indicates waiting indefinitely An infinite progress bar loops 0% -> 100% repeatedly until Stop() is called.

Progress Infinite

Radio

Radio widget has a list of text labels and radio check icons next to each.

Radio Radio On

ScrollContainer

ScrollContainer defines a container that is smaller than the Content.

TabContainer

TabContainer widget allows switching visible content from a list of TabItems. Each item is represented by a button at the top of the widget.

Tab Container

Toolbar

Toolbar widget creates a horizontal list of tool buttons.

Toolbar