![]() |
![]() |
![]() |
CCD Reference Manual | ![]() |
---|---|---|---|---|
typedef ccd_selector_group_t; ccd_selector_group_t* ccd_selector_group_new (void); void ccd_selector_group_free (ccd_selector_group_t *self); void ccd_selector_group_apply (ccd_selector_group_t const *self, ccd_style_t *style); void ccd_selector_group_dump (ccd_selector_group_t const *self);
typedef struct ccd_selector_group_ ccd_selector_group_t;
Represents a set of associated styling information.
ccd_selector_group_t* ccd_selector_group_new (void);
Create an empty selector group.
A newly allocated ccd_selector_group_t.
Returns : |
void ccd_selector_group_free (ccd_selector_group_t *self);
Free the selector group and all associated resources.
|
a ccd_selector_group_t. |
void ccd_selector_group_apply (ccd_selector_group_t const *self, ccd_style_t *style);
Apply the styling information held by self to style.
|
a ccd_selector_group_t. |
|
a ccd_style_t. |
void ccd_selector_group_dump (ccd_selector_group_t const *self);
Print informations about the internal state of this object.
|
a ccd_selector_group_t. |