int border,
wxObject* userData );
+ // default ctor
+ wxGBSizerItem();
+
+
// Get the grid position of the item
wxGBPosition GetPos() const { return m_pos; }
void GetPos(int& row, int& col) const;
private:
- DECLARE_CLASS(wxGBSizerItem)
+ DECLARE_DYNAMIC_CLASS(wxGBSizerItem)
DECLARE_NO_COPY_CLASS(wxGBSizerItem)
};