Symbian.org/WRTKit/UI/ImageLabel.js
changeset 5 3a3bac500145
parent 0 54498df70f5d
child 6 5e0dece09f96
equal deleted inserted replaced
4:cb6368112727 5:3a3bac500145
       
     1 // ////////////////////////////////////////////////////////////////////////////
       
     2 // Symbian Foundation Example Code
       
     3 //
       
     4 // This software is in the public domain. No copyright is claimed, and you 
       
     5 // may use it for any purpose without license from the Symbian Foundation.
       
     6 // No warranty for any purpose is expressed or implied by the authors or
       
     7 // the Symbian Foundation. 
       
     8 // ////////////////////////////////////////////////////////////////////////////
       
     9 
     1 ///////////////////////////////////////////////////////////////////////////////
    10 ///////////////////////////////////////////////////////////////////////////////
     2 // The ImageLabel class implements a control that displays an image
    11 // The ImageLabel class implements a control that displays an image
     3 
    12 
     4 // Constructor.
    13 // Constructor.
     5 function ImageLabel(id, caption, image) {
    14 function ImageLabel(id, caption, image) {