KeyWorksRW
KeyWorksRW
### Description: Adding a toolbar between the name of the language and the notebook that has the tabs would give us several additional options for commands: - Font: allow the...
### Description: wxUiEditor supports generating code for wxWidgets 3.1. However, because it is built with wxWidgets 3.2, the list of Art images contains many of the new svg images that...
### Description: It would probably make sense to turn the Grid button into a dropdown that lets the user choose between wxGrid and wxGridStringTable. This would certainly be useful as...
### Description: Calling `wxWindow::FromDIP()` in `wxFrame::Create()` before any application window has been created will result in an Assert in wxWidgets. A possible alternative would be to generate: ```c++ if (!wxFrame::Create(parent,...
### Description: It looks like the filename for the Images list is not being used for the #include generated in any C++ header files that use functions/data from the Images...
### Description: We already have problems with C++ supporting two versions of wxWidgets, and wxPerl may end up with 4 supported versions, and we are about to start supporting content...
### Description: Currently for C++ generated classes, if you specify that the class will be derived, then all event handlers are declared virtual and call `event.Skip();`. If you specify that...
### Description: If the Project file is selected, we could show a sample of a derived/inherited wxApp class in the matching language's derived/inherited panels. This code wouldn't be generated, but...
### Description: Unfortunately DialogBlocks does not add any special header to their binary version of a .pjd file., so until you read it you don't know if it is an...
### Description: wxBitmapComboBox can have both a label and a bitmap for each item. NodeProperty has a NODEPROP_BMP_COMBO_ITEM structure and a `as_bmp_combo_items()` method to return a vector of these, but...