MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_slider.h
MPLAB® Harmony Graphics Suite
libaria_widget_slider.h

Microchip Technology Inc.

File Name

libaria_widget_slider.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements slider control widget functions.

Enumerations
 
Name 
Description 
 
Slider orientations 
 
Describes various slider states 
 
Slider orientations 
 
Describes various slider states 
Functions
 
Name 
Description 
 
Gets the current grip size of the slider 
 
Gets the maximum value for the slider 
 
Gets the minimum value for the slider 
 
Gets the orientation value for the slider 
 
Gets the slider value as a percentage 
 
Gets the current slider value 
 
Gets the current value changed event callback pointer 
 
Allocates memory for a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree. 
 
Sets the grip size of the slider 
 
Sets the maximum value for the slider 
 
Sets the minimum value for the slider 
 
 
 
Sets the slider value using a percentage. Value must be from 0 - 100. 
 
Sets the current slider value 
 
Sets the value changed event callback pointer 
 
Moves the slider by a given amount 
Structures
 
Name 
Description 
 
Implementation of a slider widget struct 
 
Implementation of a slider widget struct 
Types
 
Name 
Description 
 
Value changed event function callback type 
MPLAB® Harmony Graphics Suite