1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented

This commit is contained in:
SAN 2011-09-15 10:34:59 +00:00 committed by bugmaster
parent 15e8b08292
commit 3f4ec8f62b
2 changed files with 0 additions and 4 deletions

View File

@ -47,9 +47,6 @@ is
---Purpose: Modifies the colours of the window gradient background <me>.
---Category: Methods to modify the class definition
SetBgGradientFillMethod( me ;
AMethod : GradientFillMethod from Aspect = Aspect_GFM_NONE);
----------------------------
-- Category: Inquire methods
----------------------------

View File

@ -48,4 +48,3 @@ Aspect_GradientFillMethod Aspect_GradientBackground::BgGradientFillMethod( ) con
{
return MyGradientMethod;
}