|
1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * Browser Window Selection resources |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #ifndef BROWSER_WINDOWSELECTION_RSSI |
|
22 #define BROWSER_WINDOWSELECTION_RSSI |
|
23 |
|
24 // INCLUDES |
|
25 |
|
26 #include "Browser.hrh" |
|
27 #include <WmlBrowser.loc> |
|
28 #include <browser.mbg> |
|
29 #include <bldvariant.hrh> |
|
30 |
|
31 // RESOURCE DEFINITIONS |
|
32 |
|
33 //---------------------------------------------------- |
|
34 // |
|
35 // r_browserwindowselection_view |
|
36 // |
|
37 //---------------------------------------------------- |
|
38 // |
|
39 RESOURCE AVKON_VIEW r_browserwindowselection_view |
|
40 { |
|
41 menubar = r_browserwindowselection_menubar_view; |
|
42 cba = r_browserwindowselection_cba_options_close_select; |
|
43 } |
|
44 |
|
45 //---------------------------------------------------- |
|
46 // |
|
47 // r_browserwindowselection_cba_options_exit |
|
48 // |
|
49 //---------------------------------------------------- |
|
50 // |
|
51 RESOURCE CBA r_browserwindowselection_cba_options_close_select |
|
52 { |
|
53 flags = EAknCBAFlagRespondWhenInvisible; |
|
54 buttons = |
|
55 { |
|
56 CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; }, |
|
57 CBA_BUTTON { id = EWmlCmdWindowSelectionCancel; txt = text_softkey_cancel; }, |
|
58 CBA_BUTTON { id = EAknCmdOpen; txt = qtn_msk_select; } |
|
59 }; |
|
60 } |
|
61 |
|
62 //---------------------------------------------------- |
|
63 // |
|
64 // r_browserwindowselection_menubar_view |
|
65 // |
|
66 //---------------------------------------------------- |
|
67 // |
|
68 RESOURCE MENU_BAR r_browserwindowselection_menubar_view |
|
69 { |
|
70 titles = |
|
71 { |
|
72 MENU_TITLE { menu_pane = r_browserwindowselection_view_menu; } |
|
73 }; |
|
74 } |
|
75 |
|
76 //---------------------------------------------------- |
|
77 // |
|
78 // r_browserwindowselection_view_menu |
|
79 // |
|
80 //---------------------------------------------------- |
|
81 // |
|
82 RESOURCE MENU_PANE r_browserwindowselection_view_menu |
|
83 { |
|
84 items = |
|
85 { |
|
86 MENU_ITEM { command = EAknCmdOpen; txt = qtn_browser_list_select_window; }, |
|
87 MENU_ITEM { command = EWmlCmdCloseWindow; txt = qtn_browser_list_close_window; }, |
|
88 MENU_ITEM { command = EWmlCmdCloseAllWindowButThis; txt = qtn_browser_list_close_all_but_this; } |
|
89 }; |
|
90 } |
|
91 |
|
92 RESOURCE TBUF r_browser_windowselection_view_title { buf = qtn_browser_view_title_windowselection; } |
|
93 |
|
94 #endif |
|
95 |
|
96 // End of File |