Kent Nyberg wrote:
> 
> On Thu, 29 Jul 1999, Damon Chaplin wrote:

> > void
> > on_preferences1_activate               (GtkMenuItem     *menuitem,
> >                                         gpointer         user_data)
> > {
> >   GtkWidget *dialog;
> >
> >   dialog = create_dialog1 ();
> >   gtk_widget_show (dialog);
> > }
> >
> > Damon
> >
> 
> that void code should go into main.c?
> Well.. it must.. since glade would write over the other files if i change
> in them.. :)


No, it is in callbacks.c. The first time you build the source code the
function should appear, but will be empty. (This is assuming you have created
a normal GnomeApp.)

Glade will never overwrite callbacks.c. It will only append new, empty, signal
handler functions to it.

Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to