Matthew Barnes
7c2e05401b
Avoid GtkStyle-based "paint" functions.
Use GtkStyleContext-based "render" functions instead.
gtk_paint_arrow() --> gtk_render_arrow()
gtk_paint_box() --> gtk_render_background()
gtk_paint_expander() --> gtk_render_expander()
gtk_paint_flat_box() --> gtk_render_background()
gtk_paint_shadow() --> gtk_render_frame()
gtk_paint_vline() --> gtk_render_line()
2012-11-30 14:28:35 -05:00
..
2012-08-19 14:17:55 -04:00
2012-02-20 10:04:25 -05:00
2012-11-30 14:28:35 -05:00
2012-02-20 10:04:25 -05:00
2012-11-30 15:30:45 +01:00
2012-11-29 18:15:35 -05:00
2012-11-29 13:24:24 -05:00
2012-02-20 10:04:25 -05:00
2012-11-10 15:54:43 -05:00