GUIslice  0.16.0
Embedded GUI in C
Element: General Functions

General-purpose functions that operate on Elements. More...

Collaboration diagram for Element: General Functions:

Functions

int gslc_ElemGetId (gslc_tsGui *pGui, gslc_tsElemRef *pElemRef)
 Get an Element ID from an element structure. More...
 

Detailed Description

General-purpose functions that operate on Elements.

Function Documentation

int gslc_ElemGetId ( gslc_tsGui pGui,
gslc_tsElemRef pElemRef 
)

Get an Element ID from an element structure.

Parameters
[in]pGuiPointer to GUI
[in]pElemRefPointer to Element reference structure
Returns
ID of element or GSLC_ID_NONE if not found