mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
Fixed typo childen->children
This commit is contained in:
parent
3fea7f296e
commit
f64bb38aa7
@ -28,7 +28,7 @@
|
||||
* @Title: GtkPopoverMenu
|
||||
*
|
||||
* GtkPopoverMenu is a subclass of #GtkPopover that treats its
|
||||
* childen like menus and allows switching between them. It is
|
||||
* children like menus and allows switching between them. It is
|
||||
* meant to be used primarily together with #GtkModelButton, but
|
||||
* any widget can be used, such as #GtkSpinButton or #GtkScale.
|
||||
* In this respect, GtkPopoverMenu is more flexible than popovers
|
||||
|
@ -1692,7 +1692,7 @@ gtk_stack_set_interpolate_size (GtkStack *stack,
|
||||
* @stack: A #GtkStack
|
||||
*
|
||||
* Returns wether the #GtkStack is set up to interpolate between
|
||||
* the sizes of childen on page switch.
|
||||
* the sizes of children on page switch.
|
||||
*
|
||||
* Returns: %TRUE if child sizes are interpolated
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user