box gadget: Make it possible to draw focus

There are widgets which use a box gadget and take focus,
like GtkCheckButton.
This commit is contained in:
Matthias Clasen
2016-02-20 10:43:54 -05:00
parent e837aa69b6
commit ebff86d6f6
2 changed files with 18 additions and 9 deletions

View File

@ -56,6 +56,8 @@ GtkCssGadget * gtk_box_gadget_new_for_node (GtkCssNode
void gtk_box_gadget_set_orientation (GtkBoxGadget *gadget,
GtkOrientation orientation);
void gtk_box_gadget_set_draw_focus (GtkBoxGadget *gadget,
gboolean draw_focus);
void gtk_box_gadget_insert_widget (GtkBoxGadget *gadget,
int pos,