[gtk+] Add icons for frame buttons



commit 7d71f8888d54709537941c533c6ac157cd117304
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 16 19:11:26 2013 -0400

    Add icons for frame buttons
    
    Add window-minimize, window-maximize, window-restore and window-delete
    icons to the builtin icon theme. These will be used for icons in
    the window buttons, and the expectation is that the icon theme
    will provide icons matching the desired decoration style.
    
    window-delete is used instead of window-close, since window-close
    is also used for GTK_STOCK_CLOSE, and the two may require different
    styles when used inside the application vs in the window frame.

 gtk/Makefile.am                        |    4 ++++
 gtk/stock-icons/16/window-delete.png   |  Bin 0 -> 220 bytes
 gtk/stock-icons/16/window-maximize.png |  Bin 0 -> 166 bytes
 gtk/stock-icons/16/window-minimize.png |  Bin 0 -> 145 bytes
 gtk/stock-icons/16/window-restore.png  |  Bin 0 -> 340 bytes
 5 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 4efdd3f..03f3e31 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1376,6 +1376,10 @@ STOCK_ICONS = \
        stock-icons/16/list-add.png                     \
        stock-icons/16/media-optical.png                \
        stock-icons/16/window-close.png                 \
+       stock-icons/16/window-minimize.png              \
+       stock-icons/16/window-maximize.png              \
+       stock-icons/16/window-restore.png               \
+       stock-icons/16/window-delete.png                \
        stock-icons/16/gtk-connect.png                  \
        stock-icons/16/gtk-convert.png                  \
        stock-icons/16/edit-clear.png                   \
diff --git a/gtk/stock-icons/16/window-delete.png b/gtk/stock-icons/16/window-delete.png
new file mode 100644
index 0000000..429401c
Binary files /dev/null and b/gtk/stock-icons/16/window-delete.png differ
diff --git a/gtk/stock-icons/16/window-maximize.png b/gtk/stock-icons/16/window-maximize.png
new file mode 100644
index 0000000..6f10840
Binary files /dev/null and b/gtk/stock-icons/16/window-maximize.png differ
diff --git a/gtk/stock-icons/16/window-minimize.png b/gtk/stock-icons/16/window-minimize.png
new file mode 100644
index 0000000..a22e3c4
Binary files /dev/null and b/gtk/stock-icons/16/window-minimize.png differ
diff --git a/gtk/stock-icons/16/window-restore.png b/gtk/stock-icons/16/window-restore.png
new file mode 100644
index 0000000..5e3ad4c
Binary files /dev/null and b/gtk/stock-icons/16/window-restore.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]