blob: 1ecc846a96ac05ba2c8f50a01ab2bc73e28e8e78 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<!DOCTYPE kpartgui>
<kpartgui name="KGhostView" version="22">
<State name="initState">
<Disable>
<Action name="file_save_as" />
<Action name="info" />
<Action name="orientation_menu" />
<Action name="media_menu" />
<Action name="zoomOut" />
<Action name="zoomTo" />
<Action name="zoomIn" />
<Action name="fit_to_page" />
<Action name="fit_to_screen" />
<Action name="prevPage" />
<Action name="nextPage" />
<Action name="goToStart" />
<Action name="goToEnd" />
<Action name="goToPage" />
<Action name="readUp" />
<Action name="readDown" />
<Action name="mark_current" />
<Action name="mark_all" />
<Action name="mark_even" />
<Action name="mark_odd" />
<Action name="toggle" />
<Action name="remove" />
<Action name="no_flicker" />
</Disable>
</State>
<State name="documentState">
<Enable>
<Action name="file_save_as" />
<Action name="info" />
<Action name="orientation_menu" />
<Action name="media_menu" />
<Action name="zoomOut" />
<Action name="zoomTo" />
<Action name="zoomIn" />
<Action name="fit_to_page" />
<Action name="fit_to_screen" />
<Action name="prevPage" />
<Action name="nextPage" />
<Action name="goToStart" />
<Action name="goToEnd" />
<Action name="goToPage" />
<Action name="readUp" />
<Action name="readDown" />
<Action name="mark_current" />
<Action name="mark_all" />
<Action name="mark_even" />
<Action name="mark_odd" />
<Action name="toggle" />
<Action name="remove" />
<Action name="no_flicker" />
</Enable>
</State>
<MenuBar>
<Menu name="file"><text>&File</text>
<Action name="file_save_as" group="file_save" />
<Action name="info" group="file_print" />
</Menu>
<Menu name="edit"><text>&Edit</text>
<Action name="mark_current"/>
<Action name="mark_all"/>
<Action name="mark_even"/>
<Action name="mark_odd"/>
<Action name="toggle"/>
<Action name="remove"/>
</Menu>
<Menu name="view"><text>&View</text>
<Action name="orientation_menu"/>
<Action name="media_menu"/>
<Separator/>
<Action name="zoomIn"/>
<Action name="zoomTo" />
<Action name="zoomOut"/>
<Action name="fit_to_page"/>
<Action name="fit_to_screen" />
<Action name="prevPage"/>
<Action name="nextPage"/>
<Action name="goToStart"/>
<Action name="goToEnd"/>
<Action name="goToPage"/>
<Action name="readUp"/>
<Action name="readDown"/>
</Menu>
<Menu name="settings"><text>&Settings</text>
<Action name="show_scrollbars"/>
<Action name="show_page_list"/>
<Action name="show_page_labels"/>
<Separator/>
<Action name="watch_file"/>
<Action name="no_flicker" />
<Separator/>
<Action name="options_configure_keybinding"/>
<Action name="options_configure" group="options_configure"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar">
<text>&Main Toolbar</text>
<Action name="zoomIn"/>
<Action name="zoomTo" />
<Action name="zoomOut"/>
<Action name="goToStart"/>
<Action name="readUp"/>
<Action name="readDown"/>
<Action name="goToEnd"/>
</ToolBar>
</kpartgui>
|