diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-13 22:07:29 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-15 15:06:47 -0700 |
commit | 731dcee8bec7e32d576b0e6a9d98b9a21050362e (patch) | |
tree | b2e289fbe90553f44d289565d46065fa5c41d6f0 /data/graphics/gui | |
parent | 10a9dbacd9334caede10f1b21d42cdf7e1efcd03 (diff) | |
download | mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.gz mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.bz2 mana-731dcee8bec7e32d576b0e6a9d98b9a21050362e.tar.xz mana-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/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 -> 427 bytes | |||
-rw-r--r-- | data/graphics/gui/tabselected.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..71de8c8b --- /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..98dd41c6 --- /dev/null +++ b/data/graphics/gui/tabselected.png |