Warning, /games/klickety/src/klicketyui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="klickety"
0003      version="2"
0004      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0005      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0007                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
0008     <MenuBar>
0009         <Menu name="settings">
0010             <Action name="sounds"/>
0011             <Separator/>
0012         </Menu>
0013         <Menu name="game">
0014             <Action name="game_new_numeric" append="new_merge"/>
0015         </Menu>
0016         <Menu name="move">
0017             <Action name="move_undo_all"/>
0018             <Action name="move_redo_all"/>
0019         </Menu>
0020     </MenuBar>
0021     <ToolBar name="mainToolBar">
0022         <text>Main Toolbar</text>
0023         <Action name="game_new"/>
0024         <Separator/>
0025         <Action name="game_pause"/>
0026         <Separator/>
0027         <Action name="move_undo"/>
0028         <Action name="move_redo"/>
0029         <Separator/>
0030         <Action name="sounds"/>
0031     </ToolBar>
0032 </gui>