...it seems this tree representation can be found already using IupLayoutDialog ( https://webserver2.tecgraf.puc-rio.br/iup/en/dlg/iuplayoutdialog.html), which already helps with the ultimate goal presented earlier (i.e. assist the developer in visualizing the layout structure).
Still, despite IupLayoutDialog providing a function to export the dialog to C, LED or LUA, I couldn't get the actual tree representation in a text format, only the following generated code: */* Generated by IupLayoutDialog export to C. */* *#include <stdlib.h>* *#include <iup.h>* *Ihandle* create_dialog_example3_5_variation1_layout(void)* *{* * return _IUP_NAME(0x7fffe1157a20);* *}* Would it be possible to obtain the dialogs tree representation in text, through IupLayoutDialog or some helper functions? Thank you!
_______________________________________________ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users