search for: wxgbsizeritem

Displaying 1 result from an estimated 1 matches for "wxgbsizeritem".

2007 Jan 25
0
[854] trunk/wxruby2/swig/classes: Add support for GridBagSizer
...int height, + const wxGBPosition& pos, + const wxGBSpan& span = wxDefaultSpan, + int flag = 0, + int border = 0, + wxObject* userData = NULL ); + wxSizerItem* Add( wxGBSizerItem *item ); + + + // Get/Set the size used for cells in the grid with no item. + wxSize GetEmptyCellSize() const { return m_emptyCellSize; } + void SetEmptyCellSize(const wxSize& sz) { m_emptyCellSize = sz; } + + // Get the size of the specified cell, including hgap and vgap....