mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
box gadget: Add some documentation
This commit is contained in:
parent
2677eee720
commit
c71089a038
@ -27,6 +27,12 @@
|
||||
#include "gtksizerequest.h"
|
||||
#include "gtkwidgetprivate.h"
|
||||
|
||||
/* GtkBoxGadget is a container gadget implementation that arranges its
|
||||
* children in a row, either horizontally or vertically. Children can
|
||||
* be either widgets or gadgets, and can be set to expand horizontally
|
||||
* or vertically, or both.
|
||||
*/
|
||||
|
||||
typedef struct _GtkBoxGadgetPrivate GtkBoxGadgetPrivate;
|
||||
struct _GtkBoxGadgetPrivate {
|
||||
GtkOrientation orientation;
|
||||
@ -389,9 +395,9 @@ gtk_box_gadget_new_for_node (GtkCssNode *node,
|
||||
|
||||
GtkCssGadget *
|
||||
gtk_box_gadget_new (const char *name,
|
||||
GtkWidget *owner,
|
||||
GtkCssGadget *parent,
|
||||
GtkCssGadget *next_sibling)
|
||||
GtkWidget *owner,
|
||||
GtkCssGadget *parent,
|
||||
GtkCssGadget *next_sibling)
|
||||
{
|
||||
GtkCssNode *node;
|
||||
GtkCssGadget *result;
|
||||
|
Loading…
Reference in New Issue
Block a user