Talk:Porting tips and changes from 0.7.X to 0.8.X

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search

Image & create (const String &type, const String &name)

	Create an instance of Image subclass registered for identifier type using the name name. 


This is the most crypytic API change regarding the Image / ImageManager class

What types are there avalaible by default  ? paul424