Re: Glade GUI: changing mechanism



On 10/31/06, Johan Kohler <johan kohler gmail com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]