Rubén wrote:
> 
>         I need to share a frame (fill of components insid it) between
> several windows. Of course, the idea of copying this frame in every window
> that needs it is really bad, if I need to modify it, I will need to modify
> into _all_ windows (well, its the same than the modular programming, but
> applied to the interfaces). ¿How can I do it with glade? It seems that the
> only "top level" widget that I can create is a window or a gnome-app...
>
>         In fact if I could create frames that can be built like the windows
> (calling create_my_frame, or something) I could use libglade for all the
> interface and not only for static windows...

It's not easy to do at present. A few people have tried adding support for
something like this to Glade, but noone ever finished it. There were also
different views on how such a thing should work.

 
>         And the second question, ¿is there any way of using png files (the
> standard for GNOME) in my application from glade? I saw that for the
> GtkPixmap, you only allow to use xpm's, but you could put a "use gdk-pixbuf"
> option in the project proterties to allow loading more things than xpm's...

You can use pngs in a Gnome app. but not a GTK+ app at present.

It's probably easier for us to wait for GTK+ 2.0, which includes gdk-pixbuf.

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