Home
last modified time | relevance | path

Searched refs:set_child_dimmed_colour (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h1156 void set_child_dimmed_colour(LiVESWidget *, int dim); // dimmed normal theme for children (insensit…
H A Dwidget-helper.c257 set_child_dimmed_colour(widget, BUTTON_DIM_VAL); // insens, themecols 1, child only in widget_state_cb()
8613 set_child_dimmed_colour(label, BUTTON_DIM_VAL); in lives_standard_label_new()
9651 set_child_dimmed_colour(combo, BUTTON_DIM_VAL); // insens, themecols 1, child only in lives_standard_combo_new()
11611 WIDGET_HELPER_GLOBAL_INLINE void set_child_dimmed_colour(LiVESWidget * widget, int dim) { in set_child_dimmed_colour() function