KeyWorksRW / wxUiEditor

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

Add dialog under Tools menu for managing an Images list #1413

Open KeyWorksRW opened 5 months ago

KeyWorksRW commented 5 months ago

Description:

It would be helpful to have a dialog under the Tools menu that could be used for Image list maintenance. I'm envisioning two lists -- the list on the left is all of the images, and each time an image is selected, the list on the right shows what forms are using it, and below that list would be the actual image (in a wxStaticBitmap). It might be useful to have multiple static bitmaps covering 16x16, 32x32, 48x48, and 64x64 sizes. We could also display it in a popup window with the image's actual size.

Additional functionality would be to add all existing images to the list, and a second option to remove all images not in use.

The final part would be a wxCollapsiblePane that would contain an explanation of what an Image list does. This could also contain a button that creates an Image list if the project doesn't already have one. If there is not Images list, this pane would automatically be expanded so the user can read about it and decide if they want it or not, and if they do, they can create it right there.