MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
Edit widget functions and definitions. More...
#include "gfx/legato/common/legato_common.h"
#include "gfx/legato/widget/legato_widget.h"
#include "gfx/legato/string/legato_string.h"
Go to the source code of this file.
Data Structures | |
struct | leEditWidgetVTable |
struct | leEditWidget |
Macros | |
#define | LE_EDITWIDGET_VTABLE(THIS_TYPE) |
Typedefs | |
typedef struct leEditWidget | leEditWidget |
typedef struct leEditWidgetVTable | leEditWidgetVTable |
Functions | |
leResult | _leEditWidget_EditStart (leEditWidget *_this) |
void | _leEditWidget_EditEnd (leEditWidget *_this) |
void | _leEditWidget_EditClear (leEditWidget *_this) |
void | _leEditWidget_EditAccept (leEditWidget *_this) |
void | _leEditWidget_EditSet (leEditWidget *_this, const leString *str) |
void | _leEditWidget_EditAppend (leEditWidget *_this, const leString *str) |
void | _leEditWidget_EditBackspace (leEditWidget *_this) |
leResult | _leEditWidget_StartEdit (void) |
void | _leEditWidget_EndEdit (void) |
void | _leEditWidget_Clear (void) |
void | _leEditWidget_Accept (void) |
void | _leEditWidget_Set (const leString *str) |
void | _leEditWidget_Append (const leString *str) |
void | _leEditWidget_Backspace (void) |
Edit widget functions and definitions.
This module implements the routines to enable edit of library widgets.
#define LE_EDITWIDGET_VTABLE | ( | THIS_TYPE | ) |