Search code examples
c++wxwidgets

how to set an image in wxStatusBar?


Is there any possible way that we can set a bitmap image in the wxStatusBar with the text?

Here I am talking about the Frame status bar.

Is there any function to set an image in the status bar?

If possible, then how can I achieve it? Please help!


Solution

  • If it is possible to add controls to a wxStatusBar, doing the same with an image should work.