comparison doc/gtkrc-2.0 @ 19114:6de2e9ba0930

merge of '2970edca111b3535ae0703e3c866ad1c3b87df94' and 'a2b508e8680ac3f20965226a5dd83f7e2a3b15bb'
author Eric Polino <aluink@pidgin.im>
date Sun, 24 Jun 2007 02:56:09 +0000
parents 5538a3645b63
children d2a5d298de66
comparison
equal deleted inserted replaced
19102:7f26e5b98b15 19114:6de2e9ba0930
37 GtkWidget::cursor-color = "#0000FF" 37 GtkWidget::cursor-color = "#0000FF"
38 GtkWidget::secondary-cursor-color = "#00FF00" #for mixed ltr and rtl 38 GtkWidget::secondary-cursor-color = "#00FF00" #for mixed ltr and rtl
39 } 39 }
40 widget_class "*" style "my-style-name" 40 widget_class "*" style "my-style-name"
41 41
42 # This style sets the expander size on a treeview to 0, which has the result 42 # This sets the expander size on a treeview to 0, which has the result
43 # of reducing the indent for items in the tree. This can be applied to the 43 # of reducing the indent for items in the tree. This can be applied to the
44 # Pidgin buddy list to reduce it's width. 44 # Pidgin buddy list to reduce the width of group and contact rows.
45 style "my-narrow-tree" 45 # With the recent (~2.0.0) buddy list changes this isn't particularly
46 { 46 # important anymore.
47 GtkTreeView::expander_size = 0 47 #style "my-narrow-tree"
48 } 48 #{
49 49 # GtkTreeView::expander_size = 0
50 #}
50 # And apply the style to the buddy list: 51 # And apply the style to the buddy list:
51 widget "*pidgin_blist_treeview" style "my-narrow-tree" 52 #widget "*pidgin_blist_treeview" style "my-narrow-tree"
52 53
53 # In Pidgin, you can set custom keybindings in your theme. 54 # In Pidgin, you can set custom keybindings in your theme.
54 # Here is an example to follow: 55 # Here is an example to follow:
55 56
56 binding "my-bindings" 57 binding "my-bindings"