author | dan.podwall@nokia.com |
Mon, 06 Apr 2009 14:02:48 -0500 | |
changeset 51 | da820b19f9da |
parent 2 | d760517a8095 |
permissions | -rw-r--r-- |
2 | 1 |
#include <cba.rh> |
2 |
#include "output.hrh" |
|
3 |
||
4 |
RESOURCE EIK_APP_INFO r_testcbaholder_custom |
|
5 |
{ |
|
6 |
cba = r_testcba_custom; |
|
7 |
} |
|
8 |
RESOURCE CBA r_testcba_custom |
|
9 |
{ |
|
10 |
buttons = { r_testcba_custom_buttons_0, r_testcba_custom_buttons_1 }; |
|
11 |
} |
|
12 |
RESOURCE CBA_BUTTON r_testcba_custom_buttons_0 |
|
13 |
{ |
|
14 |
id = EAknSoftkeyOptions; |
|
15 |
txt = "Options"; |
|
16 |
} |
|
17 |
RESOURCE CBA_BUTTON r_testcba_custom_buttons_1 |
|
18 |
{ |
|
19 |
id = EMyContainerTestCBA_CustomRightId; |
|
20 |
txt = "Snork"; |
|
21 |
} |