AgsBlinkCellPatternCursor

AgsBlinkCellPatternCursor — toggle led object

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsBlinkCellPatternCursor

Implemented Interfaces

AgsBlinkCellPatternCursor implements AgsConnectable.

Includes

#include <ags/audio/task/ags_blink_cell_pattern_cursor.h>

Description

The AgsBlinkCellPatternCursor task blinks the cell pattern cursor.

Functions

ags_blink_cell_pattern_cursor_new ()

AgsBlinkCellPatternCursor *
ags_blink_cell_pattern_cursor_new (AgsCellPattern *cell_pattern,
                                   gboolean highlight_cursor);

Creates an AgsBlinkCellPatternCursor.

Parameters

cell_pattern

the AgsCellPattern to blink

 

highlight_cursor

TRUE if highlighted

 

Returns

an new AgsBlinkCellPatternCursor.

Since: 0.4

Types and Values