GObject.Object
 Atk.ObjectFactory
                Atk.ObjectFactory
		   
| Import line: | Atk = imports.gi.Atk; | 
| GIR File: | Atk-1.0.gir | 
| C documentation: | AtkObjectFactory | 
| Class : | ObjectFactory | 
| Subclasses: | Atk.NoOpObjectFactory | 
| Extends: | GObject.Object | 
| Properties | Defined By | |
|---|---|---|
| 
				parent : GObject.Object 
                 read only  
                     
			 | Atk.ObjectFactory | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  Atk.ObjectFactory
				
				 (Object properties) 
			
				
			
		 Create a new Atk.ObjectFactory 
			
			
			
				Create a new Atk.ObjectFactory
			
			
				 
 | ||
| 
			create_accessible
				
				 (Object obj) 
			
				
					 : 
					Atk.Object
					
				
			
		 Provides an AtkObject that implements an accessibility interface  on behalf of obj interface on behalf of obj 
			
				Provides an AtkObject that implements an accessibility interface  on behalf of obj interface on behalf of obj 
 
 | Atk.ObjectFactory | |
| 
			get_accessible_type
				
				 () 
			
				
					 : 
					Number
					
				
			
		 Gets the GType of the accessible which is created by the factory. 
			
				Gets the GType of the accessible which is created by the factory.  The value G_TYPE_INVALID is returned if no type if found. 
 | Atk.ObjectFactory | |
| 
			invalidate
				
				 () 
			
				
					 : 
					none
					
				
			
		 Inform factory that it is no longer being used to create accessibles. 
			
				Inform factory that it is no longer being used to create accessibles. When called, factory may need to inform AtkObjects which it has created that they need to be re-instantiated. in object registries. 
 | Atk.ObjectFactory | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Atk.Registry Method | 
			get_factory
				
				 (Number type) 
			
				
					 : 
					Atk.ObjectFactory
					
				
			
		 Gets an AtkObjectFactory appropriate for creating AtkObjects appropriate for type. |