get ready for Linux

This commit is contained in:
cnjinhao
2015-02-04 10:26:08 +08:00
parent ec78324743
commit fd5ff571a7
27 changed files with 180 additions and 176 deletions

View File

@@ -7,7 +7,7 @@
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* @file: nana/gui/widgets/spanbox.cpp
* @file: nana/gui/widgets/spinbox.cpp
*/
#include <nana/gui/widgets/spinbox.hpp>
@@ -17,6 +17,9 @@
namespace nana
{
arg_spinbox::arg_spinbox(spinbox& wdg): widget(wdg)
{}
namespace drawerbase
{
namespace spinbox
@@ -26,7 +29,7 @@ namespace nana
{
public:
event_agent(::nana::spinbox& wdg)
: widget_{ wdg }
: widget_(wdg)
{}
void first_change() override{} //empty, because spinbox does not have this event.
@@ -685,4 +688,4 @@ namespace nana
API::refresh_window(*this);
}
}
}//end namespace nana
}//end namespace nana