diff options
| author | Max Horn | 2002-07-12 16:24:11 +0000 |
|---|---|---|
| committer | Max Horn | 2002-07-12 16:24:11 +0000 |
| commit | e34571dca90689bd7367697c842927994a38d62d (patch) | |
| tree | 017bb4761fc65a9b517c2f08a45d17a20bd6a813 /newgui.h | |
| parent | c99d9a57c0e6d3d24c3f6c51c50612a228f17158 (diff) | |
| download | scummvm-rg350-e34571dca90689bd7367697c842927994a38d62d.tar.gz scummvm-rg350-e34571dca90689bd7367697c842927994a38d62d.tar.bz2 scummvm-rg350-e34571dca90689bd7367697c842927994a38d62d.zip | |
Countless changes to the New GUI; some hightligths: new ScrollBarWidget class; ListWidget is usable (demo shows it off); added custom String/StringList classes
svn-id: r4521
Diffstat (limited to 'newgui.h')
| -rw-r--r-- | newgui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ public: void line(int x, int y, int x2, int y2, byte color); void blendRect(int x, int y, int w, int h, byte color); void fillRect(int x, int y, int w, int h, byte color); + void checkerRect(int x, int y, int w, int h, byte color); void frameRect(int x, int y, int w, int h, byte color); void addDirtyRect(int x, int y, int w, int h); void drawChar(const char c, int x, int y); |
