summaryrefslogtreecommitdiffstats
path: root/twin4/twin4/twin4ui.rc
blob: 0024576fdb5d54e32f3a3c34799a63eef15ad79e (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
<!DOCTYPE kpartgui>
<kpartgui name="twin4" version="1">

<MenuBar>
  <Menu name="game"><text>&amp;Game</text>
    <Action name="new_game"/>
    <Action name="open"/>
    <Action name="save"/>
    <Action name="end_game"/>
    <Separator/>
    <Action name="network_conf"/>
    <Action name="network_chat"/>
    <Action name="file_debug"/>
		<Action name="flag"/>
    <Separator/>
    <Action name="hint"/>
    <Separator/>
    <Action name="game_exit"/>
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="new_game"/>
  <Action name="end_game"/>
  <Action name="hint"/>
</ToolBar>

</kpartgui>