Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
53
cde/programs/dticon/pixmaps/SelectArea.pm
Normal file
53
cde/programs/dticon/pixmaps/SelectArea.pm
Normal file
@@ -0,0 +1,53 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: SelectArea.pm /main/3 1995/07/18 16:10:23 drk $ */
|
||||
/*********************************************************************
|
||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company
|
||||
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
||||
* Novell, Inc.
|
||||
**********************************************************************/
|
||||
static char * SelectArea [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 3 1 -1 -1",
|
||||
/* colors */
|
||||
" s background m black c #949494949494",
|
||||
". s iconColor1 m black c black",
|
||||
"X s iconColor2 m white c white",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .... .. .. .. .. .... ",
|
||||
" .... .. .. .. .. .... ",
|
||||
" ..XXX XX XX XX XX X..X ",
|
||||
" ..XXXX XX XX XX XX ..XX ",
|
||||
" XX XX ",
|
||||
" X X ",
|
||||
" .. .. ",
|
||||
" ..X ..X ",
|
||||
" XX XX ",
|
||||
" X X ",
|
||||
" .. .. ",
|
||||
" ..X ..X ",
|
||||
" XX XX ",
|
||||
" X X ",
|
||||
" .. .. ",
|
||||
" ..X ..X ",
|
||||
" XX XX ",
|
||||
" X X ",
|
||||
" .. .. ",
|
||||
" ..X ..X ",
|
||||
" .... .. .. .. .. ....XX ",
|
||||
" .... .. .. .. .. ....XX ",
|
||||
" XXXX XX XX XX XX XXXXX ",
|
||||
" XXXX XX XX XX XX XXXX ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user