diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-12-18 07:37:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-12-18 07:37:52 -0500 |
commit | d81f8c102566e5806ebe0b8d57e3e508b10b6f60 (patch) | |
tree | 898aa0d00f4a4e157a5323dbf3605340cc150f1d /gtk/gtkboxprivate.h | |
parent | acd339a9a55f46e098a1e638f866238b6d78daa1 (diff) | |
download | gtk+-d81f8c102566e5806ebe0b8d57e3e508b10b6f60.tar.gz |
box: Add a way to get the gadget
This will be used in GtkButtonBox.
Diffstat (limited to 'gtk/gtkboxprivate.h')
-rw-r--r-- | gtk/gtkboxprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkboxprivate.h b/gtk/gtkboxprivate.h index 9628d3c306..cd997582da 100644 --- a/gtk/gtkboxprivate.h +++ b/gtk/gtkboxprivate.h @@ -20,6 +20,7 @@ #define __GTK_BOX_PRIVATE_H__ #include "gtkbox.h" +#include "gtkcssgadgetprivate.h" G_BEGIN_DECLS @@ -30,6 +31,8 @@ void _gtk_box_set_spacing_set (GtkBox *box, gboolean spacing_set); GList *_gtk_box_get_children (GtkBox *box); +GtkCssGadget *gtk_box_get_gadget (GtkBox *box); + G_END_DECLS |