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
		
			
				
	
	
		
			29 lines
		
	
	
		
			537 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			537 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* XPM */
 | |
| static char * icon2_xpm[] = {
 | |
| /* width height ncolors chars_per_pixel */
 | |
| "16 16 6 1",
 | |
| /* colors */
 | |
| " 	s None	c None",
 | |
| ".	c #000000",
 | |
| "+	c #c0c0c0",
 | |
| "@	c #808080",
 | |
| "#	c #ffff00",
 | |
| "$	c #ffffff",
 | |
| /* pixels */
 | |
| "                ",
 | |
| "   @@@@@        ",
 | |
| "  @#+#+#@       ",
 | |
| " @#+#+#+#@@@@@@ ",
 | |
| " @$$$$$$$$$$$$@.",
 | |
| " @$#+#+#+#+#+#@.",
 | |
| " @$+#+#+#+#+#+@.",
 | |
| " @$#+#+#+#+#+#@.",
 | |
| " @$+#+#+#+#+#+@.",
 | |
| " @$#+#+#+#+#+#@.",
 | |
| " @$+#+#+#+#+#+@.",
 | |
| " @$#+#+#+#+#+#@.",
 | |
| " @@@@@@@@@@@@@@.",
 | |
| "  ..............",
 | |
| "                ",
 | |
| "                "};
 |