mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Merge branch 'fix-doc-packtype' into 'master'
doc: Adapt GtkPackType documentation to GTK4 changes See merge request GNOME/gtk!2858
This commit is contained in:
commit
ba081bf119
@ -343,10 +343,11 @@ typedef enum
|
||||
|
||||
/**
|
||||
* GtkPackType:
|
||||
* @GTK_PACK_START: The child is packed into the start of the box
|
||||
* @GTK_PACK_END: The child is packed into the end of the box
|
||||
* @GTK_PACK_START: The child is packed into the start of the widget
|
||||
* @GTK_PACK_END: The child is packed into the end of the widget
|
||||
*
|
||||
* Represents the packing location #GtkBox children
|
||||
* Represents the packing location of a children in its parent.
|
||||
* See #GtkWindowControls for example.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user