mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-30 16:56:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "textedit.hpp"
 | |
| 
 | |
| namespace LuaUi
 | |
| {
 | |
|     void LuaTextEdit::setProperties(sol::object props)
 | |
|     {
 | |
|         setCaption(parseProperty(props, "caption", std::string()));
 | |
|         WidgetExtension::setProperties(props);
 | |
|     }
 | |
| }
 |