1 gtk-key-theme-name = "Emacs"
 2 gtk-entry-select-on-focus = 1
 3 gtk-can-change-accels = 1
 4 
 5 binding "book" {
 6     bind "<Control>l" {
 7     "change-current-page" (1)
 8    }
 9     bind "<Control>j" {
10     "change-current-page" (-1)
11    }
12 }
13 class "GtkNotebook" binding "book"
14 
15 
16 style "wide-tree"
17 {
18       GtkTreeView::expander_size = 20
19 }
20 class "GtkTreeView" style "wide-tree"