GtkWidget: Add the style-updated signal
This signal is emitted whenever the widget's style changes.
This commit is contained in:
@ -416,6 +416,8 @@ struct _GtkWidgetClass
|
||||
gint *allocated_pos,
|
||||
gint *allocated_size);
|
||||
|
||||
void (* style_updated) (GtkWidget *widget);
|
||||
|
||||
/*< private >*/
|
||||
|
||||
/* Padding for future expansion */
|
||||
|
||||
Reference in New Issue
Block a user