Owner-drawn animated wxStaticText scrollbar
Posted: Mon Jun 25, 2012 3:43 pm
i hope you will find this simple scrollbar control 
usage:
#include "ProgressBeer.h"
m_pProgressBar = new CProgressBeer(this, wxPoint(80,224), wxSize(360,13)); // parent can be any wxWindow
m_pProgressBar->Animate(true);
Enjoy!

usage:
#include "ProgressBeer.h"
m_pProgressBar = new CProgressBeer(this, wxPoint(80,224), wxSize(360,13)); // parent can be any wxWindow
m_pProgressBar->Animate(true);
Enjoy!