-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from gtk-rs/create-pull-request/patch
Update GIR files (2023-09-17)
- Loading branch information
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4016,6 +4016,9 @@ two tangents -- the direction of the path going into the | |
point, and the direction coming out of it. The @direction | ||
argument lets you choose which one to get. | ||
|
||
If the path is just a single point (e.g. a circle with | ||
radius zero), then @tangent is set to `0, 0`. | ||
|
||
If you want to orient something in the direction of the | ||
path, [[email protected]_rotation] may be more | ||
convenient to use.</doc> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87078,13 +87078,13 @@ See [[email protected]::state-set] for details. | |
|
||
``` | ||
switch | ||
├── label | ||
├── label | ||
├── image | ||
├── image | ||
╰── slider | ||
``` | ||
|
||
`GtkSwitch` has four css nodes, the main node with the name switch and | ||
subnodes for the slider and the on and off labels. Neither of them is | ||
subnodes for the slider and the on and off images. Neither of them is | ||
using any style classes. | ||
|
||
# Accessibility | ||
|