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