RE: what is the correct way: scrolledwindow in a notebook page
Kenneth Porter <[email protected]> Thu, 13 Mar 2025 16:41:19 -0700
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
I find it useful to mock up my GUI code using wxFormBuilder. In most cases I can simply derive from the generated classes. In cases where I need to dynamically create controls, I use it to create a prototype and then copy and paste what I need into my dynamic code. Add a suffix to the generated class like _FB. For example, design your dialog as MyDialog_FB and then, in a separate pair of cpp/h files, define your logic in a class MyDialog that inherits MyDialog_FB. -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/wx-users/9aebd220-0c75-47e6-8618-9a3d33728f6e%40sewingwitch.com.