aboutsummaryrefslogtreecommitdiff
path: root/gui/TabWidget.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-11-04 03:38:30 +0000
committerJohannes Schickel2007-11-04 03:38:30 +0000
commit0ec41a2d8022f5af042bffec7513e8f2d5e36a1b (patch)
tree8aeb8e4a2c770182c2d7ef08541a8f433e8e6cdd /gui/TabWidget.h
parent7cf5a578275f97f490c85e25409562718e23482f (diff)
downloadscummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.tar.gz
scummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.tar.bz2
scummvm-rg350-0ec41a2d8022f5af042bffec7513e8f2d5e36a1b.zip
- made Widget::_flags private
- reworked state (enabled/disabled/highlighted) handling of widgets - cleanup in ModernTheme.cpp svn-id: r29403
Diffstat (limited to 'gui/TabWidget.h')
-rw-r--r--gui/TabWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/TabWidget.h b/gui/TabWidget.h
index a8c5e07525..bf316a7ac3 100644
--- a/gui/TabWidget.h
+++ b/gui/TabWidget.h
@@ -99,7 +99,7 @@ protected:
// Essentially this compensates for the space taken up by the tab title header.
virtual int16 getChildY() const;
- virtual void drawWidget(bool hilite);
+ virtual void drawWidget();
virtual Widget *findWidget(int x, int y);
};