aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummclassic
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-12-22 10:31:01 +0000
committerJordi Vilalta Prat2008-12-22 10:31:01 +0000
commit2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f (patch)
tree46e6a311cdb21e5faf81dad895872ba4780bed15 /gui/themes/scummclassic
parent1ccce41c8fde4430671acc835c5f2f7b8caba2fb (diff)
downloadscummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.gz
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.tar.bz2
scummvm-rg350-2ec51ef3585d9450ddf21cff9212c0bc7f0b6a3f.zip
Allow the disabled state of the popup widget to be themed
svn-id: r35480
Diffstat (limited to 'gui/themes/scummclassic')
-rw-r--r--gui/themes/scummclassic/classic_gfx.stx21
1 files changed, 20 insertions, 1 deletions
diff --git a/gui/themes/scummclassic/classic_gfx.stx b/gui/themes/scummclassic/classic_gfx.stx
index cbf8f8f448..911ef585aa 100644
--- a/gui/themes/scummclassic/classic_gfx.stx
+++ b/gui/themes/scummclassic/classic_gfx.stx
@@ -238,6 +238,25 @@
/>
</drawdata>
+ <drawdata id = 'popup_disabled' cache = 'false'>
+ <drawstep func = 'bevelsq'
+ bevel = '2'
+ fill = 'none'
+ />
+ <drawstep func = 'triangle'
+ fg_color = 'lightgrey'
+ fill = 'foreground'
+ width = 'height'
+ height = 'auto'
+ xpos = 'right'
+ ypos = 'center'
+ orientation = 'bottom'
+ />
+ <text font = 'text_disabled'
+ vertical_align = 'center'
+ horizontal_align = 'left'
+ />
+ </drawdata>
<drawdata id = 'popup_hover' cache = 'false'>
<drawstep func = 'bevelsq'
@@ -361,4 +380,4 @@
bevel = '2'
/>
</drawdata>
-</render_info> \ No newline at end of file
+</render_info>