BLib Reference Manual |
---|
BViewAA —
struct BViewAA; BViewAA* b_view_aa_new (aa_context *aac, gint rows, gint columns, gint channels, GError **error); void b_view_aa_update (BViewAA *view, const guchar *frame_data);
BViewAA* b_view_aa_new (aa_context *aac, gint rows, gint columns, gint channels, GError **error);
Creates a new BViewAA object suitable to display Blinkenlights movies that fit the theme. Most of the information from the theme is ignored, except for the placement of the windows.
aac : | the AALIB context |
rows : | |
columns : | |
channels : | |
error : | location to store the error occuring, or NULL to ignore errors |
Returns : | a new BViewAA or NULL in case of an error |
<< BTheme | BViewDirectFB >> |