comparison doc/gtkrc-2.0 @ 18295:464004cc58e4

propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c) to branch 'org.maemo.garage.pidgin.smiley-install' (head 6a34c0d525ca3bb40837ac0334d8a353af0b0e34)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 27 Jun 2007 21:43:18 +0000
parents 5538a3645b63
children d2a5d298de66
comparison
equal deleted inserted replaced
17919:6c9c16275868 18295:464004cc58e4
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"