iupcontrols.e documentation
IUP itself is very well documented, therefore, this page is not to document Iup all over again. Please refer to the main Iup docs located at: http://www.tecgraf.puc-rio.br/iup/ as your main Iup reference. This resource is to let the Euphoria programmer know what has been wrapped and any required changes from the Iup C interface.
Functions Wrapped
Note: IupEu is a work in progress. If the function is not listed here yet, it is not wrapped.
System
- IupControlsOpen? – Wrapped
- IupControlsClose? – Wrapped
Controls
- IupCells? – Wrapped
- IupColorbar? – Wrapped
- IupColorBrowser? – Wrapped
- IupDial? – Wrapped
- IupGauge? – Wrapped
- IupMatrix? – Wrapped
- IupMatSetAttribute? – Wrapped
- IupMatStoreAttribute? – Wrapped
- IupMatGetAttribute? – Wrapped
- IupTags? – Wrapped
- IupVal? – Wrapped
- IupTree? – Wrapped
- IupGLCanvas? – Not yet wrapped, See [[iupgl.e?]]
- IupPPlot? – Not yet wrapped, See [[iupplot.e?]]
- IupOle? – Not yet wrapped, See [[iupole.e?]]
- IupSpeech – Not yet wrapped, See [[iupspeech.e?]]
Mask
- IupMaskSet? – Wrapped
- IupMaskMatSet? – Wrapped
- IupMaskSetInt? – Wrapped
- IupMaskSetFloat? – Wrapped
- IupMaskMatSetInt? – Wrapped
- IupMaskMatSetFloat? – Wrapped
- IupMaskRemove? – Wrapped
- IupMaskMatRemove? – Wrapped
- IupMaskCheck? – Wrapped
- IupMaskMatCheck? – Wrapped
- IupMaskGet? – Not yet wrapped, pointer to a string pointer howto?
- IupMaskMatGet? – Not yet wrapped, pointer to a string pointer howto?
- IupMaskGetInt? – Not yet wrapped, pointer to an integer pointer howto?
- IupMaskGetFloat? – Not yet wrapped, pointer to a float howto?
- IupMastGetDouble? – Not yet wrapped, pointer to a double howto?
- IupMaskMatGetInt? – Not yet wrapped, pointer to an integer pointer howto?
- IupMaskMatGetFloat? – Not yet wrapped, pointer to a float howto?
- IupMastMatGetDouble? – Not yet wrapped, pointer to a double howto?
Dialogs
- IupGetColor? – Wrapped, Note: Euphoria function signature is
IupGetColor?(integer x, integer y) and it returns 0 on cancel or {r, g, b}
See Also
IupEu, iup.e