// Purpose: wxGridBagSizer: A sizer that can lay out items in a grid,
// with items at specified cells, and with the option of row
// and/or column spanning
// Purpose: wxGridBagSizer: A sizer that can lay out items in a grid,
// with items at specified cells, and with the option of row
// and/or column spanning
// is successful and after the next Layout the item will be resized.
bool SetSpan( const wxGBSpan& span );
// is successful and after the next Layout the item will be resized.
bool SetSpan( const wxGBSpan& span );
bool Intersects(const wxGBSizerItem& other);
// Returns true if the given pos/span would intersect with this item.
bool Intersects(const wxGBSizerItem& other);
// Returns true if the given pos/span would intersect with this item.