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 » Community » Newbie corner » Change images
Re: Change images [message #35587 is a reply to message #35585] Thu, 01 March 2012 21:53 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hello Matteo

A way could be to do a new class like this:
class MyEditString : public EditString {
public:
	MyEditString(Scala &scala) : scala(scala)  {}
	virtual void GotFocus() {
		// Change image of scala
	}
private:
	Scala *scala;
};



Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using TheIDE/U++ and Visual Studio 2008/2010 IDE as a team in a project
Next Topic: Key pressing with MINGW and Windows XP does not work
Goto Forum:
  


Current Time: Sun Aug 24 10:40:42 CEST 2025

Total time taken to generate the page: 0.04570 seconds