26 #ifndef SAGA2_GBEVEL_H 27 #define SAGA2_GBEVEL_H 70 kBevelRecessed = (1 << 0),
71 kBevelFilled = (1 << 1),
72 kBevelInverted = (1 << 2)
75 void DrawBevelFrame(gPort &port,
const Rect16 &r, uint16 flags);
76 void DrawOutlineFrame(gPort &port,
const Rect16 &r, int16 fillColor);
77 void DrawTitleBar(gPort &port,
const Rect16 &extent, int16 selected,
char *title);
78 void DrawTextFrame(gPort &port,
const Rect16 &r);
79 void ThinBevelFrame(gPort &port,
const Rect16 &r, gPen ul, gPen lr, gPen corner);
80 void DrawWell(gPort &port,
const Rect16 &r, gPen fillColor, uint16 flags);