diff -r 2f259fa3e83a -r 8ca85d2f0db7 classicui_pub/ui_framework_definitions_api/inc/avkon.rh --- a/classicui_pub/ui_framework_definitions_api/inc/avkon.rh Tue Feb 02 01:00:49 2010 +0200 +++ b/classicui_pub/ui_framework_definitions_api/inc/avkon.rh Fri Feb 19 23:04:46 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -1038,3 +1038,29 @@ LLINK minorSkinId = -1; // icon minor skin id LLINK extension = 0; // reserved for future extension } + +// -------------------------------------------------------------------------- +// COMBINED_PANE +// Resource structure for status pane's combined pane. +// @since 5.2 +// -------------------------------------------------------------------------- +// +STRUCT COMBINED_PANE + { + BYTE version = 1; // Structure version. + STRUCT panes[]; // Array of subpanes embedded to the combined pane. + LLINK extension = 0; // Extension for future use. + } + +// -------------------------------------------------------------------------- +// COMBINED_PANE_SUBPANE +// Resource structure for combined pane's subpane (in status pane). +// @since 5.2 +// -------------------------------------------------------------------------- +// +STRUCT COMBINED_PANE_SUBPANE + { + BYTE version = 1; // Structure version. + LONG uid; // UID of the subpane, defined in @c avkon.hrh. + LLINK extension = 0; // Extension for future use. + }