diff options
author | Benjamin Otte <otte@redhat.com> | 2010-09-11 01:10:43 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:42 +0200 |
commit | 70e6aba0d04c1be1fa8087d972ff82c22e5b2d2b (patch) | |
tree | 6fad46a220cd9d2cfb3a69406c3e92336c0fb42d /gtk/gtkstyle.h | |
parent | 326f887ae7c48812c23e27cac50a4f3cff00afa8 (diff) | |
download | gtk+-70e6aba0d04c1be1fa8087d972ff82c22e5b2d2b.tar.gz |
API: style: Remove old drawing functions
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 223 |
1 files changed, 0 insertions, 223 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index e4bfb7dc0a..7afaa6f98f 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -433,15 +433,6 @@ GdkPixbuf* gtk_style_render_icon (GtkStyle *style, GtkWidget *widget, const gchar *detail); -void gtk_paint_hline (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x1, - gint x2, - gint y); void gtk_cairo_paint_hline (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -450,15 +441,6 @@ void gtk_cairo_paint_hline (GtkStyle *style, gint x1, gint x2, gint y); -void gtk_paint_vline (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint y1_, - gint y2_, - gint x); void gtk_cairo_paint_vline (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -467,17 +449,6 @@ void gtk_cairo_paint_vline (GtkStyle *style, gint y1_, gint y2_, gint x); -void gtk_paint_shadow (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_shadow (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -488,19 +459,6 @@ void gtk_cairo_paint_shadow (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_arrow (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - GtkArrowType arrow_type, - gboolean fill, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_arrow (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -513,17 +471,6 @@ void gtk_cairo_paint_arrow (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_diamond (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_diamond (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -534,17 +481,6 @@ void gtk_cairo_paint_diamond (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_box (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_box (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -555,17 +491,6 @@ void gtk_cairo_paint_box (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_flat_box (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_flat_box (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -576,17 +501,6 @@ void gtk_cairo_paint_flat_box (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_check (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_check (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -597,17 +511,6 @@ void gtk_cairo_paint_check (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_option (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_option (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -618,17 +521,6 @@ void gtk_cairo_paint_option (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_tab (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_tab (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -639,20 +531,6 @@ void gtk_cairo_paint_tab (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_shadow_gap (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height, - GtkPositionType gap_side, - gint gap_x, - gint gap_width); void gtk_cairo_paint_shadow_gap (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -666,20 +544,6 @@ void gtk_cairo_paint_shadow_gap (GtkStyle *style, GtkPositionType gap_side, gint gap_x, gint gap_width); -void gtk_paint_box_gap (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height, - GtkPositionType gap_side, - gint gap_x, - gint gap_width); void gtk_cairo_paint_box_gap (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -693,18 +557,6 @@ void gtk_cairo_paint_box_gap (GtkStyle *style, GtkPositionType gap_side, gint gap_x, gint gap_width); -void gtk_paint_extension (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height, - GtkPositionType gap_side); void gtk_cairo_paint_extension (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -716,16 +568,6 @@ void gtk_cairo_paint_extension (GtkStyle *style, gint width, gint height, GtkPositionType gap_side); -void gtk_paint_focus (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_focus (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -735,18 +577,6 @@ void gtk_cairo_paint_focus (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_slider (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height, - GtkOrientation orientation); void gtk_cairo_paint_slider (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -758,18 +588,6 @@ void gtk_cairo_paint_slider (GtkStyle *style, gint width, gint height, GtkOrientation orientation); -void gtk_paint_handle (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - GtkShadowType shadow_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - gint width, - gint height, - GtkOrientation orientation); void gtk_cairo_paint_handle (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -781,15 +599,6 @@ void gtk_cairo_paint_handle (GtkStyle *style, gint width, gint height, GtkOrientation orientation); -void gtk_paint_expander (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - GtkExpanderStyle expander_style); void gtk_cairo_paint_expander (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -798,16 +607,6 @@ void gtk_cairo_paint_expander (GtkStyle *style, gint x, gint y, GtkExpanderStyle expander_style); -void gtk_paint_layout (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - gboolean use_text, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - gint x, - gint y, - PangoLayout *layout); void gtk_cairo_paint_layout (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -817,17 +616,6 @@ void gtk_cairo_paint_layout (GtkStyle *style, gint x, gint y, PangoLayout *layout); -void gtk_paint_resize_grip (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - GdkWindowEdge edge, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_resize_grip (GtkStyle *style, cairo_t *cr, GtkStateType state_type, @@ -838,17 +626,6 @@ void gtk_cairo_paint_resize_grip (GtkStyle *style, gint y, gint width, gint height); -void gtk_paint_spinner (GtkStyle *style, - GdkWindow *window, - GtkStateType state_type, - const GdkRectangle *area, - GtkWidget *widget, - const gchar *detail, - guint step, - gint x, - gint y, - gint width, - gint height); void gtk_cairo_paint_spinner (GtkStyle *style, cairo_t *cr, GtkStateType state_type, |