IUP: List of Dialogs
From IUP - Portable User Interface
Detailed Description
- See iup_dlglist.h
Function Documentation
| void iupDlgListAdd |
( |
Ihandle * |
ih |
) |
|
|
|
|
Adds a dialog to the list. Used only in IupDialog. |
| void iupDlgListRemove |
( |
Ihandle * |
ih |
) |
|
|
|
|
Removes a dialog from the list. Used only in IupDestroy. |
| Ihandle* iupDlgListFirst |
( |
void |
|
) |
|
|
|
|
Starts a loop for all the created dialogs. |
| Ihandle* iupDlgListNext |
( |
void |
|
) |
|
|
|
|
Retrieve the next dialog on the list. Must call iupDlgListFirst first. |
| void iupDlgListVisibleInc |
( |
void |
|
) |
|
|
|
|
Increments the number of visible dialogs. |
| void iupDlgListVisibleDec |
( |
void |
|
) |
|
|
|
|
Decrements the number of visible dialogs. |
| int iupDlgListVisibleCount |
( |
void |
|
) |
|
|
|
|
Returns the number of visible dialogs. |