03.01.2013 Views

Chapter 1

Chapter 1

Chapter 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

form described above advertises the facility in a way that anyone can<br />

understand, without a manual or training].<br />

The final resource that's promised by EIK_APP_INFO is as follows: the menu specification:<br />

RESOURCE MENU_BAR r_hellogui_menubar<br />

}<br />

{<br />

titles =<br />

{<br />

MENU_TITLE<br />

{<br />

menu_pane = r_hellogui_hello_menu;<br />

txt = "HelloGui";<br />

},<br />

MENU_TITLE<br />

};<br />

{<br />

menu_pane = r_hellogui_edit_menu;<br />

txt = "Edit";<br />

}<br />

This menu bar has two named menu panes, which are defined in the following resources:<br />

RESOURCE MENU_PANE r_hellogui_hello_menu<br />

{<br />

items =<br />

{<br />

MENU_ITEM<br />

{<br />

command = EHelloGuiCmd0;<br />

txt = "Item 0";<br />

},<br />

MENU_ITEM<br />

{<br />

command = EEikCmdExit;<br />

txt = "Close (debug)";<br />

}<br />

};<br />

}<br />

RESOURCE MENU_PANE r_hellogui_edit_menu<br />

{

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!