Hi Francis,

The setIcon method is not defined explicitly in code. It's automatically 
generated at run-time and comes from the "icon" property of 
qx.ui.window.Window.

If you want to learn about properties, this [1] page in the manual. A 
very short summary:

If you define a class like this:
qx.Class.define("Person", {
   ...
   properties : {
     name : {nullable: true}
   }
   ...
});

Then qooxdoo will automatically generate the getter (getName) and setter 
(setName) methods for that property.

[1] http://manual.qooxdoo.org/current/pages/core.html#properties


On 05/05/2011 12:09 AM, Bruce Bockius wrote:
>
> Push in the “Inherited” button at the top-right of the api screen…
>
>   -Bruce
>
>

Pressing the "inherited" button won't make a difference, as the setIcon 
method is not an inherited method. Pressing the "properties" button, 
however, will show it.


Regards,
Marc


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to