df875e593f
Removed warning messages Some more clientdata fiddleing Added bitmap support to wxTreeCtrl Fixed some bugs in wxTreeCtrl Added licence.txt to /docs/gtk/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
492 B
C
26 lines
492 B
C
/* XPM */
|
|
static char * icon1_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"16 16 3 1",
|
|
/* colors */
|
|
" s None c None",
|
|
". c #000000",
|
|
"+ c #ffffff",
|
|
/* pixels */
|
|
" ",
|
|
" ........ ",
|
|
" .++++++.. ",
|
|
" .+.+.++.+. ",
|
|
" .++++++.... ",
|
|
" .+.+.+++++. ",
|
|
" .+++++++++. ",
|
|
" .+.+.+.+.+. ",
|
|
" .+++++++++. ",
|
|
" .+.+.+.+.+. ",
|
|
" .+++++++++. ",
|
|
" .+.+.+.+.+. ",
|
|
" .+++++++++. ",
|
|
" ........... ",
|
|
" ",
|
|
" "};
|