Added OGL to contrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
BIN
contrib/samples/ogl/studio/bitmaps/alignb.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/alignb.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *alignb_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ........",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" ..... .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" ..... ........",
|
||||
" ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/alignl.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/alignl.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *alignl_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ...... ",
|
||||
" .XXXX. ",
|
||||
" .XXXX. ",
|
||||
" .XXXX. ",
|
||||
" ...... ",
|
||||
" ",
|
||||
" ",
|
||||
" ........... ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" ........... ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/alignr.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/alignr.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *alignr_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ...... ",
|
||||
" .XXXX. ",
|
||||
" .XXXX. ",
|
||||
" .XXXX. ",
|
||||
" ...... ",
|
||||
" ",
|
||||
" ",
|
||||
" ........... ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" ........... ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/alignt.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/alignt.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *alignt_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ..... ........",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" ..... .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" ........",
|
||||
" ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/arrow.bmp
Normal file
After Width: | Height: | Size: 382 B |
31
contrib/samples/ogl/studio/bitmaps/arrow.xpm
Normal file
@@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char *arrow_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 22 22 2 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #c0c0c0",
|
||||
/* pixels */
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"#######.##############",
|
||||
"#######..#############",
|
||||
"#######...############",
|
||||
"#######....###########",
|
||||
"#######.....##########",
|
||||
"#######......#########",
|
||||
"#######.......########",
|
||||
"#######........#######",
|
||||
"#######.....##########",
|
||||
"#######..#..##########",
|
||||
"#######.###..#########",
|
||||
"###########..#########",
|
||||
"############..########",
|
||||
"############..########",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/bitmap1.bmp
Normal file
After Width: | Height: | Size: 238 B |
BIN
contrib/samples/ogl/studio/bitmaps/bitmap2.bmp
Normal file
After Width: | Height: | Size: 238 B |
BIN
contrib/samples/ogl/studio/bitmaps/copy.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/copy.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *copy_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 4 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Gray100",
|
||||
"o c #000080",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ...... ",
|
||||
" .XXXX.. ",
|
||||
" .XXXX.X. ",
|
||||
" .X..X.oooooo ",
|
||||
" .XXXXXoXXXXoo ",
|
||||
" .X....oXXXXoXo ",
|
||||
" .XXXXXoX..Xoooo",
|
||||
" .X....oXXXXXXXo",
|
||||
" .XXXXXoX.....Xo",
|
||||
" ......oXXXXXXXo",
|
||||
" oX.....Xo",
|
||||
" oXXXXXXXo",
|
||||
" ooooooooo",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/copysize.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/copysize.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *copysize_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
".......... ... ",
|
||||
".XXXXXXXX. . ",
|
||||
".XXXXXXXX. . ",
|
||||
".XXXXXXXX. .....",
|
||||
".XXXXXXXX. ... ",
|
||||
".......... . ",
|
||||
" ",
|
||||
" . . . . . . ",
|
||||
" ",
|
||||
" . ...... . ",
|
||||
" .XXXX. ",
|
||||
" . ...... . ",
|
||||
" ",
|
||||
" . . . . . . "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/cut.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/cut.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *cut_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c #000080",
|
||||
/* pixels */
|
||||
" ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" .. .. ",
|
||||
" . . ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" X.X ",
|
||||
" X XXX ",
|
||||
" XXX X X ",
|
||||
" X X X X ",
|
||||
" X X X X ",
|
||||
" X X XX ",
|
||||
" XX "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/cutpoint.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/cutpoint.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *cutpoint_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 3 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #800000",
|
||||
"a c #c0c0c0",
|
||||
/* pixels */
|
||||
"aaaaaaaaaaaaaaaa",
|
||||
"aaaaaaaaaaaaaaaa",
|
||||
"aa#aaaaaaaaa#aaa",
|
||||
"aaa#aaaaaaa#aaaa",
|
||||
"aaaa#aaaaa#aaaaa",
|
||||
"aaaaa#...#aaaaaa",
|
||||
"aaaaaa#.#.aaaaaa",
|
||||
".......#........",
|
||||
"aaaaaa#.#.aaaaaa",
|
||||
"aaaaa#...#aaaaaa",
|
||||
"aaaa#aaaaa#aaaaa",
|
||||
"aaa#aaaaaaa#aaaa",
|
||||
"aa#aaaaaaaaa#aaa",
|
||||
"aaaaaaaaaaaaaaaa",
|
||||
"aaaaaaaaaaaaaaaa"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/help.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/help.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *help_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c #008080",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ...... ",
|
||||
" .XXXXX.. ",
|
||||
" .XX...XX.. ",
|
||||
" .X.. .X.. ",
|
||||
" .X.. .XX.. ",
|
||||
" .. .XX.. ",
|
||||
" .XX.. ",
|
||||
" .X.. ",
|
||||
" .X.. ",
|
||||
" .X.. ",
|
||||
" .. ",
|
||||
" .XX.. ",
|
||||
" .XX.. ",
|
||||
" ... "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/helpcs.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/helpcs.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *helpcs_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 2 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #c0c0c0",
|
||||
/* pixels */
|
||||
"################",
|
||||
".########.....##",
|
||||
"..######..###..#",
|
||||
"...####..####...",
|
||||
"....###..####...",
|
||||
".....###..###..#",
|
||||
"......######..##",
|
||||
".......####..###",
|
||||
"........##..####",
|
||||
".....#####..####",
|
||||
"..#..###########",
|
||||
".###..####...###",
|
||||
"####..####...###",
|
||||
"#####..#########",
|
||||
"#####..#########"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/horiz.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/horiz.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *horiz_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ..... ",
|
||||
" .XXX. ",
|
||||
" .XXX. ",
|
||||
" .XXX. ",
|
||||
" ..... ",
|
||||
" ",
|
||||
" ",
|
||||
" ........... ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" ........... ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/linearrow.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/linearrow.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *linearrow_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 3 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #800000",
|
||||
"a c #c0c0c0",
|
||||
/* pixels */
|
||||
"aaaaaaaaaaaaaaaa",
|
||||
"aaaaa#aaaaaaaaaa",
|
||||
"aaaaa##aaaaaaaaa",
|
||||
"aaaaa###aaaaaaaa",
|
||||
"aaaaa####aaaaaaa",
|
||||
"aaaaa#####aaaaaa",
|
||||
".....######.....",
|
||||
".....######.....",
|
||||
"aaaaa#####aaaaaa",
|
||||
"aaaaa####aaaaaaa",
|
||||
"aaaaa###aaaaaaaa",
|
||||
"aaaaa##aaaaaaaaa",
|
||||
"aaaaa#aaaaaaaaaa",
|
||||
"aaaaaaaaaaaaaaaa",
|
||||
"aaaaaaaaaaaaaaaa"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/new.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/new.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *new_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Gray100",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ........ ",
|
||||
" .XXXXXX.. ",
|
||||
" .XXXXXX.X. ",
|
||||
" .XXXXXX.... ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" .XXXXXXXXX. ",
|
||||
" ........... ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/newpoint.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/newpoint.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *newpoint_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 3 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #c0c0c0",
|
||||
"a c #ffff00",
|
||||
/* pixels */
|
||||
"#######a########",
|
||||
"###a###a###a####",
|
||||
"####a##a##a#####",
|
||||
"#####a#a#a######",
|
||||
"################",
|
||||
"##aaa#....#aaa##",
|
||||
"######....######",
|
||||
"................",
|
||||
"######....######",
|
||||
"######....######",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/open.bmp
Normal file
After Width: | Height: | Size: 238 B |
26
contrib/samples/ogl/studio/bitmaps/open.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char *open_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 5 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
"o c Gray100",
|
||||
"O c #bfbf00",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ... ",
|
||||
" . . .",
|
||||
" ..",
|
||||
" ... ...",
|
||||
" .XoX....... ",
|
||||
" .oXoXoXoXo. ",
|
||||
" .XoXoXoXoX. ",
|
||||
" .oXoX..........",
|
||||
" .XoX.OOOOOOOOO.",
|
||||
" .oo.OOOOOOOOO. ",
|
||||
" .X.OOOOOOOOO. ",
|
||||
" ..OOOOOOOOO. ",
|
||||
" ........... ",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/paste.bmp
Normal file
After Width: | Height: | Size: 238 B |
27
contrib/samples/ogl/studio/bitmaps/paste.xpm
Normal file
@@ -0,0 +1,27 @@
|
||||
/* XPM */
|
||||
static char *paste_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 6 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
"o c #808080",
|
||||
"O c #000080",
|
||||
"+ c Gray100",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .... ",
|
||||
" .....XX..... ",
|
||||
".ooo.X..X.ooo. ",
|
||||
".oo. .oo. ",
|
||||
".oo........oo. ",
|
||||
".oooooooooooo. ",
|
||||
".oooooOOOOOOO. ",
|
||||
".oooooO+++++OO ",
|
||||
".oooooO+++++O+O ",
|
||||
".oooooO+OOO+OOO ",
|
||||
".oooooO+++++++O ",
|
||||
".oooooO+OOOOO+O ",
|
||||
" .....O+++++++O ",
|
||||
" OOOOOOOOO "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/preview.bmp
Normal file
After Width: | Height: | Size: 238 B |
26
contrib/samples/ogl/studio/bitmaps/preview.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char *preview_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 5 1",
|
||||
" c Black",
|
||||
". c None",
|
||||
"X c Gray100",
|
||||
"o c #808080",
|
||||
"O c Cyan",
|
||||
/* pixels */
|
||||
" .......",
|
||||
" XXXXXXX ......",
|
||||
" XXXXXXX . .....",
|
||||
" XXXXXXX ....",
|
||||
" XXXXXXXXXX ....",
|
||||
" XXXXXXX ....",
|
||||
" XXXXXX o..o ...",
|
||||
" XXXXX oOO.oo ..",
|
||||
" XXXXX .O..o. ..",
|
||||
" XXXXX ....o. ..",
|
||||
" XXXXX o..Ooo ..",
|
||||
" XXXXXX o..o o..",
|
||||
" XXXXXXX o .",
|
||||
" XXXXXXXXXX . ",
|
||||
" .. "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/print.bmp
Normal file
After Width: | Height: | Size: 238 B |
26
contrib/samples/ogl/studio/bitmaps/print.xpm
Normal file
@@ -0,0 +1,26 @@
|
||||
/* XPM */
|
||||
static char *print_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 5 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Gray100",
|
||||
"o c #808000",
|
||||
"O c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ......... ",
|
||||
" .XXXXXXXX. ",
|
||||
" .X.....X. ",
|
||||
" .XXXXXXXX. ",
|
||||
" .X.....X.... ",
|
||||
" .XXXXXXXX. . .",
|
||||
" .......... . ..",
|
||||
". . . .",
|
||||
"............. .",
|
||||
". ooo . . ",
|
||||
". OOO ... ",
|
||||
"............. . ",
|
||||
" . . . ",
|
||||
" ........... "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/redo.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/redo.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *redo_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 3 1",
|
||||
/* colors */
|
||||
". c #000080",
|
||||
"# c #c0c0c0",
|
||||
"a c #808080",
|
||||
/* pixels */
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"###a....########",
|
||||
"##a.####..###.##",
|
||||
"##.#######.#..##",
|
||||
"##.########...##",
|
||||
"##.#######....##",
|
||||
"##a.#####.....##",
|
||||
"###.a###########",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/save.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/save.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *save_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 4 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c #808000",
|
||||
"o c #808080",
|
||||
/* pixels */
|
||||
" ",
|
||||
" .............. ",
|
||||
" .X. . . ",
|
||||
" .X. ... ",
|
||||
" .X. .X. ",
|
||||
" .X. .X. ",
|
||||
" .X. .X. ",
|
||||
" .X. .X. ",
|
||||
" .XX........oX. ",
|
||||
" .XXXXXXXXXXXX. ",
|
||||
" .XX.........X. ",
|
||||
" .XX...... .X. ",
|
||||
" .XX...... .X. ",
|
||||
" .XX...... .X. ",
|
||||
" ............. "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/straight.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/straight.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *straight_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 2 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #c0c0c0",
|
||||
/* pixels */
|
||||
"################",
|
||||
".........#######",
|
||||
".........#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######..#######",
|
||||
"#######.........",
|
||||
"#######.........",
|
||||
"################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/texttool.bmp
Normal file
After Width: | Height: | Size: 382 B |
31
contrib/samples/ogl/studio/bitmaps/texttool.xpm
Normal file
@@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char *texttool_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 22 22 2 1",
|
||||
/* colors */
|
||||
". c #000000",
|
||||
"# c #c0c0c0",
|
||||
/* pixels */
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"##########..##########",
|
||||
"##########..##########",
|
||||
"#########....#########",
|
||||
"#########....#########",
|
||||
"########.....#########",
|
||||
"########..#...########",
|
||||
"#######..##...########",
|
||||
"#######..###...#######",
|
||||
"######.........#######",
|
||||
"######..####...#######",
|
||||
"######.######...######",
|
||||
"#####..######...######",
|
||||
"####....####......####",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################",
|
||||
"######################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/tick.bmp
Normal file
After Width: | Height: | Size: 220 B |
BIN
contrib/samples/ogl/studio/bitmaps/tick.xpm
Normal file
BIN
contrib/samples/ogl/studio/bitmaps/toback.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/toback.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *toback_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 4 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c #808080",
|
||||
"o c Yellow",
|
||||
/* pixels */
|
||||
" ....... ",
|
||||
" .XXXXX. ",
|
||||
" .XXXXX...... ",
|
||||
" .XXXXX.oooo. ",
|
||||
" .XXXXX.oooo. ",
|
||||
" .XXXXX.oooo. ",
|
||||
" .......oooo. ",
|
||||
" .oooo.......",
|
||||
" .oooo.XXXXX.",
|
||||
" .oooo.XXXXX.",
|
||||
" ......XXXXX.",
|
||||
" .XXXXX.",
|
||||
" .XXXXX.",
|
||||
" .......",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/tofront.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/tofront.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *tofront_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 4 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c #808080",
|
||||
"o c Yellow",
|
||||
/* pixels */
|
||||
" ....... ",
|
||||
" .XXXXX. ",
|
||||
" .XX......... ",
|
||||
" .XX.ooooooo. ",
|
||||
" .XX.ooooooo. ",
|
||||
" .XX.ooooooo. ",
|
||||
" ....ooooooo. ",
|
||||
" .ooooooo....",
|
||||
" .ooooooo.XX.",
|
||||
" .ooooooo.XX.",
|
||||
" .........XX.",
|
||||
" .XXXXX.",
|
||||
" .XXXXX.",
|
||||
" .......",
|
||||
" "
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/undo.bmp
Normal file
After Width: | Height: | Size: 238 B |
25
contrib/samples/ogl/studio/bitmaps/undo.xpm
Normal file
@@ -0,0 +1,25 @@
|
||||
/* XPM */
|
||||
static char *undo_xpm[] = {
|
||||
/* width height num_colors chars_per_pixel */
|
||||
" 16 15 3 1",
|
||||
/* colors */
|
||||
". c #000080",
|
||||
"# c #c0c0c0",
|
||||
"a c #808080",
|
||||
/* pixels */
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"########....a###",
|
||||
"##.###..####.a##",
|
||||
"##..#.#######.##",
|
||||
"##...########.##",
|
||||
"##....#######.##",
|
||||
"##.....#####.a##",
|
||||
"###########a.###",
|
||||
"################",
|
||||
"################",
|
||||
"################",
|
||||
"################"
|
||||
};
|
BIN
contrib/samples/ogl/studio/bitmaps/vert.bmp
Normal file
After Width: | Height: | Size: 238 B |
24
contrib/samples/ogl/studio/bitmaps/vert.xpm
Normal file
@@ -0,0 +1,24 @@
|
||||
/* XPM */
|
||||
static char *vert_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 15 3 1",
|
||||
" c None",
|
||||
". c Black",
|
||||
"X c Yellow",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ........",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" ..... .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" .XXX. .XXXXXX.",
|
||||
" ..... .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" .XXXXXX.",
|
||||
" ........",
|
||||
" ",
|
||||
" "
|
||||
};
|