Here are a few options. I'm sure there are more:
Dov
- Use a DrawingArea and draw everything on your own in the expose callback.
- Use a canvas widget, e.g. GooCanvas.
- SubClass a GtkWidget and draw everything in the expose signal.
- Pack everything normally without the icon, and then use the expose callback to draw the icon
Dov
2009/2/10 Roei Azachi <roei@xxxxxxxxxxxxxxxx>
Hi,
I would like to create a quit dialog as the attached image.
my problem is that the logo on the left is partly on the gray background and partly on the white background.
How can I make it happen?
Thanks in advance,
Roei
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list