mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-10-27 22:07:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 		//
 | |
| 		// Gtk.ScrolledWindow.custom - Gtk ScrolledWindow class customizations
 | |
| 		//
 | |
| 		// Author: Radek Doulik  (rodo@ximian.com)
 | |
| 		//
 | |
| 		// Copyright (C) 2002 Ximian, Inc. 
 | |
| 		//
 | |
| 		// This code is inserted after the automatically generated code.
 | |
| 		//
 | |
| 		public Frame()
 | |
| 		{
 | |
| 			Raw = gtk_frame_new (null);
 | |
| 		}
 |