GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxBoxSizer(3) Erlang Module Definition wxBoxSizer(3)

wxBoxSizer - Functions for wxBoxSizer class

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 column 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

wxBoxSizer() = wx:wx_object()

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.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.