summaryrefslogtreecommitdiffstats
path: root/korundum/rubylib/examples/RubberDoc.rc
blob: 8e544b1af56b5b1828873c7c05def541651dc0e9 (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="xmlgui" version="2">

<MenuBar>
   <Menu name="file" noMerge="1"><text>&amp;File</text>
   <Action name="index_all"/>
   <Separator/>
   <Action name="file_quit"/>
   </Menu>
</MenuBar>

<ToolBar name="projectToolbar" noMerge="1" fullWidth="true" iconText="icontextright"><text>Project Toolbar</text>
   <Action name="project_create"/>
   <Action name="project_delete"/>
   <Action name="project_manage"/>
   <Action name="project_goto"/>
</ToolBar>

<ToolBar name="mainToolBar" noMerge="1" fullWidth="true" iconText="icontextright"><text>Main Toolbar</text>
   <Action name="back"/>
   <Action name="forward"/>
   <Action name="home"/>
   <Action name="prev_match"/>
   <Action name="next_match"/>
   <Action name="open_match"/>
</ToolBar>

<ToolBar fullWidth="true" name="locationToolBar" newline="true"><text>Location Toolbar</text>
   <Action name="clear_location" />
   <Action name="location_label" />
   <Action name="toolbar_url_combo" />
   <Action name="go_url" />
</ToolBar>

</kpartgui>