Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXVerticalFrame Class Reference

Vertical frame layout manager widget is used to automatically place child-windows vertically from top-to-bottom, or bottom-to-top, depending on the child window's layout hints. More...

#include <FXVerticalFrame.h>

Inheritance diagram for FX::FXVerticalFrame:

FX::FXPacker FX::FXComposite FX::FXWindow FX::FXDrawable FX::FXId FX::FXObject FX::FXShutter FX::FXShutterItem List of all members.

Public Member Functions

 FXVerticalFrame (FXComposite *p, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_SPACING, FXint pr=DEFAULT_SPACING, FXint pt=DEFAULT_SPACING, FXint pb=DEFAULT_SPACING, FXint hs=DEFAULT_SPACING, FXint vs=DEFAULT_SPACING)
virtual void layout ()
virtual FXint getDefaultWidth ()
virtual FXint getDefaultHeight ()

Detailed Description

Vertical frame layout manager widget is used to automatically place child-windows vertically from top-to-bottom, or bottom-to-top, depending on the child window's layout hints.


Constructor & Destructor Documentation

FX::FXVerticalFrame::FXVerticalFrame FXComposite p,
FXuint  opts = 0,
FXint  x = 0,
FXint  y = 0,
FXint  w = 0,
FXint  h = 0,
FXint  pl = DEFAULT_SPACING,
FXint  pr = DEFAULT_SPACING,
FXint  pt = DEFAULT_SPACING,
FXint  pb = DEFAULT_SPACING,
FXint  hs = DEFAULT_SPACING,
FXint  vs = DEFAULT_SPACING
 

Construct a vertical frame layout manager.


Member Function Documentation

virtual void FX::FXVerticalFrame::layout  )  [virtual]
 

Perform layout.

Reimplemented from FX::FXPacker.

Reimplemented in FX::FXShutter.

virtual FXint FX::FXVerticalFrame::getDefaultWidth  )  [virtual]
 

Return default width.

Reimplemented from FX::FXPacker.

virtual FXint FX::FXVerticalFrame::getDefaultHeight  )  [virtual]
 

Return default height.

Reimplemented from FX::FXPacker.

Copyright © 1997-2005 Jeroen van der Zijp