diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-13 22:07:29 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-13 22:07:29 +0100 |
commit | 5340364ee4b91d5d26358d1ec131016946f2998b (patch) | |
tree | 47fe78a356836a61fa7f6a9df67b742fe18bacc4 /data/graphics/gui | |
parent | ed60c53eb2fe5ef377fc726df796d0aaf2005c6c (diff) | |
download | mana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.gz mana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.bz2 mana-5340364ee4b91d5d26358d1ec131016946f2998b.tar.xz mana-5340364ee4b91d5d26358d1ec131016946f2998b.zip |
Merged Tab and TabbedArea from mainline
Changes mostly done by David Athay.
Currently these widgets are only used in the setup window, where they
replace the previously used TabbedContainer.
Diffstat (limited to 'data/graphics/gui')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 2 | ||||
-rw-r--r-- | data/graphics/gui/tab.png | bin | 0 -> 329 bytes | |||
-rw-r--r-- | data/graphics/gui/tabselected.png | bin | 0 -> 313 bytes |
4 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 1ca4ee72..4065e939 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -29,6 +29,8 @@ SET (FILES rpgfont_wider.png selection.png slider.png + tab.png + tabselected.png target-cursor-blue-l.png target-cursor-blue-m.png target-cursor-blue-s.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 0b7824c9..4cc5b569 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -33,6 +33,8 @@ gui_DATA = \ rpgfont_wider.png \ selection.png \ slider.png \ + tab.png \ + tabselected.png \ target-cursor-blue-l.png \ target-cursor-blue-m.png \ target-cursor-blue-s.png \ diff --git a/data/graphics/gui/tab.png b/data/graphics/gui/tab.png Binary files differnew file mode 100644 index 00000000..91eadf08 --- /dev/null +++ b/data/graphics/gui/tab.png diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png Binary files differnew file mode 100644 index 00000000..e2983060 --- /dev/null +++ b/data/graphics/gui/tabselected.png |