Renamed handleScreenChanged() -> reflowLayout() in the GUI code

svn-id: r23662
This commit is contained in:
Max Horn 2006-08-04 13:55:53 +00:00
parent ca7880df6c
commit 1a10cacfb9
23 changed files with 60 additions and 60 deletions

View file

@ -47,7 +47,7 @@ public:
virtual bool wantsFocus() { return true; }
virtual void handleScreenChanged();
virtual void reflowLayout();
protected:
void drawWidget(bool hilite);