AgsVLedArray
AgsVLedArray — A vertical led array widget
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkAlignment
╰── AgsLedArray
╰── AgsVLedArray
Implemented Interfaces
AgsVLedArray implements
AtkImplementorIface and GtkBuildable.
Includes
#include <ags/widget/ags_vled_array.h>
Description
AgsVLedArray is a widget representing an array of vertical leds.
Functions
AGS_IS_VLED_ARRAY()
#define AGS_IS_VLED_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_VLED_ARRAY))
AGS_VLED_ARRAY()
#define AGS_VLED_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VLED_ARRAY, AgsVLedArray))
AGS_VLED_ARRAY_CLASS()
#define AGS_VLED_ARRAY_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VLED_ARRAY, AgsVLedArrayClass))
AGS_VLED_ARRAY_GET_CLASS()
#define AGS_VLED_ARRAY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_VLED_ARRAY, AgsVLedArrayClass))
ags_vled_array_get_type ()
GType
ags_vled_array_get_type (void
);
Types and Values
AGS_TYPE_VLED_ARRAY
#define AGS_TYPE_VLED_ARRAY (ags_vled_array_get_type())
struct AgsVLedArray
struct AgsVLedArray;
struct AgsVLedArrayClass
struct AgsVLedArrayClass {
AgsLedArrayClass led_array;
};