Edgar Chillón 'Chillux' wrote:
The manual said:
Now you can start making your own custom modifications
to the Anaconda source code. This might involve adding
custom screens, rearranging the order of screens,
removing screens, improving on an existing screen, or
whatever suits your fancy.
Does any one know a page or a manual that talk more
deeply about this topic ?
Anaconda is written in the Python programming language. Visit
http://www.python.org/ for on-line documentation. This is a good
introduction http://www.oreilly.com/catalog/lpython/. This is a good
book on the graphics side of the world http://www.manning.com/grayson
but you will want to use gtk libraries.
Greg