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

Microchip Technology Inc.

File Name

libaria_widget_textfield.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements text field widget functions.

Functions
 
Name 
Description 
 
Gets the text horizontal alignment value. 
 
Gets the current cursor delay. 
 
Gets the cursor enabled value 
 
Gets the current edit cursor position 
 
Gets the current focus changed event callback pointer 
 
Gets the text value for the box. 
 
Gets the current text 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 text horizontal alignment value 
 
Sets the flag to indicate that the text field will be cleared on first edit. 
 
Sets the cursor delay value 
 
Sets the cursor enabled value flag 
 
Sets the position of the cursor 
 
Sets the focus changed event callback pointer 
 
Sets the text value for the box. 
 
Sets the text changed event callback pointer 
Structures
 
Name 
Description 
 
Implementation of a text field widget. 
 
Implementation of a text field widget. 
Types
 
Name 
Description 
 
Focus changed event function callback type 
 
Text changed event function callback type 
MPLAB® Harmony Graphics Suite