mirror of https://github.com/CGAL/cgal
Added an icon that I intend to use in all the demos.
This commit is contained in:
parent
d83692a3e6
commit
660d84ffeb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
/* XPM */
|
||||
extern char * demoicon_xpm[];
|
||||
|
||||
|
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue