-
Notifications
You must be signed in to change notification settings - Fork 0
Menu bar
Grogall edited this page Jun 4, 2016
·
8 revisions
WRITING IN PROGRESS
## 1- Overview ArcadeRoom menu bar contents the following menu: * File * Edit * View * HelpEach of them are presented below.
## 2- Menu File File menu is componed of the following items: * Quit ### 2.1- Quit item Clicking this item allow to quit ArcadeRoom.All windows are closed.
Note that running emulators are not exited.
## 3- Menu Edit Edit menu is componed of the following items: * Undo * Redo * Preferences ### 3.1- Undo item Clicking this item allow to cancel the last action done in ArcadeRoom.All actions done before ArcadeRoom launching can be cancelled by successive clicks on Undo item.
Action can be, for example, additon of a game in a collection.
TODO faire un lien vers les action possibles?
All actions cancelled can be restored by successive clicks on Redo item.
Action can be, for example, additon of a game in a collection.
TODO faire un lien vers les action possibles?
Refer to the following page for more information about preferences window. ## 4- Menu View View menu allows to control element (tabs, bars) displayed by ArcadeRoom.
It is componed of the following items: * Consoles * Tools Bar * Status Bar ### 4.1- Consoles item Check this item allow to display the console tab.
Unchek it to hide this tab.
Refer to the following page for more information about console tab.
### 4.2- Tools Bar item Check this item allow to display the game tools bar.Unchek it to hide this bar.
Refer to the following page for more information about game tools bar.
### 4.1- Status Bar item Check this item allow to display the status bar.Unchek it to hide this bar.
TODO lien vers page status bar.
## 5- Menu Help Help menu is componed of the following items: * Documentation * Website * About ### 5.1- Documentation item Not yet impemented. ### 5.2- Website item Not yet implemented. ### 5.3- About item Clicking this item allow to open the About window.TODO lien vers page about bar.