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:
		| @ -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, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen