.TH wxGBSizerItem 3erl "wx 2.4.1" "wxWidgets team." "Erlang Module Definition" .SH NAME wxGBSizerItem \- Functions for wxGBSizerItem class .SH DESCRIPTION .LP The \fIwxGBSizerItem\fR\& class is used by the \fIwxGridBagSizer\fR\& for tracking the items in the sizer\&. It adds grid position and spanning information to the normal \fIwxSizerItem\fR\& by adding \fIwxGBPosition\fR\& (not implemented in wx) and \fIwxGBSpan\fR\& (not implemented in wx) attributes\&. Most of the time you will not need to use a \fIwxGBSizerItem\fR\& directly in your code, but there are a couple of cases where it is handy\&. .LP This class is derived (and can use functions) from: \fIwxSizerItem\fR\& .LP wxWidgets docs: wxGBSizerItem .SH DATA TYPES .nf \fBwxGBSizerItem()\fR\& = wx:wx_object() .br .fi