explicit conversion from point/size to rectangle
This commit is contained in:
@@ -173,12 +173,10 @@ namespace nana
|
||||
_m_move(x, y);
|
||||
}
|
||||
|
||||
/*
|
||||
void widget::move(const point& pos) //deprecated
|
||||
void widget::move(const point& pos)
|
||||
{
|
||||
_m_move(pos);
|
||||
_m_move(pos.x, pos.y);
|
||||
}
|
||||
*/
|
||||
|
||||
void widget::move(const rectangle& r)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user