forked from AuroraMiddleware/gtk
box: Remove gadget accessor
This commit is contained in:
parent
23ef6e4a3b
commit
5baaa76bac
@ -1414,12 +1414,6 @@ gtk_box_init (GtkBox *box)
|
||||
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (box));
|
||||
}
|
||||
|
||||
GtkCssGadget *
|
||||
gtk_box_get_gadget (GtkBox *box)
|
||||
{
|
||||
return box->priv->gadget;
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_box_new:
|
||||
* @orientation: the box’s orientation.
|
||||
|
@ -24,12 +24,8 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
GList *_gtk_box_get_children (GtkBox *box);
|
||||
|
||||
GtkCssGadget *gtk_box_get_gadget (GtkBox *box);
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_BOX_PRIVATE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user