Hi All,

I want to set a background pixmap of only one window. I tried example rc
file but that sets background of all windows to the same image. I also tried
calling
gtk_widget_set_name (ui_home_window,"home window");

where ui_home_window is the name of the toplevel window widget. In rc file I
included

widget "home window" style "mainwindow"

and

style "mainwindow"
{
  #This sets the padding around the window to the pixmap specified.
  #bg_pixmap[<STATE>] = "<pixmap filename>"
  bg_pixmap[NORMAL] = "wallpaper.PNG"
}

in my rc file. I also loaded the rc file but I'm not seeing any changes. I
was able to set the same pixmap to all windows but how to set it only for
one window?

Regards,
Harinandan S
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to