You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.9 KiB
103 lines
2.9 KiB
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartgui name="kmahjongg" version="2">
|
||
|
|
||
|
<MenuBar>
|
||
|
<Menu name="game"><text>&Game</text>
|
||
|
<Action name="game_new_numeric" append="new_merge" />
|
||
|
<Action name="game_open_theme" append="new_merge" />
|
||
|
<Action name="game_open_tileset" append="new_merge" />
|
||
|
<Action name="game_open_background" append="new_merge" />
|
||
|
<Action name="game_open_layout" append="new_merge" />
|
||
|
<Action name="game_save_theme" append="save_merge" />
|
||
|
</Menu>
|
||
|
<Menu name="edit"><text>&Edit</text>
|
||
|
<Action name="edit_board_editor" />
|
||
|
</Menu>
|
||
|
<Menu name="move"><text>&Move</text>
|
||
|
<Action name="move_shuffle"/>
|
||
|
</Menu>
|
||
|
<Menu name="settings"><text>&Settings</text>
|
||
|
<Action name="options_show_matching_tiles" append="show_merge"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
|
||
|
<Action name="game_new" />
|
||
|
<Action name="game_new_numeric" />
|
||
|
<Action name="game_load" />
|
||
|
<Action name="game_save" />
|
||
|
<Action name="move_undo" />
|
||
|
<Action name="move_redo" />
|
||
|
<Action name="game_pause" />
|
||
|
<Action name="move_hint" />
|
||
|
</ToolBar>
|
||
|
|
||
|
<State name="inactive">
|
||
|
<enable>
|
||
|
<Action name="game_new"/>
|
||
|
<Action name="game_new_numeric"/>
|
||
|
<Action name="game_load"/>
|
||
|
<Action name="game_save"/>
|
||
|
<Action name="game_highscores"/>
|
||
|
<Action name="game_open_theme"/>
|
||
|
<Action name="game_open_tileset"/>
|
||
|
<Action name="game_open_background"/>
|
||
|
<Action name="game_open_layout"/>
|
||
|
<Action name="edit_board_editor"/>
|
||
|
<Action name="move_hint"/>
|
||
|
<Action name="game_show_matching_tiles"/>
|
||
|
<Action name="game_pause"/>
|
||
|
<Action name="move_demo"/>
|
||
|
</enable>
|
||
|
<disable>
|
||
|
</disable>
|
||
|
</State>
|
||
|
|
||
|
<State name="active">
|
||
|
<enable>
|
||
|
<Action name="move_demo"/>
|
||
|
</enable>
|
||
|
<disable>
|
||
|
<Action name="game_new"/>
|
||
|
<Action name="game_new_numeric"/>
|
||
|
<Action name="game_load"/>
|
||
|
<Action name="game_save"/>
|
||
|
<Action name="game_highscores"/>
|
||
|
<Action name="game_open_theme"/>
|
||
|
<Action name="game_open_tileset"/>
|
||
|
<Action name="game_open_background"/>
|
||
|
<Action name="game_open_layout"/>
|
||
|
<Action name="edit_board_editor"/>
|
||
|
<Action name="move_hint"/>
|
||
|
<Action name="game_show_matching_tiles"/>
|
||
|
<Action name="game_pause"/>
|
||
|
<Action name="move_undo"/>
|
||
|
<Action name="move_redo"/>
|
||
|
</disable>
|
||
|
</State>
|
||
|
|
||
|
<State name="paused">
|
||
|
<enable>
|
||
|
<Action name="game_pause"/>
|
||
|
</enable>
|
||
|
<disable>
|
||
|
<Action name="game_new"/>
|
||
|
<Action name="game_new_numeric"/>
|
||
|
<Action name="game_load"/>
|
||
|
<Action name="game_save"/>
|
||
|
<Action name="game_highscores"/>
|
||
|
<Action name="game_open_theme"/>
|
||
|
<Action name="game_open_tileset"/>
|
||
|
<Action name="game_open_background"/>
|
||
|
<Action name="game_open_layout"/>
|
||
|
<Action name="edit_board_editor"/>
|
||
|
<Action name="move_hint"/>
|
||
|
<Action name="game_show_matching_tiles"/>
|
||
|
<Action name="move_undo"/>
|
||
|
<Action name="move_redo"/>
|
||
|
<Action name="move_demo"/>
|
||
|
</disable>
|
||
|
</State>
|
||
|
|
||
|
</kpartgui>
|