Draw popdown tree with a sunken bevel border.

This commit is contained in:
pinkerton%netscape.com 1998-08-12 18:48:27 +00:00
Родитель ccf8248745
Коммит 06c49dc6c0
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,7 @@
#include "CHyperTreeFlexTable.h"
#include "CNavCenterTitle.h"
#include "UGraphicGizmos.h"
// XP headers
@ -886,3 +887,19 @@ CPopdownRDFCoordinator :: ListenToMessage ( MessageT inMessage, void *ioParam )
} // ListenToMessage
//
// DrawSelf
//
// Draw a sunken bevel frame so that we look like we are a drop target
//
void
CPopdownRDFCoordinator :: DrawSelf ( )
{
Rect localRect;
CalcLocalFrameRect(localRect);
UGraphicGizmos::BevelTintRect ( localRect, -2, 0x6000, 0x6000 );
} // DrawSelf

Просмотреть файл

@ -264,6 +264,7 @@ public:
protected:
virtual void DrawSelf();
virtual void FinishCreateSelf();
virtual void ListenToMessage( MessageT inMessage, void *ioParam);
virtual void FindCommandStatus(