KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Add protected_class_methods to header properties #1396

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR adds a protected_class_method so that non-derived class header files can add methods that should not be exposed outside of the class implementation.