forked from AuroraMiddleware/gtk
gtkstyleset.h: Add declaration for gtk_style_set_merge().
This commit is contained in:
parent
f969470ad8
commit
530ae15f96
@ -65,6 +65,10 @@ void gtk_style_set_unset_property (GtkStyleSet *set,
|
||||
|
||||
void gtk_style_set_clear (GtkStyleSet *set);
|
||||
|
||||
void gtk_style_set_merge (GtkStyleSet *set,
|
||||
const GtkStyleSet *set_to_merge,
|
||||
gboolean replace);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_STYLE_PROPERTY_SET_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user