Re: Fwd: Re: text on a pixmap



What you can do is draw the image on a drawing area, and then draw the
text..

You can also use GtkFixed to order the layout of your widgets and put
the drawing area in it, and then put a GtkLabel on top of the drawing
area..

Or, you can create a GtkPixmap (if you are using gtk 1.2, i think that
on Gtk 2.0 is deprecated) which is a normal Widget like a GtkLabel, and
then using a GtkFixed you put a GtkLabel with the text you want on top
of the GtkPixmap.

Or simple create a pixmap on gimp with the text already put in there!
:-)

Afonso




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