Adding a wxTextCtrl to a wxToolBar Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
laswone
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Mar 02, 2021 11:08 pm

Adding a wxTextCtrl to a wxToolBar

Post by laswone »

Hi,
I'm really new to wxWidgets, i'm using it in CoodeBlocks with wxSmith.
I couldn't figure out how to add a wxTextCtrl to a wxToolBar using wxSmith.
I would appreciate any help, Thank you!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7449
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Adding a wxTextCtrl to a wxToolBar

Post by ONEEYEMAN »

Hi,
Look at the toolbar sample provided with the wxWidgets.
It has exactly that.

In general - I wouldn't use any RAD tool for other than creating a layout...

Thank you.
Post Reply