23 #ifndef PAWS_BORDER_HEADER    24 #define PAWS_BORDER_HEADER    26 #include <ivideo/graph2d.h>    27 #include <csgeom/csrectrg.h>    39                    csRect frame, 
int flags);
    92     void UseBorder(
const char* style);
   110     void SetTitle(
const char* t, 
bool shadow = 
true);
   113         titleImage = drawable;    
   131     void DrawTitle(csRect &frame);
   132     void DrawFrame(csRect frame);
 
Defines the images that make the border up. 
 
void DrawBumpFrame(iGraphics2D *graphics2D, pawsWidget *widget, csRect frame, int flags)
 
csRef< iPawsImage > titleImage
Title bar image. 
 
void JustTitle()
Draws just the title bar. 
 
int align
Alignment of title text. 
 
void SetTitleImage(iPawsImage *drawable)
 
iPawsImage * GetTitleImage()
 
csString descriptions[PAWS_BORDER_MAX]
The image resources for each of the border areas. 
 
This is a class that draws the border around a widget. 
 
void SetTitleAlign(int al)
 
csString title
Title bar text. 
 
csString name
The name of this border style.