Wrapper for MUI and traditional BOOPSI in E

Online Status

GUI Wrapper

As part of my object oriented framework in E, I plan on making a wrapper class for GUI widgets. Any comments and concerns about inconsistencies between layout.class in BOOPSI and MUIMaster.library should be noted here. In addition to E-vo and AmigaOS3, this needs to work on EEC for portability to OS4 and MorphOS.

If a C version is developed at a later date, it will need var-args wrappers for the row and col (column) functions. They group for the dynamic layout engines. The original E should just use EList parameters.

Online Status

Currently there are some MUI wrappers for other languages, which can be used for "inspiration"

for Pascal: https://github.com/alb42/MUIClass

for C++ https://github.com/tdolphin-org/AmigaOS.MUI.cpp.wrapper

(this one for C++ is developed by me, still WIP)

Online Status

Thanks for the tips!