libcss
Loading...
Searching...
No Matches
Functions | Variables
assets Namespace Reference

Functions

 ifndef (name)
 

Variables

str copyright
 
str include_propget
 
str include_calc
 
str calc_unions
 
dict assets = {}
 

Function Documentation

◆ ifndef()

assets.ifndef (   name)

Variable Documentation

◆ assets

dict assets.assets = {}

◆ calc_unions

str assets.calc_unions
Initial value:
1= '''\
2
3typedef union {
4 css_fixed value;
5 lwc_string *calc;
6} css_fixed_or_calc;
7'''

◆ copyright

str assets.copyright
Initial value:
1= '''\
2/*
3 * This file is part of LibCSS
4 * Licensed under the MIT License,
5 * http://www.opensource.org/licenses/mit-license.php
6 * Copyright 2017 The NetSurf Project
7 */
8
9'''

◆ include_calc

str assets.include_calc
Initial value:
1= '''\
2
3#include "select/calc.h"
4'''

◆ include_propget

str assets.include_propget
Initial value:
1= '''\
2
3#include "select/propget.h"
4'''