How to create a custom widget class by combining two(or more) existing widget classes?
I tried to create a TextBox widget which derived from Box widget and TextArea widget. Because of its multiple inheritances, I also made minor changes to library files by adding keyword "virtual" to solve ambiguity error("base class"touchgfx::Drawable" is ambiguous). Project compiled but it still didn't work.
I would like to know how to create a custom widget class if it's possible. Thank you.
