#include <cr-statement.h>
Data Fields | |
| CRSelector * | sel_list |
| A list of instances of #CRSimpeSel. | |
| CRDeclaration * | decl_list |
| A list of instances of CRDeclaration. | |
| CRStatement * | parent_media_rule |
| The parent media rule, or NULL if no parent media rule exists. | |
A ruleset is made of a list of selectors, followed by a list of declarations.
Definition at line 66 of file cr-statement.h.
|
|
A list of instances of CRDeclaration.
Definition at line 72 of file cr-statement.h. Referenced by cr_declaration_unlink(). |
|
|
The parent media rule, or NULL if no parent media rule exists.
Definition at line 78 of file cr-statement.h. |
|
|
A list of instances of #CRSimpeSel.
Definition at line 69 of file cr-statement.h. |
1.3.3