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

Microchip Technology Inc.

File Name

libaria_widget_progressbar.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements progress bar widget functions.

Enumerations
 
Name 
Description 
 
Defines the valid values for the progress bar widget fill directions. 
 
Defines the valid values for the progress bar widget fill directions. 
Functions
 
Name 
Description 
 
Gets the fill direction value for a progress bar widget 
 
Gets the percentage value for a progress bar. 
 
Gets the currently set value changed event callback. 
 
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 fill direction for a progress bar widget 
 
Sets the percentage value for a progress bar. Valid values are 0 - 100. 
 
Sets the desired value changed event callback pointer 
Structures
 
Name 
Description 
 
Implementation of a progressbar widget struct 
 
Implementation of a progressbar widget struct 
Types
 
Name 
Description 
 
Value changed event function callback type 
MPLAB® Harmony Graphics Suite