On 10/31/06, Johan Kohler <[EMAIL PROTECTED]> wrote:
> Isn't it possible to "inline" the .glade file in the compiled code?
> Ie. Instead of reading from a  text file, it reads from a declared
> constant.  I think that one can inline pixmaps in this way using GTK.

Sure, it's possible to embed xml into executable and load it with
glade_xml_new_from_buffer(). This is a good way for the people who
afraid someone will change their UI appearance.

   Olexiy
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to