summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-13 22:07:29 +0100
committerIra Rice <irarice@gmail.com>2009-01-15 15:06:47 -0700
commit731dcee8bec7e32d576b0e6a9d98b9a21050362e (patch)
treeb2e289fbe90553f44d289565d46065fa5c41d6f0 /data
parent10a9dbacd9334caede10f1b21d42cdf7e1efcd03 (diff)
downloadmana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.gz
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.bz2
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.xz
mana-client-731dcee8bec7e32d576b0e6a9d98b9a21050362e.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')
-rw-r--r--data/graphics/gui/CMakeLists.txt2
-rw-r--r--data/graphics/gui/Makefile.am2
-rw-r--r--data/graphics/gui/tab.pngbin0 -> 427 bytes
-rw-r--r--data/graphics/gui/tabselected.pngbin0 -> 407 bytes
4 files changed, 4 insertions, 0 deletions
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
--- /dev/null
+++ b/data/graphics/gui/tab.png
Binary files differ
diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png
new file mode 100644
index 00000000..98dd41c6
--- /dev/null
+++ b/data/graphics/gui/tabselected.png
Binary files differ