Project

General

Profile

Bug #843 » TestIconButton.cpp

Max Quatember, 05/30/2011 04:45 PM

 
namespace
{
class TestIconButton
: public Wt::WApplication
{
public:
TestIconButton( const Wt::WEnvironment& env )
: Wt::WApplication( env )
{
Wt::WPushButton* b = new Wt::WPushButton( root() );
b->setIcon( "icon.png" );
}
};
}
(1-1/2)