dperez schrieb: > Hi list, > > What happens when a class doesn't define a constructor? > Does it inherit from its base class?
Yes, exactly this. > > I say it, because I don't see the constructor for class > qx.ui.toolbar.RadioButton > It used to have in version 0.6.6 a constructor where you could specify the > text, and the icon. > I specify the icon, but no icon appears. > > I think its constructor is missing. The constructor should accept these parameters: vText, vIcon, vChecked -- like defined in the toolbar/CheckBox class. Sebastian > > Regards > David ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
