24 #ifndef __CRenderingObjectDrawer__ 25 #define __CRenderingObjectDrawer__ 27 #include "IRenderingObjectDrawer.h" 28 #include "CPMUnknown.h" 29 #include "InterfaceFontInfo.h" 37 kRenderObjectSwatchStart = 4,
38 kSwatchNameStart = kRenderObjectSwatchStart + 3,
40 kSwatchesPanelIconWidth = 13,
52 void DrawNoEditIcon (
IViewPort* viewPort,
const SysRect& bbox,
const bool16& brightnessAware = kTrue)
const;
53 void DrawBackground (
IGraphicsPort* gPort,
const IControlView* widget,
const PMRect& frame,
const bool16& isHilited,
const bool16& bInsetHilite )
const;
56 #endif // __CRenderingObjectDrawer__