From 731dcee8bec7e32d576b0e6a9d98b9a21050362e 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 -> 427 bytes data/graphics/gui/tabselected.png | Bin 0 -> 407 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') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 71031113..e5ecaa12 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -32,6 +32,8 @@ SET (FILES slider.png speech_bubble.png speech_bubble.xml + 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 b2c499f0..1878fe5a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -38,6 +38,8 @@ gui_DATA = \ slider.png \ speech_bubble.png \ speechbubble.xml \ + 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..71de8c8b 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..98dd41c6 Binary files /dev/null and b/data/graphics/gui/tabselected.png differ -- cgit v1.2.3-70-g09d2