aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h18
1 files changed, 15 insertions, 3 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 557010f1a4..314063cbd6 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -77,7 +77,8 @@ public:
kWidgetBackgroundNo,
kWidgetBackgroundPlain,
kWidgetBackgroundBorder,
- kWidgetBackgroundBorderSmall
+ kWidgetBackgroundBorderSmall,
+ kWidgetBackgroundEditText
};
enum kState {
@@ -337,7 +338,8 @@ private:
kShadowFull = 0,
kShadowSmall = 1,
kShadowButton = 2,
- kShadowSlider = 3
+ kShadowSlider = 3,
+ kShadowEmboss = 4
};
Common::Rect shadowRect(const Common::Rect &r, uint32 shadowStyle);
@@ -436,7 +438,12 @@ public:
kPopUpWidgetBkgdLeft = 42,
kPopUpWidgetBkgd = 43,
- kGUICursor = 44,
+ kEditTextBkgdCorner = 44,
+ kEditTextBkgdTop = 45,
+ kEditTextBkgdLeft = 46,
+ kEditTextBkgd = 47,
+
+ kGUICursor = 48,
kImageHandlesMax
};
@@ -524,6 +531,9 @@ private:
kPopUpWidgetHighlightStart = 42,
kPopUpWidgetHighlightEnd = 43,
+ kEditTextBackgroundStart = 44,
+ kEditTextBackgroundEnd = 45,
+
kColorHandlesMax
};
@@ -549,6 +559,8 @@ private:
kPopUpWidgetFactor = 10,
+ kEditTextFactor = 11,
+
kMaxGradientFactors
};