Skip to content

Commit ea517a0

Browse files
authored
Correct WinForms capitalisation (#682)
1 parent 4f1550b commit ea517a0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

content/contributing/sprint-guide/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ do know, and we'll work together to figure it out from there.
9292

9393
6. **Do you have any other special skills that might be useful?**
9494

95-
Are you familiar with a GUI API (such as Winforms, Cocoa, or GTK)?
95+
Are you familiar with a GUI API (such as WinForms, Cocoa, or GTK)?
9696
Do you have deep knowledge of the internals of a particular
9797
operating system? Are you an expert in a programming language other
9898
than Python? If you don't have any special skills, that's not a

content/news/buzz/a-request-for-your-help/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ progress as a result. The last 6 months has seen:
3636
- An Android backend for Toga;
3737
- A Django backend for Toga, enabling Toga apps to be deployed as web
3838
apps;
39-
- A Winforms backend for Toga, enabling Toga apps to run on Windows with
39+
- A WinForms backend for Toga, enabling Toga apps to run on Windows with
4040
a modern appearance;
4141

4242
Unfortunately, my contract with Jambon is coming to a close - which

content/news/buzz/february-2024-status-update/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ less progress to report!
4848
implement support so that Toga can convert to and from images in that
4949
format.
5050
- We've significantly improved shortcut key handling on GTK and
51-
Winforms, including [improved coverage of non-alphanumeric
51+
WinForms, including [improved coverage of non-alphanumeric
5252
keys](https://github.com/beeware/toga/pull/2415), and support for
5353
[numpad keys](https://github.com/beeware/toga/pull/2232).
5454
- We've [added a MapView

content/news/buzz/july-2023-status-update/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ lives of BeeWare users:
8888
repositories](https://github.com/beeware/briefcase/issues/1270)
8989
6. [Document how to debug an application in popular
9090
IDEs](https://github.com/beeware/briefcase/issues/1393)
91-
7. [Switch Toga's Winforms backend to use native Winforms
91+
7. [Switch Toga's WinForms backend to use native WinForms
9292
imports](https://github.com/beeware/toga/issues/1979)
9393
8. [Switch Toga's Android backend to use native Chaquopy
9494
syntax](https://github.com/beeware/toga/issues/1980)

content/news/buzz/march-2025-status-update/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ improvements in the BeeWare ecosystem.
3232
widgets](https://github.com/beeware/toga/pull/3273). Style updates are
3333
now applied in batch updates, dramatically reducing the amount of
3434
repeated work required when changing the appearance of a widget.
35-
- We [improved the UX of the Winforms Table
35+
- We [improved the UX of the WinForms Table
3636
widget](https://github.com/beeware/toga/pull/3293), ensuring that the
3737
selected row is still visible when a table doesn't have focus.
3838
- We improved Toga's [handling of the asyncio event loop on
3939
Windows](https://github.com/beeware/toga/pull/3270). This change
40-
ensures that Winforms apps always clean up the event loop on exit;
40+
ensures that WinForms apps always clean up the event loop on exit;
4141
previously, it was possible for warnings to be raised on application
4242
exit, caused by open sockets and unawaited co-routines.
4343
- We [modified the handling of alignment style

content/news/buzz/september-2023-status-update/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ September has been a month of slow, but significant progress.
4242
[Font](https://github.com/beeware/toga/pull/1903), and the audit of
4343
[Canvas](https://github.com/beeware/toga/pull/2029) is *almost*
4444
complete.
45-
- We [decoupled the Winforms event loop from the main form in a Toga
45+
- We [decoupled the WinForms event loop from the main form in a Toga
4646
app](https://github.com/beeware/toga/pull/2112). This doesn't have any
4747
immediate impact on existing Toga apps - but it means we're now in a
4848
position to have windowless apps, such as system tray apps.

0 commit comments

Comments
 (0)