summaryrefslogtreecommitdiffstats
path: root/src/buttons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buttons.h')
-rw-r--r--src/buttons.h130
1 files changed, 130 insertions, 0 deletions
diff --git a/src/buttons.h b/src/buttons.h
new file mode 100644
index 0000000..79fd729
--- /dev/null
+++ b/src/buttons.h
@@ -0,0 +1,130 @@
+static const char *kdelogo[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 8 1",
+" c None",
+". c #000000",
+"+ c #A0A0A4",
+"@ c #FFFFFF",
+"# c #585858",
+"$ c #C0C0C0",
+"% c #808080",
+"& c #DCDCDC",
+" ",
+" .. .. ",
+" .+@. .@#. ",
+" .@@@. .@@@# ",
+" .@@@..$@@$. ",
+" .@@@.@@@$. ",
+" .@@@%@@$. ",
+" .@@@&@@. ",
+" .@@@@@@. ",
+" .@@@$@@&. ",
+" .@@@.@@@. ",
+" .@@@.+@@@. ",
+" .@@@..$@@&. ",
+" .@@%. .@@@. ",
+" .... ... ",
+" "};
+
+
+/* XPM */
+static const char *question_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 14 2 1",
+" c black",
+". c None",
+/* pixels */
+"................",
+"..... .....",
+".... ....",
+".... .... ....",
+".... .... ....",
+"......... .....",
+"........ .....",
+"........ ......",
+"....... .......",
+"....... .......",
+"....... .......",
+"................",
+"....... .......",
+"....... ......."
+};
+/* XPM */
+static const char * sticky_xpm[] = {
+"16 14 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" .... ",
+" .. .. ",
+" .. ",
+" .. ",
+" .. ",
+" ",
+" .. ",
+" .. ",
+" ",
+" ",
+" "};
+
+/* XPM */
+static const char * iconify_xpm[] = {
+"16 14 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" .......... ",
+" .......... "};
+
+/* XPM */
+static const char * maximze_xpm[] = {
+"16 14 2 1",
+" c None",
+". c #000000",
+" ",
+" ............. ",
+" ............. ",
+" ............. ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" ............. "};
+/* XPM */
+static const char * close_xpm[] = {
+"16 14 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ... ... ",
+" ... ... ",
+" ... ... ",
+" ... ... ",
+" ..... ",
+" ... ",
+" ..... ",
+" ... ... ",
+" ... ... ",
+" ... ... ",
+" ... ... ",
+" "};
+