LightWrap++
AC++wrapperfortheLightWave3DSDK
panel_sizer.h File Reference
#include <lwpp/panel.h>
#include <vector>
+ Include dependency graph for panel_sizer.h:

Go to the source code of this file.

Classes

class  lwpp::ControlSizer
 a sizer containing a single PanelControl More...
class  lwpp::DynamicSizer
class  lwpp::HorizontalSizer
 A sizer with components lined up horizontally. More...
class  lwpp::ManagedPanel
class  lwpp::Sizer
 Virtual base class for all Sizers. More...
class  lwpp::VerticalSizer
 A sizer with components lined up vertically. More...

Namespaces

namespace  lwpp
 contain Carbon specific code for the OSX XCode version platform_carbon.cpp lwpp

Enumerations

enum  lwpp::SizerFlags { lwpp::STRETCH_HORIZONTAL = 1 << 0, lwpp::STRETCH_VERTICAL = 1 << 1 }