IUP: Object Handle

IUP - Portable User Interface

Object Handle
[Control SDK]


Detailed Description

Object handle for all the elements. Defines the Ihandle structure.
See iup_object.h


Data Structures

struct  Ihandle_

Functions

void ** iupGetParamList (void *first, va_list arglist)
int iupHandleCheck (Ihandle *ih)

Function Documentation

void** iupGetParamList void *  first,
va_list  arglist
 

Returns an array of parameters. Must call free for the returned value after usage. Used by the creation functions of objects that receives a NULL terminated array of parameters.

int iupHandleCheck Ihandle *  ih  ) 
 

Checks if the handle is still valid based on the signature.