Ed Stafford wrote:
>
> I dunno if this is something to be added/fixed/etc., but while using Glade,
> I've noticed that if I add/comment out code in the src/main.c or
> src/callbacks.c file, then those files aren't updated if I change something in
> Glade. Is it planned that a parser will be written to handle changes to say a
> name of a window, and it will update the source as well? Here's what I did:
>
> Window1:
> name=account_setup
>
> changed to:
> name=accountSetup
>
> When I rewrite the source code, it doesn't change the main.c file where I have
> commented out the GtkWidgetShow() function for account_setup.
Glade never changes main.c and only ever appends to callbacks.c, after the first
build.
I want to add some parsing abilities so that you can edit the signal handlers
within Glade, though adding a complete C parser maybe a bit too difficult.
Damon
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.