... An elaborate way to hold a wxWindow* as parent of a window, but avoiding
mention of wxWindow* in the member functions of BasicUI::Services, to be defined
next
Original commit: 2facbe0d53
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
...so direct uses of wx/app.h may later be removed. That header is one of the
files that is in wxBase, but is not acceptable in "toolkit neutral" code,
which should not directly use any version of an event loop.
Original commit: 50e8139716
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
... but none of the methods is defined yet.
The intention is to inject dependencies on wxWidgets (or other) toolkit so that
lower-level files have less build dependency on wxCore classes or on the
event loop.
Original commit: d20cf01255
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>