javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtfactory.cpp
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   457     (void)aParent;
   457     (void)aParent;
   458     (void)aStyle;
   458     (void)aStyle;
   459     return CSwtTree::NewL(aDisplay, aPeer, aParent, aStyle);
   459     return CSwtTree::NewL(aDisplay, aPeer, aParent, aStyle);
   460 }
   460 }
   461 
   461 
   462 MSwtFontDialog* CSwtFactory::NewFontDialogL() const
       
   463 {
       
   464     User::Leave(ESwtErrorNotImplemented);
       
   465     return NULL;
       
   466     //return new( ELeave ) CSwtFontDialog();
       
   467 }
       
   468 
       
   469 TRgb* CSwtFactory::RunColorDialogL(TRgb* aDefaultColor) const
   462 TRgb* CSwtFactory::RunColorDialogL(TRgb* aDefaultColor) const
   470 {
   463 {
   471     return CSwtColorDialog::RunDlgL(aDefaultColor);
   464     return CSwtColorDialog::RunDlgL(aDefaultColor);
   472 }
   465 }
   473 
   466