KeyWorksRW
KeyWorksRW
Just to make certain you are going to the right location, here is the link to daily builds: *https://github.com/KeyWorksRW/wxUiEditor/actions/workflows/daily_build.yml * You will want the top most daily build -- click...
That's an oversight -- forms currently do not go through the normal code path that supports the derived_params property. They definitely should.
Unlike controls, forms have two different ways to handle derived classes. The most common is to create your class and derive it from the generated class which in turn derives...
Never mind, I just thought of a scenario -- a base class shared between multiple derived classes.
Dark mode is a Windows-only feature of wxWidgets 3.3.0, so the actual bug is providing the Dark Mode/High Contrast checkbox on non-Windows systems. The current daily debian build no longer...
Moving this to RC 1 -- it's not important enough to hold up Beta 2.
The following works (result == "Here be italic"), though of course it does mean you are using a private class which is not guaranteed to always be available: ```c++ #include...