Functions

List of Dialogs
[Control SDK]

Collaboration diagram for List of Dialogs:

Functions

IUP_SDK_API void iupDlgListAdd (Ihandle *ih)
IUP_SDK_API void iupDlgListRemove (Ihandle *ih)
IUP_SDK_API int iupDlgListCount (void)
IUP_SDK_API Ihandle * iupDlgListFirst (void)
IUP_SDK_API Ihandle * iupDlgListNext (void)
IUP_SDK_API void iupDlgListVisibleInc (void)
IUP_SDK_API void iupDlgListVisibleDec (void)
IUP_SDK_API int iupDlgListVisibleCount (void)

Detailed Description

See iup_dlglist.h

Function Documentation

IUP_SDK_API void iupDlgListAdd ( Ihandle *  ih  ) 

Adds a dialog to the list. Used only in IupDialog.

IUP_SDK_API void iupDlgListRemove ( Ihandle *  ih  ) 

Removes a dialog from the list. Used only in IupDestroy.

IUP_SDK_API int iupDlgListCount ( void   ) 

Returns the number of dialogs.

IUP_SDK_API Ihandle* iupDlgListFirst ( void   ) 

Starts a loop for all the created dialogs.

IUP_SDK_API Ihandle* iupDlgListNext ( void   ) 

Retrieve the next dialog on the list. Must call iupDlgListFirst first.

IUP_SDK_API void iupDlgListVisibleInc ( void   ) 

Increments the number of visible dialogs.

IUP_SDK_API void iupDlgListVisibleDec ( void   ) 

Decrements the number of visible dialogs.

IUP_SDK_API int iupDlgListVisibleCount ( void   ) 

Returns the number of visible dialogs.