classicui_pub/ui_framework_definitions_api/inc/avkon.rh
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1036     WORD bmpMask = 0xffff; // icon bitmap mask id
  1036     WORD bmpMask = 0xffff; // icon bitmap mask id
  1037     LLINK majorSkinId = -1; // icon major skin id
  1037     LLINK majorSkinId = -1; // icon major skin id
  1038     LLINK minorSkinId = -1; // icon minor skin id
  1038     LLINK minorSkinId = -1; // icon minor skin id
  1039     LLINK extension = 0; // reserved for future extension
  1039     LLINK extension = 0; // reserved for future extension
  1040     }
  1040     }
       
  1041 
       
  1042 // --------------------------------------------------------------------------
       
  1043 // COMBINED_PANE
       
  1044 // Resource structure for status pane's combined pane.
       
  1045 // @since 5.2
       
  1046 // --------------------------------------------------------------------------
       
  1047 //
       
  1048 STRUCT COMBINED_PANE
       
  1049     {
       
  1050     BYTE version = 1;    // Structure version.
       
  1051     STRUCT panes[];      // Array of subpanes embedded to the combined pane.
       
  1052     LLINK extension = 0; // Extension for future use.
       
  1053     }
       
  1054 
       
  1055 // --------------------------------------------------------------------------
       
  1056 // COMBINED_PANE_SUBPANE
       
  1057 // Resource structure for combined pane's subpane (in status pane).
       
  1058 // @since 5.2
       
  1059 // --------------------------------------------------------------------------
       
  1060 //
       
  1061 STRUCT COMBINED_PANE_SUBPANE
       
  1062     {
       
  1063     BYTE version = 1;    // Structure version.
       
  1064     LONG uid;            // UID of the subpane, defined in @c avkon.hrh.
       
  1065     LLINK extension = 0; // Extension for future use.
       
  1066     }