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
|
* GtkStackSidebar has a single CSS node with name stacksidebar and
|
||||||
* style class .sidebar.
|
* 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
|
* .needs-attention style class to the widgets representing the stack
|
||||||
* pages.
|
* pages.
|
||||||
*
|
*
|
||||||
|
@ -991,7 +991,7 @@ gtk_switch_class_init (GtkSwitchClass *klass)
|
|||||||
*
|
*
|
||||||
* The ::state-set signal on GtkSwitch is emitted to change the underlying
|
* The ::state-set signal on GtkSwitch is emitted to change the underlying
|
||||||
* state. It is emitted when the user changes the switch position. The
|
* 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.
|
* property.
|
||||||
*
|
*
|
||||||
* To implement delayed state change, applications can connect to this signal,
|
* To implement delayed state change, applications can connect to this signal,
|
||||||
|
Loading…
Reference in New Issue
Block a user