_CRStyleSheet Struct Reference

An abstraction of a css stylesheet as defined by the css2 spec in chapter 4. More...

#include <cr-stylesheet.h>


Data Fields

CRStatementstatements
 The css statements list.
enum CRStyleOrigin origin
CRStatementparent_import_rule
gpointer croco_data
 custom data used by libcroco
gpointer app_data
 custom application data pointer Can be used by applications.
gulong ref_count
 the reference count of this insance Please, don't never ever modify it directly.


Detailed Description

An abstraction of a css stylesheet as defined by the css2 spec in chapter 4.

Definition at line 57 of file cr-stylesheet.h.


Field Documentation

custom application data pointer Can be used by applications.

Definition at line 74 of file cr-stylesheet.h.

custom data used by libcroco

Definition at line 68 of file cr-stylesheet.h.

Definition at line 62 of file cr-stylesheet.h.

Referenced by cr_cascade_set_sheet().

Definition at line 65 of file cr-stylesheet.h.

the reference count of this insance Please, don't never ever modify it directly.

Use cr_stylesheet_ref() and cr_stylesheet_unref() instead.

Definition at line 82 of file cr-stylesheet.h.

Referenced by cr_stylesheet_ref(), and cr_stylesheet_unref().


The documentation for this struct was generated from the following file:

Generated on Wed Jul 8 15:11:39 2009 for Libcroco by  doxygen 1.5.7.1