#下面設定,是想用default engine來實現woody這個theme #不過並不順利 gtk_font_name = "Sans 16" style "bg" { bg_pixmap[NORMAL] = "bg.png" bg_pixmap[PRELIGHT] = "bg.png" bg_pixmap[ACTIVE] = "bg.png" bg_pixmap[SELECTED] = "bg.png" bg_pixmap[INSENSITIVE] = "bg.png" } class "GtkWindow" style "bg" #class "GtkWindow.*" style "bg" #class "GtkTreeView" style "gcin-setup-list" #class "GtkWidget" style "bg" class "GtkButton" style "bg" #符號表、小鍵盤、gcin-setup的許多項目 #widget "GtkWindow.GtkFrame.GtkVBox.GtkHBox.GtkEventBox.GtkFrame" style "bg" #這個完全沒有效果 style "gtab" { bg_pixmap[NORMAL] = "bg.png" bg_pixmap[PRELIGHT] = "bg.png" bg_pixmap[ACTIVE] = "bg.png" bg_pixmap[SELECTED] = "bg.png" bg_pixmap[INSENSITIVE] = "bg.png" } #class "GtkLabel" style "gtab" #設了這個不但沒有用,也會讓gcin變得超慢 #widget_class "GtkWindow*" style "bg" #加了這個之後,不但沒有用,也讓gcin變慢 #由上述兩個例子,我懷疑,bg_pixmap拿來作gtk label的描繪時,可能會出現很慢的問