GtkWidget: Add the style-updated signal

This signal is emitted whenever the widget's style changes.
This commit is contained in:
Carlos Garnacho
2010-09-11 12:36:54 +02:00
parent 77ccdfc94e
commit 3c390c9c8e
2 changed files with 36 additions and 0 deletions

View File

@ -416,6 +416,8 @@ struct _GtkWidgetClass
gint *allocated_pos,
gint *allocated_size);
void (* style_updated) (GtkWidget *widget);
/*< private >*/
/* Padding for future expansion */