Method
MetaShadowFactoryset_params
Declaration [src]
void
meta_shadow_factory_set_params (
MetaShadowFactory* factory,
const char* class_name,
gboolean focused,
MetaShadowParams* params
)
Description [src]
Updates the shadow parameters for a particular class of shadows for either the focused or unfocused state. If the class name does not name an existing class, a new class will be created (the other focus state for that class will have default values assigned to it.)
Parameters
class_name |
const char* |
Name of the class of shadow to set the params for. the default shadow classes are the names of the different theme frame types (normal, dialog, modal_dialog, utility, border, menu, attached) and in addition, popup-menu and dropdown-menu. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
focused |
gboolean |
Whether the shadow is for a focused window. |
|
params |
MetaShadowParams |
New parameter values. |
|
The data is owned by the caller of the function. |