Constructor
StBorderImagenew
Declaration [src]
StBorderImage*
st_border_image_new (
  GFile* file,
  int border_top,
  int border_right,
  int border_bottom,
  int border_left,
  int scale_factor
)
Parameters
- file
- 
            Type: GFileA GFile.The data is owned by the caller of the function. 
- border_top
- 
            Type: intThe top border. 
- border_right
- 
            Type: intThe right border. 
- border_bottom
- 
            Type: intThe bottom border. 
- border_left
- 
            Type: intThe left border. 
- scale_factor
- 
            Type: intThe scale factor. 
Return value
Type: StBorderImage
A new StBorderImage.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |