Re: text on images?
- From: todd <taf2 lehigh edu>
- To: ahmed el-helw <ahmedre cc gatech edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: text on images?
- Date: Wed, 05 May 2004 01:02:25 -0400
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]