MPLAB® Harmony Graphics Suite
|
Microchip Technology Inc.
Module for Microchip Graphics Library - Aria User Interface Library
This module implements button widget functions.
|
Name |
Description |
![]() |
Gets the checked state of the check box | |
![]() |
Gets the checked event callback | |
![]() |
Gets the checked image of the check box | |
![]() |
Gets the horizontal alignment of the check box | |
![]() |
Gets the distance between the image and the text | |
![]() |
Gets the image position of the check box | |
![]() |
Gets a copy of the checkbox text. If the text has local data the data will be duplicated. The caller is responsible for managing the memory as appropriate. | |
![]() |
Gets the unchecked event callback | |
![]() |
Gets the unchecked image of the check box | |
![]() |
Gets the vertical alignment of the check box | |
![]() |
Allocates memory for and initializes 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 checked state of the check box | |
![]() |
Sets the checked event callback | |
![]() |
Sets the checked image of the check box | |
![]() |
Sets the horizontal alignment of the check box. | |
![]() |
Sets the distance between the image and the text | |
![]() |
Sets the image position of the check box | |
![]() |
Sets the checkbox text to the input string. If the string has local data the data will be duplicated and copied to the checkboxes internal string. | |
![]() |
Sets the unchecked event callback | |
![]() |
Sets the unchecked image of the check box | |
![]() |
Sets the vertical alignment of the check box |
|
Name |
Description |
![]() |
Implementation of a checkbox widget. | |
![]() |
Implementation of a checkbox widget. |
|
Name |
Description |
![]() |
Checkbox checked event function callback type | |
![]() |
Checkbox unchecked event function callback type |
MPLAB® Harmony Graphics Suite
|