]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssstylefuncsprivate.h
TextView: Properly render background
[~andy/gtk] / gtk / gtkcssstylefuncsprivate.h
index d4d2932b399dc9ac1b0cbdfdb68b1e75b1859d56..df13b809490bf6c90228df51fd8f54989d665a88 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_CSS_STYLE_FUNCS_PRIVATE_H__
 #define __GTK_CSS_STYLE_FUNCS_PRIVATE_H__
 
 #include "gtkcssparserprivate.h"
+#include "gtkstylecontext.h"
+#include "gtkcssvalueprivate.h"
 
 G_BEGIN_DECLS
 
-gboolean            _gtk_css_style_parse_value             (GValue                 *value,
-                                                            GtkCssParser           *parser,
-                                                            GFile                  *base);
-void                _gtk_css_style_print_value             (const GValue           *value,
-                                                            GString                *string);
+gboolean            _gtk_css_style_parse_value             (GValue                  *value,
+                                                            GtkCssParser            *parser);
+void                _gtk_css_style_print_value             (const GValue            *value,
+                                                            GString                 *string);
+GtkCssValue *       _gtk_css_style_compute_value           (GtkStyleProviderPrivate *provider,
+                                                            GtkCssComputedValues    *values,
+                                                            GtkCssComputedValues    *parent_values,
+                                                           GType                    target_type,
+                                                            GtkCssValue             *specified,
+                                                            GtkCssDependencies      *dependencies);
 
 G_END_DECLS