[Glade-users] Coding conventions/style
Damon Chaplin
damon@ximian.com
Tue, 06 Mar 2001 14:26:11 +0000
Lourdes Maldonado wrote:
>
> I am using Glade to write a simple display. Is there a convention in
> grouping the callbacks into individual modules. In other words, moving
> the callbacks from callbacks.c into individual files that will group the
> callbacks by functionality.
It is a good idea to move the callbacks to separate files for each module
(maybe for each dialog). But there is no convention.
Damon