2 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #if !defined(__EIKLBX_PAN__)
20 #define __EIKLBX_PAN__
24 EEikPanicListBoxNoMatchTextArray,
25 EEikPanicListBoxNoMatchBuffer,
26 EEikPanicListBoxNoModel,
27 EEikPanicListBoxNoView,
28 EEikPanicListBoxInvalidTopItemIndexSpecified,
29 EEikPanicListBoxInvalidCurrentItemIndexSpecified,
30 EEikPanicListBoxInvalidItemIndexSpecified,
31 EEikPanicListBoxInvalidModelSpecified,
32 EEikPanicListBoxInvalidItemDrawerSpecified,
33 EEikPanicListBoxInvalidFlagsSpecified,
34 EEikPanicListBoxInvalidItemHeightSpecified,
35 EEikPanicListBoxInvalidItemFontSpecified,
36 EEikPanicListBoxCalledFuncNotValidForSingleSelectionLBX,
37 EEikPanicListBoxNoSelIndexArray,
38 EEikPanicListBoxInvalidSelIndexArraySpecified,
39 EEikPanicListBoxInvalidRowIndexSpecified,
40 EEikPanicListBoxInvalidColIndexSpecified,
41 EEikPanicListBoxInvalidColumnWidthSpecified,
42 EEikPanicListBoxInvalidGcSpecified,
43 EEikPanicListBoxInvalidFontSpecified,
45 EEikPanicListBoxNoFont,
46 EEikPanicListBoxNoHierArray,
47 EEikPanicListBoxItemIsNull
50 GLREF_C void Panic(TEikListBoxPanic aPanic);