docs: don't use property syntax for style properties
This commit is contained in:
parent
e629a6b739
commit
1f1a02b91f
@ -3549,7 +3549,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
* GtkWidget:separator-width:
|
||||
*
|
||||
* The "separator-width" style property defines the width of separators.
|
||||
* This property only takes effect if #GtkWidget:wide-separators is %TRUE.
|
||||
* This property only takes effect if the "wide-separators" style property is %TRUE.
|
||||
*
|
||||
* Since: 2.10
|
||||
*/
|
||||
@ -3564,7 +3564,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
* GtkWidget:separator-height:
|
||||
*
|
||||
* The "separator-height" style property defines the height of separators.
|
||||
* This property only takes effect if #GtkWidget:wide-separators is %TRUE.
|
||||
* This property only takes effect if the "wide-separators" style property is %TRUE.
|
||||
*
|
||||
* Since: 2.10
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user