Add proto native functions allowing you to get and set the number of rows/columns a GridSpacerWidget has.
proto native int GetRowCount() proto native void SetRowCount(int rowCount) proto native int GetColumnCount() proto native void SetColumnCount(int columnCount)