summaryrefslogtreecommitdiffstats
path: root/chalk/chalk_readonly.rc
blob: bfe8a233e4784b93719ea02e2ed37490840ccb24 (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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" ><kpartgui name="Chalk" version="1">

<MenuBar>
 <Menu name="edit"><text>Edit</text>
  <Separator/>
  <Action name="copy"/>
  <Separator/>
  <Action name="select_all"/>
  <Action name="select_none"/>
  <Action name="flip_selection"/>  
 </Menu>

 <Menu name="view"><text>View</text>
  <Action name="zoom_in"/>
  <Action name="zoom_out"/>
 </Menu>

<Menu name="Layer"><text>Layer</text>
  <Action name="hide_layer"/>
  <Action name="previous_layer"/>  
  <Action name="next_layer"/>
</Menu>

</MenuBar>

<ToolBar name="edit" position="top"><Text>Edit</Text>
  <Action name="copy"/>
</ToolBar>

<ToolBar name="navigation" position="top"><Text>Navigation</Text>
  <Action name="zoom_in"/>
  <Action name="zoom_out"/>
</ToolBar>

</kpartgui>