equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2000 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include "nw_fbox_optgrpskini.h" |
|
20 |
|
21 /* ------------------------------------------------------------------------- */ |
|
22 const |
|
23 NW_FBox_OptGrpSkin_Class_t NW_FBox_OptGrpSkin_Class = { |
|
24 { /* NW_Object_Core */ |
|
25 /* super */ &NW_FBox_Skin_Class, |
|
26 /* queryInterface */ _NW_Object_Base_QueryInterface |
|
27 }, |
|
28 { /* NW_Object_Base */ |
|
29 /* interfaceList */ NULL |
|
30 }, |
|
31 { /* NW_Object_Dynamic */ |
|
32 /* instanceSize */ sizeof (NW_FBox_OptGrpSkin_t), |
|
33 /* construct */ _NW_FBox_Skin_Construct, |
|
34 /* destruct */ NULL |
|
35 }, |
|
36 { /* NW_FBox_Skin */ |
|
37 /* draw */ NULL, |
|
38 /* getSize */ NULL |
|
39 }, |
|
40 { /* NW_FBox_OptGrpSkin */ |
|
41 /* addOption */ NULL, |
|
42 /* addOptGrp */ NULL |
|
43 } |
|
44 }; |