blob: 65a6085d905ca8eb3cc343374833ae9d6410b4a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
binding "text" {
bind "<ctrl>k" { "set-anchor" ()
"move-cursor" (paragraphs,1,0)
"cut-clipboard" ()
}
bind "<ctrl>x" { }
}
class "GtkTextView" binding "text"
style "views" {
font_name = "Monospace 10"
}
class "GtkTextView" style "views"
widget "*.*.*.*.*.ScriptWindow" style "views"
widget "*.*.*.*.GoalWindow" style "views"
widget "*.*.*.*.MessageWindow" style "views"
style "menu" {
font_name = "Serif 10"
}
class "GtkLabel" style "menu"
gtk-key-theme-name = "Emacs"
gtk-can-change-accels = 1
|