summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-draw.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-06 20:18:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-06 20:18:33 -0500
commitfe40049bb56bc511f63521bcf1cf3889755a11bf (patch)
treea2f88cae839658aab107a012977670af57cdad03 /tdegtk/tdegtk-draw.cpp
parentb83b443d67bd2ab8dc0057e77592f2db0a86b3ca (diff)
downloadgtk3-tqt-engine-fe40049bb56bc511f63521bcf1cf3889755a11bf.tar.gz
gtk3-tqt-engine-fe40049bb56bc511f63521bcf1cf3889755a11bf.zip
Cleanup output clutter.
Diffstat (limited to 'tdegtk/tdegtk-draw.cpp')
-rw-r--r--tdegtk/tdegtk-draw.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/tdegtk/tdegtk-draw.cpp b/tdegtk/tdegtk-draw.cpp
index 74cc4af..33cd63b 100644
--- a/tdegtk/tdegtk-draw.cpp
+++ b/tdegtk/tdegtk-draw.cpp
@@ -1006,7 +1006,7 @@ tdegtk_draw_activity (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,128,0,128);
- printf("[WARNING] tdegtk_draw_activity() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_activity() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -1235,7 +1235,7 @@ tdegtk_draw_cell_background (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,128,64);
- printf("[WARNING] tdegtk_draw_cell_background() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_cell_background() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -1289,7 +1289,7 @@ tdegtk_draw_cell_frame (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,64,64);
- printf("[WARNING] tdegtk_draw_cell_background() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_cell_background() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -1322,7 +1322,7 @@ tdegtk_draw_common (DRAW_ARGS)
TQPainter p(&pd);
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,0,255,255);
- printf("[WARNING] tdegtk_draw_common() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_common() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
GtkStateFlags state;
state = gtk_theming_engine_get_state(engine);
@@ -1701,7 +1701,7 @@ tdegtk_draw_common_background (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,0,0,255);
- printf("[WARNING] tdegtk_draw_common_background() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_common_background() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -1955,7 +1955,7 @@ tdegtk_draw_common_frame (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,128,64,255);
- printf("[WARNING] tdegtk_draw_common_frame() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_common_frame() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
}
@@ -1982,7 +1982,7 @@ tdegtk_draw_expander (DRAW_ARGS)
widget = m_widgetLookup.find(cr, path);
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,255,0);
- printf("[WARNING] tdegtk_draw_expander() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_expander() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
if (p.isActive()) p.end();
#else
@@ -2148,7 +2148,7 @@ tdegtk_draw_extension (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,255,0);
- printf("[WARNING] tdegtk_draw_extension() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_extension() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2243,7 +2243,7 @@ tdegtk_draw_focus (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,128,255,64);
- printf("[WARNING] tdegtk_draw_focus() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_focus() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2321,7 +2321,7 @@ tdegtk_draw_frame_gap (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,128,0);
- printf("[WARNING] tdegtk_draw_frame_gap() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_frame_gap() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2396,7 +2396,7 @@ tdegtk_draw_handle (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,0,128,255);
- printf("[WARNING] tdegtk_draw_handle() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_handle() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2466,7 +2466,7 @@ tdegtk_draw_notebook (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,0,255,0);
- printf("[WARNING] tdegtk_draw_notebook() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_notebook() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2601,7 +2601,7 @@ tdegtk_draw_separator (DRAW_ARGS)
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,128,128,255);
- printf("[WARNING] tdegtk_draw_separator() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_separator() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();
@@ -2683,7 +2683,7 @@ tdegtk_draw_slider (DRAW_ARGS,
else {
DEBUG_FILL_BACKGROUND_WITH_COLOR(p,255,0,255);
- printf("[WARNING] tdegtk_draw_slider() nonfunctional for widget with path '%s'\n\r", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
+ printf("[WARNING] tdegtk_draw_slider() nonfunctional for widget with path '%s'\n", gtk_widget_path_to_string (gtk_theming_engine_get_path(engine))); fflush(stdout);
}
if (p.isActive()) p.end();