Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jj on August 31, 2008, 11:08:05 pm

Title: Is it possible to make a new skin for code blocks?
Post by: jj on August 31, 2008, 11:08:05 pm
Hello,

I am working on an open source project where we would like to use code::blocks as the user programming environment, but with a different skin/visual aspect. I was wondering if this would be possible, and if so, what would be the best way to start.

Thanks a lot in advance,
Jj
Title: Re: Is it possible to make a new skin for code blocks?
Post by: thomas on September 01, 2008, 09:34:12 am
You can change the icons, they are just PNG fieles. Also, you can configure the notebook class to look a bit differently, and you can somehow affect a few colours by changing the system colour set.

Other than that, I doubt it is easy if possible at all to "skin" the application, because there are no provisions for it.
Title: Re: Is it possible to make a new skin for code blocks?
Post by: jj on September 25, 2008, 04:10:12 am
Hi,

Thanks for your answer (and sorry for the delay)...

Then, I guess just modifying the class notebook I guess it will not be possible to remove icons from the interface (or add new ones), right? (I don't know exactly what is the exact task of this class)...

Thanks again,
jj