~registry/codeblocks/trunk

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithDemo/media/combobox.xpm

  • Committer: mortenmacfly
  • Date: 2012-02-22 14:40:26 UTC
  • Revision ID: svn-v4:98b59c6a-2706-0410-b7d6-d2fa1a1880c9:trunk:7835
* merged wxSmith branch into trunk
* this brings tons of new wxSmith items, including KWIC, wxImagePanel, wxGridBagSizer and more
* based on work of the community, mainly cryogen
* for more information, see changelog of wxSmith branch
* also, re-factoring of contributed wxWidgets items for wxSmith
* PLEASE DO A CLEAN CHECKOUT AND RE-BUILD EVERYTHING FROM SCRATCH!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * combobox_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"32 32 16 1",
 
5
"  c Gray0",
 
6
". c #808000",
 
7
"X c #000080",
 
8
"o c #808080",
 
9
"O c #000000",
 
10
"+ c #808000",
 
11
"@ c #000080",
 
12
"# c none",
 
13
"$ c #808080",
 
14
"% c Red",
 
15
"& c Green",
 
16
"* c Yellow",
 
17
"= c Blue",
 
18
"- c Magenta",
 
19
"; c Cyan",
 
20
": c Gray100",
 
21
/* pixels */
 
22
"################################",
 
23
"################################",
 
24
"##                            ##",
 
25
"## ::::::::::::::::           ##",
 
26
"## ::::::::::::::::   :::::   ##",
 
27
"## ::::::::::::::::    :::    ##",
 
28
"## ::::::::::::::::     :     ##",
 
29
"## ::::::::::::::::           ##",
 
30
"##                            ##",
 
31
"#### :::::::::::::: ::::::::: ##",
 
32
"#### :::::::::::::: ::::::::: ##",
 
33
"#### :::::::::::::: :::: :::: ##",
 
34
"#### :::::::::::::: :::   ::: ##",
 
35
"#### ::       ::::: ::     :: ##",
 
36
"#### :::::::::::::: ::::::::: ##",
 
37
"#### ::        :::: ::::::::: ##",
 
38
"#### ::::::::::::::           ##",
 
39
"#### ::         ::: ::::::::: ##",
 
40
"#### :::::::::::::: ::::::::: ##",
 
41
"#### ::        :::: ::::::::: ##",
 
42
"#### ::::::::::::::           ##",
 
43
"#### ::       ::::: ::::::::: ##",
 
44
"#### :::::::::::::: ::::::::: ##",
 
45
"#### ::        :::: ::     :: ##",
 
46
"#### :::::::::::::: :::   ::: ##",
 
47
"#### :::::::::::::: :::: :::: ##",
 
48
"#### :::::::::::::: ::::::::: ##",
 
49
"#### :::::::::::::: ::::::::: ##",
 
50
"####                          ##",
 
51
"################################",
 
52
"################################",
 
53
"################################"
 
54
};