Python Reference Guide
 
Loading...
Searching...
No Matches
FBBorderStyle Class Reference

Different border types available. More...

#include <pyfbsdk.h>

Inheritance diagram for FBBorderStyle:

Public Attributes

 kFBNoBorder
 No border.

 
 kFBStandardBorder
 Standard border.

 
 kFBEmbossBorder
 Embossed border.

 
 kFBEmbossSmoothBorder
 Smooth border.

 
 kFBEmbossEdgeSmoothBorder
 Edged smooth border.

 
 kFBEmbossSmoothEdgeBorder
 Smoothed edges border.

 
 kFBStandardSmoothBorder
 Standard smooth border.

 
 kFBStandardEdgeSmoothBorder
 Standard edged smooth border.

 
 kFBStandardSmoothEdgeBorder
 Standard smoothed edges border.

 
 kFBHighlightBorder
 Highlight border.

 
 kFBPickingBorder
 Picking border.

 

Detailed Description

Different border types available.


See samples: Border.py, TabPanel.py.

Member Data Documentation

◆ kFBEmbossBorder

kFBEmbossBorder

Embossed border.

◆ kFBEmbossEdgeSmoothBorder

kFBEmbossEdgeSmoothBorder

Edged smooth border.

◆ kFBEmbossSmoothBorder

kFBEmbossSmoothBorder

Smooth border.

◆ kFBEmbossSmoothEdgeBorder

kFBEmbossSmoothEdgeBorder

Smoothed edges border.

◆ kFBHighlightBorder

kFBHighlightBorder

Highlight border.

◆ kFBNoBorder

kFBNoBorder

No border.

◆ kFBPickingBorder

kFBPickingBorder

Picking border.

◆ kFBStandardBorder

kFBStandardBorder

Standard border.

◆ kFBStandardEdgeSmoothBorder

kFBStandardEdgeSmoothBorder

Standard edged smooth border.

◆ kFBStandardSmoothBorder

kFBStandardSmoothBorder

Standard smooth border.

◆ kFBStandardSmoothEdgeBorder

kFBStandardSmoothEdgeBorder

Standard smoothed edges border.