Re: Fwd: Re: text on a pixmap
- From: Nuno Afonso <hunchback netcabo pt>
- To: jylam lnxscene org
- Cc: gtk-list gnome org
- Subject: Re: Fwd: Re: text on a pixmap
- Date: 12 Apr 2002 23:15:15 +0100
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]