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

Microchip Technology Inc.

File Name

libaria_widget_radiobutton.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements radio button widget functions.

Functions
 
Name 
Description 
 
Gets the diameter/size of the default circle button 
 
Gets the current radio button deselected event callback 
 
Returns the pointer to the currently set radio button group. 
 
Gets the horizontal alignment setting for a button 
 
Gets the distance between the icon and the text 
 
Gets the current image position setting for the radio button 
 
Returns true if this radio button is currently selected 
 
Gets the current radio button selected event callback 
 
Gets the selected image asset pointer for a button 
 
Gets the text value for the button. 
 
Gets the image asset pointer currently used as the unselected icon 
 
Sets the vertical alignment for a button 
 
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 size of the default circle button 
 
Sets the deselected callback pointer 
 
Sets the horizontal alignment value for a button 
 
Sets the distance between the icon and text 
 
Sets the image relative position setting for the radio button 
 
Sets this button as selected. 
 
Sets the radio button selected event callback 
 
Sets the image to be used as a selected icon 
 
Sets the text value for the button. 
 
Sets the asset pointer for the radio button's unselected image icon 
 
Sets the vertical alignment for a button 
Structures
 
Name 
Description 
 
Implementation of a radio button widget struct 
 
Implementation of a radio button widget struct 
Types
 
Name 
Description 
 
Defines the structure used for the Radio Button group. 
 
Radio button deselected function callback type 
 
Radio button selected function callback type 
MPLAB® Harmony Graphics Suite