AgsLed
AgsLed — A led widget
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── AgsLed
Includes
#include <ags/widget/ags_led.h>
Description
AgsLed is a widget visualizing a gboolean value.
Functions
ags_led_set_active ()
void
ags_led_set_active (AgsLed *led
);
ags_led_unset_active ()
void
ags_led_unset_active (AgsLed *led
);
ags_led_new ()
AgsLed *
ags_led_new ();
Creates an AgsLed.
Since: 0.4
Types and Values
AGS_LED_DEFAULT_WIDTH
#define AGS_LED_DEFAULT_WIDTH (12)
AGS_LED_DEFAULT_HEIGHT
#define AGS_LED_DEFAULT_HEIGHT (8)