blob: e7a61263a211a25168161f8535bb10b7c9c7e969 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
! $XFree86$
!
*ShapeStyle: Oval
*cursor: left_ptr
*allowShellResize: true
*label.label: XDMCP Host Menu
*label.borderWidth: 0
*label.skipAdjust: true
*paned*showGrip: false
!*viewport.horizDistance: 20
!*viewport.height: 200
*viewport.width: 400
*viewport.height: 50
*viewport.allowVert: true
*viewport.fromVert: label
*viewport.resizeable: true
*viewport.allowResize: true
*list.translations: #override \
<Key>Return: Accept() \n\
<Key>: KeySwitch() \n\
<Btn1Down>: Store() Set() CheckWilling() Setold() \n\
<Btn1Up>(2): Accept() \n\
<Btn4Down>: BtnSwitch() \n\
<Btn5Down>: BtnSwitch()
*list.defaultColumns: 1
*list.forceColumns: true
*box.skipAdjust: true
*cancel.fromHoriz: viewport
*cancel.fromVert: label
*cancel.vertDistance: 100
*cancel.bottom: ChainBottom
*cancel.top: ChainBottom
*cancel.left: ChainRight
*cancel.right: ChainRight
*accept.fromHoriz: viewport
*accept.fromVert: cancel
*accept.bottom: ChainBottom
*accept.top: ChainBottom
*accept.left: ChainRight
*accept.right: ChainRight
*cancel.translations: #override \
<BtnUp>: Cancel() unset()
*accept.translations: #override \
<BtnUp>: Accept() unset()
*ping.translations: #override \
<BtnUp>: Ping() unset()
|