![]() |
Functions | |
void | iupDlgListAdd (Ihandle *ih) |
void | iupDlgListRemove (Ihandle *ih) |
int | iupDlgListCount (void) |
Ihandle * | iupDlgListFirst (void) |
Ihandle * | iupDlgListNext (void) |
void | iupDlgListVisibleInc (void) |
void | iupDlgListVisibleDec (void) |
int | iupDlgListVisibleCount (void) |
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.
int iupDlgListCount | ( | void | ) |
Returns the number of dialogs.
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.