diff options
Diffstat (limited to 'kommander/widgets/pixmaps')
-rw-r--r-- | kommander/widgets/pixmaps/textbold.xpm | 27 | ||||
-rw-r--r-- | kommander/widgets/pixmaps/textcenter.xpm | 27 | ||||
-rw-r--r-- | kommander/widgets/pixmaps/textitalic.xpm | 27 | ||||
-rw-r--r-- | kommander/widgets/pixmaps/textleft.xpm | 27 | ||||
-rw-r--r-- | kommander/widgets/pixmaps/textright.xpm | 27 | ||||
-rw-r--r-- | kommander/widgets/pixmaps/textunder.xpm | 27 |
6 files changed, 162 insertions, 0 deletions
diff --git a/kommander/widgets/pixmaps/textbold.xpm b/kommander/widgets/pixmaps/textbold.xpm new file mode 100644 index 00000000..6787a461 --- /dev/null +++ b/kommander/widgets/pixmaps/textbold.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const bold_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ......... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ........ ", +" ... .... ", +" ... .... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ... ... ", +" .......... ", +" ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textcenter.xpm b/kommander/widgets/pixmaps/textcenter.xpm new file mode 100644 index 00000000..59eeb565 --- /dev/null +++ b/kommander/widgets/pixmaps/textcenter.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const center_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textitalic.xpm b/kommander/widgets/pixmaps/textitalic.xpm new file mode 100644 index 00000000..4cbee92c --- /dev/null +++ b/kommander/widgets/pixmaps/textitalic.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const italic_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ..... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ... ", +" ..... ", +" ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textleft.xpm b/kommander/widgets/pixmaps/textleft.xpm new file mode 100644 index 00000000..129a93a4 --- /dev/null +++ b/kommander/widgets/pixmaps/textleft.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const left_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textright.xpm b/kommander/widgets/pixmaps/textright.xpm new file mode 100644 index 00000000..71544c87 --- /dev/null +++ b/kommander/widgets/pixmaps/textright.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const right_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ............. ", +" ", +" ................. ", +" ", +" ", +" "}; diff --git a/kommander/widgets/pixmaps/textunder.xpm b/kommander/widgets/pixmaps/textunder.xpm new file mode 100644 index 00000000..37882c45 --- /dev/null +++ b/kommander/widgets/pixmaps/textunder.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static const char * const under_xpm[] = { +"22 22 2 1", +" c None", +". c #000000", +" ", +" ", +" ", +" ", +" ..... .... ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... . ", +" ... .. ", +" ... .. ", +" ...... ", +" ", +" ............ ", +" ", +" ", +" "}; |