Skip to content

Commit

Permalink
Use backend name consistently in screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 1, 2023
1 parent 52b3b46 commit f48e780
Show file tree
Hide file tree
Showing 46 changed files with 28 additions and 25 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ single-page web apps.

.. group-tab:: macOS

.. figure:: /images/toga-demo-macOS.png
.. figure:: /images/toga-demo-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/containers/optioncontainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A container that can display multiple labeled tabs of content.

.. group-tab:: macOS

.. figure:: /reference/images/optioncontainer-macOS.png
.. figure:: /reference/images/optioncontainer-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/containers/scrollcontainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ overflow controlled by scroll bars.

.. group-tab:: macOS

.. figure:: /reference/images/scrollcontainer-macOS.png
.. figure:: /reference/images/scrollcontainer-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/containers/splitcontainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A container that divides an area into two panels with a movable border.

.. group-tab:: macOS

.. figure:: /reference/images/splitcontainer-macOS.png
.. figure:: /reference/images/splitcontainer-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/mainwindow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The main window of the application.

.. group-tab:: macOS

.. figure:: /reference/images/mainwindow-macOS.png
.. figure:: /reference/images/mainwindow-cocoa.png
:align: center
:width: 450px

Expand Down
3 changes: 2 additions & 1 deletion docs/reference/api/widgets/activityindicator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ usually rendered as a "spinner" animation.

.. group-tab:: macOS

.. figure:: /reference/images/activityindicator-macOS.png
.. figure:: /reference/images/activityindicator-cocoa.png
:align: center
:width: 100px

Expand All @@ -35,6 +35,7 @@ usually rendered as a "spinner" animation.
.. .. figure:: /reference/images/activityindicator-web.png
.. :align: center
.. :width: 100px
Screenshot not available

.. group-tab:: Textual |no|
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/button.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A button that can be pressed or clicked.

.. group-tab:: macOS

.. figure:: /reference/images/button-macOS.png
.. figure:: /reference/images/button-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/canvas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A drawing area for 2D vector graphics.

.. group-tab:: macOS

.. figure:: /reference/images/canvas-macOS.png
.. figure:: /reference/images/canvas-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/detailedlist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DetailedList

.. group-tab:: macOS

.. figure:: /reference/images/detailedlist-macOS.png
.. figure:: /reference/images/detailedlist-cocoa.png
:align: center
:width: 450px

Expand Down
6 changes: 4 additions & 2 deletions docs/reference/api/widgets/divider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A separator used to visually distinguish two sections of content in a layout.

.. group-tab:: macOS

.. figure:: /reference/images/divider-macOS.png
.. figure:: /reference/images/divider-cocoa.png
:align: center
:width: 300px

Expand All @@ -25,7 +25,9 @@ A separator used to visually distinguish two sections of content in a layout.

.. group-tab:: Android |no|

Not supported
.. figure:: /reference/images/divider-android.png
:align: center
:width: 300px

.. group-tab:: iOS |no|

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/api/widgets/label.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A text label for annotating forms or interfaces.

.. group-tab:: macOS

.. figure:: /reference/images/label-macOS.png
.. figure:: /reference/images/label-cocoa.png
:align: center
:width: 300px

Expand Down Expand Up @@ -37,7 +37,7 @@ A text label for annotating forms or interfaces.

.. group-tab:: Web |beta|

.. .. figure:: /reference/images/label-macOS.png
.. .. figure:: /reference/images/label-web.png
.. :align: center
.. :width: 300px
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/multilinetextinput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A scrollable panel that allows for the display and editing of multiple lines of

.. group-tab:: macOS

.. figure:: /reference/images/multilinetextinput-macOS.png
.. figure:: /reference/images/multilinetextinput-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/numberinput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A text input that is limited to numeric input.

.. group-tab:: macOS

.. figure:: /reference/images/numberinput-macOS.png
.. figure:: /reference/images/numberinput-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/passwordinput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ not the actual characters.

.. group-tab:: macOS

.. figure:: /reference/images/passwordinput-macOS.png
.. figure:: /reference/images/passwordinput-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/progressbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ known or indeterminate length.

.. group-tab:: macOS

.. figure:: /reference/images/progressbar-macOS.png
.. figure:: /reference/images/progressbar-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/selection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A widget to select a single option from a list of alternatives.

.. group-tab:: macOS

.. figure:: /reference/images/selection-macOS.png
.. figure:: /reference/images/selection-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/slider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and the selected value is shown as a draggable marker.

.. group-tab:: macOS

.. figure:: /reference/images/slider-macOS.png
.. figure:: /reference/images/slider-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/switch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ unchecked). The button has a text label.

.. group-tab:: macOS

.. figure:: /reference/images/switch-macOS.png
.. figure:: /reference/images/switch-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ necessary.

.. group-tab:: macOS

.. figure:: /reference/images/table-macOS.png
.. figure:: /reference/images/table-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/textinput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A widget for the display and editing of a single line of text.

.. group-tab:: macOS

.. figure:: /reference/images/textinput-macOS.png
.. figure:: /reference/images/textinput-cocoa.png
:align: center
:width: 300px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/tree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ provided if necessary.

.. group-tab:: macOS

.. figure:: /reference/images/tree-macOS.png
.. figure:: /reference/images/tree-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/widgets/webview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An embedded web browser.

.. group-tab:: macOS

.. figure:: /reference/images/webview-macOS.png
.. figure:: /reference/images/webview-cocoa.png
:align: center
:width: 450px

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An operating system-managed container of widgets.

.. group-tab:: macOS

.. figure:: /reference/images/window-macOS.png
.. figure:: /reference/images/window-cocoa.png
:align: center
:width: 300px

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f48e780

Please sign in to comment.