KeyWorksRW
KeyWorksRW
### Description: This would mostly be for convenience -- it would have the same effect as the toolbar button above the navigation bar. It has the advantage of being discoverable...
### Description: This may be a general problem. Create a deep tree hierarchy such as a nested menu, for example the Add menu in wxUiEditor. Collapse items so that only...
### Description: If an image is removed from Images list, code generation will still try to load the image from the Image list until the project is reloaded. Tested on...
### Description: wxWidgets 3.3 now supports wxVListBox in XRC -- it will need to be added to the generator, and verified in the importer.
### Description: I had a hunch that all the training data AI has would include data would about complaints about missing features in standard OS Find/Replace dialogs. I also figured...
### Description: It is useful to not use a derived class for very simple functionality, and it's certainly good to have a few implemented this way to verify that our...
### Description: Prior to wxWidgets 3.3, the wxString class was not a good choice for a general purpose string container -- std::string was still preferred for lower memory use and...
### Description: C++ code analysis can complain about using a C-style array instead of std::array for our embedded bitmap images. If we change that, we could also change the call...
### Description: Currently, the `art_directory` can only hold a single path. That's probably fine for a small project, but larger projects could easily have more then one location for artwork....
### Description: # Additional persistent support in 3.3.x - wxPersistentCheckBox https://docs.wxwidgets.org/trunk/classwx_persistent_check_box.html - wxPersistentRadioButton https://docs.wxwidgets.org/trunk/classwx_persistent_radio_button.html