⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (264 Bytes)
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"
);
}
};
}
« Previous
1
2
Next »
(1-1/2)
Loading...