Expand/Shrink

IupClassInfoDialog

Definition: include pGUI.e

Ihandle ih = IupClassInfoDialog(Ihandln parent=NULL)
Description: (since 3.28) Creates an Iup Class Information dialog.
It is a predefined dialog to show all registered classes, each class attributes and callbacks.
It is a standard IupDialog constructed with other IUP elements.
The dialog can be shown with any of the show functions IupShow, IupShowXY or IupPopup.

This is a dialog intended for developers, so they can see attributes and callbacks information of a class.

parent: dialog to be used as parent for the classinfo dialog. Can be NULL.

Returns: the identifier of the created dialog.

Refer to IupDialog for details of available attributes and callbacks.
pwa/p2js: Not supported.
Example: IupShow(IupClassInfoDialog(dlg)) shows the following:


The Help button shows the Iup class documentation page on the Tecgraf web site.
See Also: IupDialog, IupShow, IupShowXY, IupPopup, IupLayoutDialog