Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxGBSizerItem (3erl)

Name

wxGBSizerItem - Functions for wxGBSizerItem class

Synopsis

Please see following description for synopsis

Description

wxGBSizerItem(3)           Erlang Module Definition           wxGBSizerItem(3)



NAME
       wxGBSizerItem - Functions for wxGBSizerItem class

DESCRIPTION
       The  wxGBSizerItem class is used by the wxGridBagSizer for tracking the
       items in the sizer. It adds grid position and spanning  information  to
       the  normal  wxSizerItem by adding wxGBPosition (not implemented in wx)
       and wxGBSpan (not implemented in wx) attributes. Most of the  time  you
       will  not  need to use a wxGBSizerItem directly in your code, but there
       are a couple of cases where it is handy.

       This class is derived (and can use functions) from: wxSizerItem

       wxWidgets docs: wxGBSizerItem

DATA TYPES
       wxGBSizerItem() = wx:wx_object()



wxWidgets team.                    wx 2.1.1                   wxGBSizerItem(3)