Project

General

Profile

Bug #898 ยป test.cpp

Max Quatember, 07/13/2011 03:59 PM

 
namespace
{
class TestToolTip
: public Wt::WApplication
{
public:
TestToolTip( const Wt::WEnvironment& env )
: Wt::WApplication( env )
{
Wt::WLabel* w = new Wt::WLabel( "hover to show tip", root() );
w->setToolTip( " xxxx xxxxxxxxxxx xxxxxx xxxxxxxXXXXXXXXXXXXXXXXXXXXXX", Wt::XHTMLText );
}
};
}
    (1-1/1)