Libcroco
|
The @page rule abstraction. More...
#include <cr-statement.h>
Data Fields | |
CRDeclaration * | decl_list |
a list of instances of CRDeclaration More... | |
CRString * | name |
page selector. More... | |
CRString * | pseudo |
The @page rule abstraction.
Definition at line 115 of file cr-statement.h.
CRDeclaration* _CRAtPageRule::decl_list |
a list of instances of CRDeclaration
Definition at line 118 of file cr-statement.h.
Referenced by cr_declaration_unlink(), cr_statement_at_page_rule_get_declarations(), cr_statement_at_page_rule_set_declarations(), and cr_statement_new_at_page_rule().
CRString* _CRAtPageRule::name |
page selector.
Is a pseudo selector
Definition at line 121 of file cr-statement.h.
Referenced by cr_statement_new_at_page_rule().
CRString* _CRAtPageRule::pseudo |
Definition at line 122 of file cr-statement.h.
Referenced by cr_statement_new_at_page_rule().