Emmanuele Bassi wrote:
hi; On Wed, 2006-12-13 at 18:17 +0700, beast wrote:Emmanuele Bassi wrote:Not quite. The image should not be embossed, but much like button when pressed in.On Wed, 2006-12-13 at 17:43 +0700, beast wrote:I have an image and I would like it to have 3D border ( etched-in?). Which widget suitable for this purpose?Gtk2::Frame with a Gtk2::Image embedded in?then a Gtk2::ToggleButton with a Gtk2::Image embedded in, and set the "toggled" property to TRUE (and disable the untoggling). :-)
I'll give it a try, not so important though :) Thanks. --beast