mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			148 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <LibGUI/GTextBox.h>
 | |
| 
 | |
| GTextBox::GTextBox(GWidget* parent)
 | |
|     : GTextEditor(GTextEditor::SingleLine, parent)
 | |
| {
 | |
| }
 | |
| 
 | |
| GTextBox::~GTextBox()
 | |
| {
 | |
| }
 | 
