aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeDefaultXML.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-07-15 18:53:22 +0000
committerVicent Marti2008-07-15 18:53:22 +0000
commit47119ee8b136184c39cc6ce1a4b7248702f4c16f (patch)
tree09b85ea7e88329a34fec74d717527e9ce616349d /gui/ThemeDefaultXML.cpp
parentb44b37d4ca4f0bbfe2b578dc72d84ba71286cc92 (diff)
downloadscummvm-rg350-47119ee8b136184c39cc6ce1a4b7248702f4c16f.tar.gz
scummvm-rg350-47119ee8b136184c39cc6ce1a4b7248702f4c16f.tar.bz2
scummvm-rg350-47119ee8b136184c39cc6ce1a4b7248702f4c16f.zip
Tab widget / tab drawing for the renderer. Improved text handling.
svn-id: r33076
Diffstat (limited to 'gui/ThemeDefaultXML.cpp')
-rw-r--r--gui/ThemeDefaultXML.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/ThemeDefaultXML.cpp b/gui/ThemeDefaultXML.cpp
index db01adb7c3..0561f4b8d1 100644
--- a/gui/ThemeDefaultXML.cpp
+++ b/gui/ThemeDefaultXML.cpp
@@ -61,6 +61,24 @@ bool ThemeRenderer::loadDefaultXML() {
"<drawstep func = 'roundedsq' stroke = 1 radius = 4 fill = 'none' fg_color = '255, 255, 255' />"
"</drawdata>"
+ "<drawdata id = 'tab_active' cache = false>"
+ "<text vertical_align = 'center' horizontal_align = 'center' color = '255, 255, 255' />"
+ "<drawstep func = 'tab' radius = '8' stroke = '0' fill = 'gradient' gradient_start = '206, 121, 99' gradient_end = '173, 40, 8' shadow = 3 />"
+ "</drawdata>"
+
+ "<drawdata id = 'tab_inactive' cache = false>"
+ "<text vertical_align = 'center' horizontal_align = 'center' color = '255, 255, 255' />"
+ "<drawstep func = 'tab' radius = '8' stroke = '0' fill = 'foreground' fg_color = '206, 121, 99' shadow = 3 />"
+ "</drawdata>"
+
+ "<drawdata id = 'slider_empty' cache = false>"
+ "<drawstep func = 'roundedsq' stroke = 1 radius = 8 fill = 'none' fg_color = '0, 0, 0' />"
+ "</drawdata>"
+
+ "<drawdata id = 'slider_full' cache = false>"
+ "<drawstep func = 'roundedsq' stroke = 1 radius = 8 fill = 'gradient' fg_color = '0, 0, 0' gradient_start = '214, 113, 8' gradient_end = '240, 200, 25' />"
+ "</drawdata>"
+
"<drawdata id = 'popup_idle' cache = false>"
"<drawstep func = 'square' stroke = 0 fg_color = '0, 0, 0' fill = 'gradient' gradient_start = '214, 113, 8' gradient_end = '240, 200, 25' shadow = 3 />"
"<drawstep func = 'triangle' fg_color = '0, 0, 0' fill = 'foreground' width = '12' height = '12' xpos = '-16' ypos = 'center' orientation = 'bottom' />"