idlehomescreen/xmluirendering/uiengine/inc/xnwidgetextensionadapter.h
branchRCL_3
changeset 28 d721605b30d0
parent 18 d05a55b217df
child 31 89165693e770
equal deleted inserted replaced
26:1b758917cafc 28:d721605b30d0
    87     * see CCoeControl 
    87     * see CCoeControl 
    88     */
    88     */
    89     void Draw( const TRect& aRect ) const;        
    89     void Draw( const TRect& aRect ) const;        
    90 
    90 
    91     /**
    91     /**
    92     * @see CXnControlAdapter
    92      * From CCoeControl.
    93     */
    93      * Size change notification
    94     void DoHandlePropertyChangeL( CXnProperty* aProperty = NULL );
    94      */
       
    95     void SizeChanged();
    95 
    96 
    96 private:
    97 private:
    97     // from MXnUiStateObserver
    98     // from MXnUiStateObserver
    98     
    99     
    99     /**
   100     /**