Wrapper for MUI and traditional BOOPSI in E
Post date
Mon, 01/15/2024 - 13:31
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.
Post date
Thursday, February 8, 2024 - 08:45
Thanks for the tips!
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)