Function

AgsGuiPlotget_bitmap

since: 3.2.0

Declaration [src]

guchar**
ags_plot_get_bitmap (
  AgsPlot* plot
)

Description [src]

Get bitmaps.

Available since: 3.2.0

Parameters

plot

Type: AgsPlot*

The AgsPlot-struct.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: guchar**

Bitmap field.

The data is owned by the called function.