FX::FXHorizontalFrame Class Reference
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from left-to-right, or right-to-left, depending on the child window's layout hints.
More...
#include <FXHorizontalFrame.h>
List of all members.
Public Member Functions |
| FXHorizontalFrame (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
Horizontal frame layout manager widget is used to automatically place child-windows horizontally from left-to-right, or right-to-left, depending on the child window's layout hints.
Constructor & Destructor Documentation
FX::FXHorizontalFrame::FXHorizontalFrame |
( |
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 horizontal frame layout manager.
Member Function Documentation
virtual void FX::FXHorizontalFrame::layout |
( |
|
) |
[virtual] |
virtual FXint FX::FXHorizontalFrame::getDefaultWidth |
( |
|
) |
[virtual] |
virtual FXint FX::FXHorizontalFrame::getDefaultHeight |
( |
|
) |
[virtual] |