I decided to take a look in how the interface is being put, and I noticed you have a interface.c file (generated by glade)
Are you guys working the interface in glade still or just used it for the basis and worked the code out editing the files generated by it ?
(just so I know how to make any patch if I need to)
On Sun, 2 Jul 2006 16:59:31 -0300, "Alexandre Moreira" alexandream@gmail.com wrote:
I decided to take a look in how the interface is being put, and I noticed you have a interface.c file (generated by glade)
Are you guys working the interface in glade still or just used it for the basis and worked the code out editing the files generated by it ?
We still use glade. Perhaps this will change in the future, but in my opinion glade is quite useful because it saves a lot of time.
Regards, Enrico
When it comes to interfaces designers I really get splitted...
On one hand they save you a lot of time, and I am sure the same goes with glade...
On the other the code can be more easily managed if it is written in separate files, with widgets as separated modules and defined programming interfaces.
But this is up to you guys at a later time check out... All I need is to know: if I need to change anything, what have I got to do ? Just change stuff in glade and tell it to build the source code ?
2006/7/2, Enrico Tröger enrico.troeger@uvena.de:
On Sun, 2 Jul 2006 16:59:31 -0300, "Alexandre Moreira" alexandream@gmail.com wrote:
I decided to take a look in how the interface is being put, and I noticed you have a interface.c file (generated by glade)
Are you guys working the interface in glade still or just used it for the basis and worked the code out editing the files generated by it ?
We still use glade. Perhaps this will change in the future, but in my opinion glade is quite useful because it saves a lot of time.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key Geany, a lightweight IDE using GTK2 - http://geany.uvena.de
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
On Sun, 2 Jul 2006 17:14:03 -0300, "Alexandre Moreira" alexandream@gmail.com wrote:
When it comes to interfaces designers I really get splitted...
On one hand they save you a lot of time, and I am sure the same goes with glade...
On the other the code can be more easily managed if it is written in separate files, with widgets as separated modules and defined programming interfaces.
But this is up to you guys at a later time check out... All I need is to know: if I need to change anything, what have I got to do ? Just change stuff in glade and tell it to build the source code ?
In general yes and don't forget to save. Then glade writes interface.[c|h], support. [c| h] and callbacks.[c|h].
Regards, Enrico