Searched refs:updating_color (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ |
H A D | paint-selector.h | 92 bool updating_color; member in struct:SPPaintSelector
|
H A D | paint-selector.cpp | 296 psel->updating_color = false; 469 updating_color = true; 471 updating_color = false; 649 if (updating_color) { 660 if (updating_color) {
|
H A D | gradient-vector.cpp | 658 g_object_set_data(G_OBJECT(tbl), "updating_color", reinterpret_cast<void*>(1)); 660 g_object_set_data(G_OBJECT(tbl), "updating_color", reinterpret_cast<void*>(0)); 981 g_object_set_data(G_OBJECT(vb), "updating_color", reinterpret_cast<void*>(0)); 1157 g_object_set_data(G_OBJECT(widget), "updating_color", reinterpret_cast<void*>(1)); 1159 g_object_set_data(G_OBJECT(widget), "updating_color", reinterpret_cast<void*>(0)); 1320 void* updating_color = g_object_get_data(G_OBJECT(object), "updating_color"); local 1321 if (updating_color) {
|
Completed in 50 milliseconds