CCss.Style – ccss-1 Reference Manual
Packages
ccss-1
CCss
Style
stylesheet
Iterator
@foreach
dump
get_double
get_property
get_string
hash
Style
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"ccss_style_t"
, cprefix =
"ccss_style_"
, free_function =
"ccss_style_destroy"
) ]
public
class
Style
Namespace:
CCss
Package:
ccss-1
Content:
Properties:
public
Stylesheet
stylesheet
{
get
; }
Delegates:
public
delegate
void
Iterator
(
Style
style,
string
property_name)
Methods:
public
void
@foreach
(
Iterator
func)
public
void
dump
()
public
bool
get_double
(
string
property_name,
out
double
value)
public
bool
get_property
(
string
property_name,
out
unowned
Property
value)
public
bool
get_string
(
string
property_name,
out
unowned
string
value)
Fields:
public
static
HashFunc
hash