idlehomescreen/widgetmanager/inc/wmlistbox.inl
branchRCL_3
changeset 9 f966699dea19
parent 1 5315654608de
child 15 ff572dfe6d86
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
    39   * gets the constant widget data array
    39   * gets the constant widget data array
    40   */
    40   */
    41  inline const RWidgetDataValues& CWmListBox::WidgetDataArray()
    41  inline const RWidgetDataValues& CWmListBox::WidgetDataArray()
    42      { return iWidgetDatas; }
    42      { return iWidgetDatas; }
    43 
    43 
    44 /** 
       
    45   * State of pointer down event 
       
    46   * 
       
    47   * @return ETrue if pointer is down
       
    48   */
       
    49  inline TBool CWmListBox::PressedDown()
       
    50      { return iPressedDown; }
       
    51  
       
    52 	 
       
    53 #endif /* WMLISTBOX_INL_ */
    44 #endif /* WMLISTBOX_INL_ */