diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-30 20:37:46 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-30 20:37:46 +0100 |
commit | 8560ff88cd4c88bf105e6aa13f428c189e0f6c1b (patch) | |
tree | 192a2e280a45fd678ad65b3cadf6e9340260997d /gtk/gtkcssstylepropertyprivate.h | |
parent | e0586e3680282a4d57d6812b77c70c136902f920 (diff) | |
download | gtk+-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.h | 3 |
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 |