develop inline widgets for listbox

This commit is contained in:
Jinhao
2015-06-21 04:44:49 +08:00
parent c761aced03
commit 1bb9a09a8a
9 changed files with 121 additions and 43 deletions

View File

@@ -173,6 +173,13 @@ namespace nana
_m_move(x, y);
}
/*
void widget::move(const point& pos) //deprecated
{
_m_move(pos);
}
*/
void widget::move(const rectangle& r)
{
_m_move(r);