Home
last modified time | relevance | path

Searched refs:COLOR_BLACK (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_add_widget.py248 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
261 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
274 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
286 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
297 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
308 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
319 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
331 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
345 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
358 test_utils.edit_widget_props("ID_NORMAL_COLOR", test_constants.COLOR_BLACK)
Dtest_constants.py45 COLOR_BLACK = "TEXT" variable
/GUIX-v6.2.1/guix_studio/
Dstudiox_constants.h2 #define COLOR_BLACK 0xff000000 macro
Drich_text_edit_dlg.cpp992 def_cf.crTextColor = GetSysColor(COLOR_BLACK);
Dresource_item.cpp446 gx_context_raw_brush_define(COLOR_BLACK, COLOR_WHITE, GX_BRUSH_SOLID_FILL); in MakeFontPreview()