Added an icon that I intend to use in all the demos.

This commit is contained in:
Radu Ursu 2003-09-03 14:39:33 +00:00
parent d83692a3e6
commit 660d84ffeb
3 changed files with 34 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1565,6 +1565,7 @@ Packages/Qt_widget/include/CGAL/IO/pixmaps/arrow.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/back.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/circle.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/constrained.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/demoicon.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/focus.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/focus1.xpm -text
Packages/Qt_widget/include/CGAL/IO/pixmaps/focus1_mask.xpm -text

View File

@ -0,0 +1,3 @@
/* XPM */
extern char * demoicon_xpm[];

View File

@ -2051,3 +2051,33 @@ char * line_small_xpm[] = {
"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO"
};
/* XPM */
static const char *demoicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 7 1",
" c black",
". c #040404",
"X c #333399",
"o c #3300CC",
"O c #0066FF",
"+ c #0099FF",
"@ c #FFFF99",
/* pixels */
"+++OOOOOOOOOOOOO",
"o@@@@@@@@@@@@@@O",
"o@@@@@@@@@@@@@@O",
"o@@@@@@@@@@@@@@O",
"o@@@@@@@@@@@@@@O",
"o@. @@@@@@@@@.@O",
"X..@ @@@@@..@.@O",
"o @@@..@@@.@.@O",
"o..@@ @ @...@.@O",
"o..@..@.@.@.@.@O",
"o@..@...@...@...",
"o@@@@@@.@@@@@@@O",
"o@@@@@..@@@@@@@O",
"o@@@@@@@@@@@@@@O",
"o@@@@@@@@@@@@@@O",
"oooooooooooooooo"
};