Warning, /education/klettres/src/klettresui.rc is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0002 <gui name="klettres" version="6">
0003         <MenuBar>
0004                 <Menu name="file" noMerge="1"><text>&amp;File</text>    
0005                         <Action name ="play_new"/>
0006                         <Action name="play_again"/>
0007                         <Action name="downloadnewstuff"/>
0008                         <Action name="file_quit"/>
0009                 </Menu>
0010 
0011                 <Action name="levels"/>
0012                 
0013                 <Action name="languages"/>
0014                 
0015                 <Menu name="look_mode" noMerge="1"><text>L&amp;ook</text>
0016                         <Action name="looks" />
0017                         <Separator/>
0018                         <Action name="mode_kid"/>
0019                         <Action name="mode_grownup"/>
0020                 </Menu>
0021 
0022 
0023                 <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
0024                         <Action name="options_show_menubar" />
0025                         <Merge name="StandardToolBarMenuHandler" />
0026                         <Action name="options_show_statusbar"/>
0027                         <Separator/>
0028                         <Action name="options_configure_keybinding"/>
0029                         <Action name="options_configure_toolbars"/>
0030                         <Action name="options_configure"/>      
0031                 </Menu>
0032         </MenuBar>
0033         <ToolBar name="mainToolbar" noMerge="1"><Text>Main</Text>
0034                 <Action name="levels"/>
0035                 <Separator/>
0036                 <Action name="looks" />
0037                 <Separator/>
0038                 <Action name="mode_kid"/>
0039                 <Action name="mode_grownup"/>
0040                 <Separator/>
0041                 <Action name="menubar"/>
0042                 <Separator/>
0043                 <Action name="play_again"/>
0044                 <Separator />
0045                 <Action name="file_quit"/>
0046         </ToolBar>
0047         <ToolBar name="specialCharToolbar" position="bottom" noMerge="1" iconText="icononly"><text>Special Characters</text>
0048         </ToolBar>
0049 </gui>