Esempio n. 1
0
 void Rect::Inset(const gfx::Insets& insets)
 {
     Inset(insets.left(), insets.top(), insets.right(), insets.bottom());
 }
Esempio n. 2
0
 void GridLayout::SetInsets(const gfx::Insets& insets)
 {
     SetInsets(insets.top(), insets.left(), insets.bottom(), insets.right());
 }