Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxBoxSizer (3erl)

Name

wxBoxSizer - Functions for wxBoxSizer class

Synopsis

Please see following description for synopsis

Description

wxBoxSizer(3)              Erlang Module Definition              wxBoxSizer(3)



NAME
       wxBoxSizer - Functions for wxBoxSizer class

DESCRIPTION
       The  basic  idea  behind a box sizer is that windows will most often be
       laid out in rather simple basic geometry, typically in a row or a  col-
       umn or several hierarchies of either.

       For more information, please see overview_sizer_box.

       See: wxSizer, Overview sizer

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

       wxWidgets docs: wxBoxSizer

DATA TYPES
       wxBoxSizer() = wx:wx_object()

EXPORTS
       new(Orient) -> wxBoxSizer()

              Types:

                 Orient = integer()

              Constructor for a wxBoxSizer.

              orient  may be either of wxVERTICAL or wxHORIZONTAL for creating
              either a column sizer or a row sizer.

       getOrientation(This) -> integer()

              Types:

                 This = wxBoxSizer()

              Returns the orientation of the box sizer, either  wxVERTICAL  or
              wxHORIZONTAL.

       destroy(This :: wxBoxSizer()) -> ok

              Destroys the object.



wxWidgets team.                    wx 2.1.1                      wxBoxSizer(3)