From 5340364ee4b91d5d26358d1ec131016946f2998b Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 13 Jan 2009 22:07:29 +0100 Subject: 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. --- data/graphics/gui/CMakeLists.txt | 2 ++ data/graphics/gui/Makefile.am | 2 ++ data/graphics/gui/tab.png | Bin 0 -> 329 bytes data/graphics/gui/tabselected.png | Bin 0 -> 313 bytes 4 files changed, 4 insertions(+) create mode 100644 data/graphics/gui/tab.png create mode 100644 data/graphics/gui/tabselected.png (limited to 'data/graphics') 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 new file mode 100644 index 00000000..91eadf08 Binary files /dev/null and b/data/graphics/gui/tab.png differ diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png new file mode 100644 index 00000000..e2983060 Binary files /dev/null and b/data/graphics/gui/tabselected.png differ -- cgit v1.2.3-70-g09d2