diff options
author | Benjamin Otte <otte@redhat.com> | 2010-09-08 15:29:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:39 +0200 |
commit | ff974856951d09580aae42053a25139e6d724747 (patch) | |
tree | ebcf8cdba18f870c9e61869348027794fdacfa35 /gtk/gtkcheckbutton.h | |
parent | be8a398bb575966445b31d535accb8684cc782c7 (diff) | |
download | gtk+-ff974856951d09580aae42053a25139e6d724747.tar.gz |
API: checkbutton: Port to draw vfunc
Requires changing the API of the draw_indicator vfunc.
Diffstat (limited to 'gtk/gtkcheckbutton.h')
-rw-r--r-- | gtk/gtkcheckbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h index 90e65c2ec8..1ea6e31dbe 100644 --- a/gtk/gtkcheckbutton.h +++ b/gtk/gtkcheckbutton.h @@ -58,7 +58,7 @@ struct _GtkCheckButtonClass GtkToggleButtonClass parent_class; void (* draw_indicator) (GtkCheckButton *check_button, - GdkRectangle *area); + cairo_t *cr); /* Padding for future expansion */ void (*_gtk_reserved1) (void); |