Added xpm's to frame layout demo area makd fl_demo use xpm's under GTK made fl use xpm transparency git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			33 lines
		
	
	
		
			830 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			830 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* XPM */
 | |
| static char * tile_xpm[] = {
 | |
| "26 23 6 1",
 | |
| " 	c None",
 | |
| ".	c #FFFFFF",
 | |
| "+	c #000000",
 | |
| "@	c #C6C3C6",
 | |
| "#	c #848284",
 | |
| "$	c #000084",
 | |
| "......................+...",
 | |
| ".                    #+.  ",
 | |
| ".                    #+.  ",
 | |
| ".   $$$$$$$$$$       #+.  ",
 | |
| ".   $.$$$$$$$$       #+.  ",
 | |
| ".   $$$$$$$$$$       #+.  ",
 | |
| ".   $........$       #+.  ",
 | |
| ".   $.$$$$$$$$$$     #+.  ",
 | |
| ".   $.$.$$$$$$$$     #+.  ",
 | |
| ".   $$$$$$$$$$$$     #+.  ",
 | |
| ".     $........$     #+.  ",
 | |
| ".     $..$$$$$$$$$$  #+.  ",
 | |
| ".     $..$.$$$$$$$$  #+.  ",
 | |
| ".     $$$$$$$$$$$$$  #+.  ",
 | |
| ".        $........$  #+.  ",
 | |
| ".        $........$  #+.  ",
 | |
| ".        $........$  #+.  ",
 | |
| ".        $$$$$$$$$$  #+.  ",
 | |
| ".                    #+.  ",
 | |
| ".                    #+.  ",
 | |
| ".#####################+.##",
 | |
| "++++++++++++++++++++++++++",
 | |
| "                          "};
 |