tags:

views:

195

answers:

1

I am having GtkImage to which i want to set visible border like a frame... so when ever i set any image it will come with default border/frame, which will look good. :)

+1  A: 

easiest way is to put the image into GtkFrame widget.

Alexey Yakovenko
Thanks Love that!
PP