Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » iml refactored...
iml refactored... [message #3721] Fri, 16 June 2006 15:51 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
As one of last preparation steps for Chameleon, I have refactored iml interface:

- iml now strictly requires and uses solely IMAGECLASS kind. Other variants are removed (they were not used anyway..)

- Each iml file now also has index-based interface. E.g.:

CtrlImg::exclamation();


and

CtrlImg::Get(I_exclamation);


are equivalent (in fact, former is implemented by later).

- iml now supports writes:

CtrlImg::Set(CtrlImg::I_information, Win32Icon(IDI_INFORMATION));


IMAGECLASS::Reset (CtrlImg::Reset) then reverts to original .iml content.

Mirek
 
Read Message
Read Message
Previous Topic: Chameleon "engine"
Next Topic: Chameleon progress...
Goto Forum:
  


Current Time: Tue Aug 26 19:49:44 CEST 2025

Total time taken to generate the page: 0.06642 seconds