diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita --- a/Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita Tue Mar 30 11:56:28 2010 +0100 @@ -4,10 +4,13 @@ "Eclipse Public License v1.0" which accompanies this distribution, and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> Menu -bar resource statements +--> + +Menu +bar resource statements

To define resources for an Options menu:

    @@ -25,7 +28,7 @@ statement for the menu bar.

    The syntax is as follows:

    -RESOURCE MENU_BAR r_name4 +RESOURCE MENU_BAR r_name4 { titles = { @@ -61,7 +64,7 @@

    The MENU_PANE resource is defined in eikon.rh, and contains an array of items defined by the MENU_ITEM structure. The syntax is as follows:

    -RESOURCE MENU_PANE r_name5 +RESOURCE MENU_PANE r_name5 { items = { @@ -87,7 +90,7 @@ The MENU_ITEM structure is used to define the option presented. The typical syntax is as follows:

    -MENU_ITEM +MENU_ITEM { command = enumerated command; txt = STRING_r_string1; @@ -116,7 +119,7 @@

    Menu panes can also be nested by using the cascade declaration.

    The following example creates a menu pane with two items, each of which opens up another menu pane as a submenu.

    -RESOURCE MENU_PANE r_name7 +RESOURCE MENU_PANE r_name7 { items = { @@ -140,6 +143,5 @@
-

The Options -Menu API provides access to the MENU_BAR resource.

+

The Options Menu API provides access to the MENU_BAR resource.

\ No newline at end of file