Hi,
We're developing an application where we generate GladeXML interfaces
in real-time from Perl using HTML::Mason.
It's working fine, but we need to remove the embeded Perl code from the
XML files before editing with the Glade builder and then put it back
afterwards.
This is a complicated step and solving it externally (using diff/patch, etc)
is hard. A better solution would be for Glade to support XML comments, where
we would put the code, like this:
<widget>
<class>GtkWindow</class>
<name><!-- <& $win_name &> --></name>
<title>window1</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
<allow_grow>True</allow_grow>
<auto_shrink>False</auto_shrink>
</widget>
<!--
% $m->comp("/comp/cust_widget.m">
-->
It's this type of support planned? Should I just try to patch
the Glade code? Can someone just point me to the correct way
of doing this within the Glade structure?
I'll be happy to send back my patch back.
Thanks
Gabriel
_______________________________________________
Glade-devel maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel