summaryrefslogtreecommitdiffstats
path: root/tdepacman/tdepacmanui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tdepacman/tdepacmanui.rc')
-rw-r--r--tdepacman/tdepacmanui.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/tdepacman/tdepacmanui.rc b/tdepacman/tdepacmanui.rc
new file mode 100644
index 0000000..9228ab9
--- /dev/null
+++ b/tdepacman/tdepacmanui.rc
@@ -0,0 +1,18 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="tdepacman" version="0.3.2">
+<MenuBar>
+ <Menu name="game"><text>&amp;Game</text>
+ </Menu>
+ <Menu name="settings"><text>&amp;Settings</text>
+ <Action name="options_show_mousecursor" append="show_merge"/>
+ <Action name="options_select_graphic_scheme" append="configure_merge"/>
+ <Action name="options_focus_out_pause" append="configure_merge"/>
+ <Action name="options_focus_in_continue" append="configure_merge"/>
+ </Menu>
+</MenuBar>
+
+<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
+ <Action name="game_new"/>
+ <Action name="game_pause"/>
+</ToolBar>
+</kpartgui>