Background image in conversation window, possible?

Celeras sam495 at gmail.com
Thu Aug 27 04:59:07 EDT 2009


I've managed to get a background image on my buddylist using the following
code:

pixmap_path "~/"
style "my-blist" {
bg_pixmap[NORMAL] = "blistbg.png"#
text[NORMAL] = "#000000"
#this makes the text white, if you want black, take this code:#
text[NORMAL] = "#000000"
bg[NORMAL] = "#ffffff"base[NORMAL] = "#ffffff"
GtkTreeView::odd_row_color = ""
GtkTreeView::even_row_color = ""
}
widget "*pidgin_blist_treeview" style "my-blist"

I'd like to do the same thing in for my conversation window. I tryed using
the same code and changing the following:

style "my-blist" -> style "my-conv"
bg_pixmap[NORMAL] = "blistbg.png" -> bg_pixmap[NORMAL] = "convbg.png"
widget "*pidgin_blist_treeview" style "my-blist" -> 
widget "*pidgin_conv_imhtml" style "my-conv"

Does not work, and I can't figure out why. Am I doing something wrong
(completely different code required, missing something?) or is this just not
possible?
-- 
View this message in context: http://www.nabble.com/Background-image-in-conversation-window%2C-possible--tp25167272p25167272.html
Sent from the Pidgin Support List mailing list archive at Nabble.com.




More information about the Support mailing list