summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylepropertyprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-11-30 20:37:46 +0100
committerBenjamin Otte <otte@redhat.com>2012-11-30 20:37:46 +0100
commit8560ff88cd4c88bf105e6aa13f428c189e0f6c1b (patch)
tree192a2e280a45fd678ad65b3cadf6e9340260997d /gtk/gtkcssstylepropertyprivate.h
parente0586e3680282a4d57d6812b77c70c136902f920 (diff)
downloadgtk+-8560ff88cd4c88bf105e6aa13f428c189e0f6c1b.tar.gz
styleproperty: Add _gtk_css_style_property_changes_affect_size()
This gives fast access to the question of wether a style update requires a resize.
Diffstat (limited to 'gtk/gtkcssstylepropertyprivate.h')
-rw-r--r--gtk/gtkcssstylepropertyprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcssstylepropertyprivate.h b/gtk/gtkcssstylepropertyprivate.h
index 34411e0693..00d8437a8b 100644
--- a/gtk/gtkcssstylepropertyprivate.h
+++ b/gtk/gtkcssstylepropertyprivate.h
@@ -80,6 +80,9 @@ GtkCssValue * _gtk_css_style_property_get_initial_value
void _gtk_css_style_property_print_value (GtkCssStyleProperty *property,
GtkCssValue *value,
GString *string);
+
+gboolean _gtk_css_style_property_changes_affect_size
+ (const GtkBitmask *changes);
G_END_DECLS