Hi,
Am facing problem setting a background image to a GtkCellRenderer, trying to
set the background image for GtkCellRenderer, using the rc file,
 my intention is to set a background image(a transparent one) to a cell
which is selected,

This is the part of the rc file i am using.
style "sample-cellrenderer" {
engine "pixmap" {
  image {
          function        = FOCUS
         file            = "sample.png"
          border          = { 0, 0, 0, 0 }
          stretch         = TRUE
      }
    }
}
widget "GtkCellRenderer" style "sample-cellrenderer".

can some help me through this.

Thanks,
Srikanth.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to