You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/body.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Categories = ["Widgets"]
3
3
+++
4
4
5
-
A **body** is a [[frame]] that contains the main [[app]] content. It is contained within a [[scene]], which is the root node of a window or dialog.
5
+
A **body** is a [[frame]] that contains the main [[app]] content ([[doc:core.Body]]). It is contained within a [[scene]], which is the root node of a window or dialog.
6
6
7
7
The `b` widget in these docs examples represents the body that you typically add widgets to:
Copy file name to clipboardExpand all lines: docs/content/button.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Categories = ["Widgets"]
3
3
+++
4
4
5
-
A **button** is a [[widget]] that a user can click on to trigger an action. See [[func button]] for a button [[bind|bound]] to a function.
5
+
A **button** is a [[widget]] that a user can click on to trigger an action ([[doc:core.Button]]). See [[func button]] for a button [[bind|bound]] to a function.
Copy file name to clipboardExpand all lines: docs/content/canvas.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Categories = ["Widgets"]
3
3
+++
4
4
5
-
A **canvas** is a [[widget]] that allows you to manually render anything. All canvas coordinates are on a normalized 0-1 scale.
5
+
A **canvas** is a [[widget]] that allows you to manually render anything ([[doc:core.Canvas]]). All canvas coordinates are on a normalized 0-1 scale.
6
6
7
7
If you want to render SVG files, use an [[SVG]] widget instead. For images, use an [[image]] widget. For videos, use a [[video]] widget. For HTML, see [[HTML]].
Copy file name to clipboardExpand all lines: docs/content/collapser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Categories = ["Widgets"]
3
3
+++
4
4
5
-
A **collapser** is a [[widget]] that can be collapsed or expanded by a user. It contains a summary part which is always visible, and a details part which is only visible when the collapser is expanded. Collapsers are similar to HTML's `<details>` and `<summary>` tags.
5
+
A **collapser** is a [[widget]] that can be collapsed or expanded by a user ([[doc:core.Collapser]]). It contains a summary part which is always visible, and a details part which is only visible when the collapser is expanded. Collapsers are similar to HTML's `<details>` and `<summary>` tags.
Copy file name to clipboardExpand all lines: docs/content/date-picker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Categories = ["Widgets"]
3
3
+++
4
4
5
-
A **date picker** is a [[widget]] that allows users to select a year, month, and day.
5
+
A **date picker** is a [[widget]] that allows users to select a year, month, and day ([[doc:core.DatePicker]]).
6
6
7
7
Also see a [[time picker]] that allows users to select an hour and minute, a unified [[time picker#time input]] that allows users to select both a date and time using [[text field]]s and [[dialog]]s, and a [[time picker#duration input]].
0 commit comments