mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
A few more documentation fixes
This commit is contained in:
parent
c5369356e8
commit
1331b60029
@ -49,7 +49,7 @@
|
||||
* GtkStackSidebar has a single CSS node with name stacksidebar and
|
||||
* style class .sidebar.
|
||||
*
|
||||
* When circumstances require it, GtkStackSwitcher adds the
|
||||
* When circumstances require it, GtkStackSidebar adds the
|
||||
* .needs-attention style class to the widgets representing the stack
|
||||
* pages.
|
||||
*
|
||||
|
@ -991,7 +991,7 @@ gtk_switch_class_init (GtkSwitchClass *klass)
|
||||
*
|
||||
* The ::state-set signal on GtkSwitch is emitted to change the underlying
|
||||
* state. It is emitted when the user changes the switch position. The
|
||||
* default handler keeps the state in sync with the #GtkState:active
|
||||
* default handler keeps the state in sync with the #GtkSwitch:active
|
||||
* property.
|
||||
*
|
||||
* To implement delayed state change, applications can connect to this signal,
|
||||
|
Loading…
Reference in New Issue
Block a user