mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 10:56:38 +00:00 
			
		
		
		
	- various gui-work - begun binding the GUI into Monster script - updated to latest Monster source (0.11 alpha) git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@87 ea6a568a-9f4f-0410-981a-c910a81bb256
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| class Widget;
 | |
| 
 | |
| native setNeedMouseFocus(bool b);
 | |
| native setTextColor(float r, float g, float b);
 | |
| native setCoord(int x, int y, int w, int h);
 | |
| 
 | |
| native setCaption(char[][] str...);
 | |
| 
 | |
| // Find a named child widget
 | |
| native Widget get(char[] name);
 |