Re: text on images?



ahmed el-helw wrote:
hi,
i was just wondering, is there a way to put text on top of images?  what
i am trying to do is, i have a graphic that should contain a number in
the middle of it.  i want to be able to display the graphic with the
number in the middle of it; if that makes sense.

any help would be greatly appreciated.
thanks,
-ahmed

you might try using a gtklayout

gtk_layout_put( your image )
gtk_layout_put( your label )

then you just need to figure out what the placement should be in the layout for things to
be lined up the way you'd like.

hope this helps :)
-todd



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