Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXPacker.h>
Inheritance diagram for FX::FXPacker:
Each time a child is placed, the remaining space is decreased by the amount of space taken by the child window. The side against which a child is placed is determined by the LAYOUT_SIDE_TOP, LAYOUT_SIDE_BOTTOM, LAYOUT_SIDE_LEFT, and LAYOUT_SIDE_RIGHT hints given by the child window. Other layout hints from the child are observed as far as sensible. So for example, a child placed against the right edge can still have LAYOUT_FILL_Y or LAYOUT_TOP, and so on. The last child may have both LAYOUT_FILL_X and LAYOUT_FILL_Y, in which case it will be placed to take all remaining space.
See also:
|
Construct packer layout manager.
|
|
Return default width.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXComboBox, FX::FXDockSite, FX::FXGroupBox, FX::FXHorizontalFrame, FX::FXListBox, FX::FXMatrix, FX::FXRealSpinner, FX::FXSpinner, FX::FXSpring, FX::FXStatusBar, FX::FXSwitcher, FX::FXTabBar, FX::FXTabBook, FX::FXToolBar, FX::FXTreeListBox, and FX::FXVerticalFrame. |
|
Return default height.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXComboBox, FX::FXDockSite, FX::FXGroupBox, FX::FXHorizontalFrame, FX::FXListBox, FX::FXMatrix, FX::FXRealSpinner, FX::FXSpinner, FX::FXSpring, FX::FXStatusBar, FX::FXSwitcher, FX::FXTabBar, FX::FXTabBook, FX::FXToolBar, FX::FXTreeListBox, and FX::FXVerticalFrame. |
|
Perform layout.
Reimplemented from FX::FXComposite. Reimplemented in FX::FXComboBox, FX::FXDockSite, FX::FXGroupBox, FX::FXHorizontalFrame, FX::FXListBox, FX::FXMatrix, FX::FXRealSpinner, FX::FXShutter, FX::FXSpinner, FX::FXStatusBar, FX::FXSwitcher, FX::FXTabBar, FX::FXTabBook, FX::FXToolBar, FX::FXTreeListBox, and FX::FXVerticalFrame. |
|
Change frame style.
|
|
Get current frame style.
|
|
Change packing hints.
|
|
Return packing hints.
|
|
Get border width.
|
|
Change top padding.
|
|
Get top interior padding.
|
|
Change bottom padding.
|
|
Get bottom interior padding.
|
|
Change left padding.
|
|
Get left interior padding.
|
|
Change right padding.
|
|
Get right interior padding.
|
|
Change highlight color.
|
|
Get highlight color.
|
|
Change shadow color.
|
|
Get shadow color.
|
|
Change border color.
|
|
Get border color.
|
|
Change base gui color.
|
|
Get base gui color.
|
|
Change horizontal inter-child spacing.
|
|
Return current horizontal inter-child spacing.
|
|
Change vertical inter-child spacing.
|
|
Return current vertical inter-child spacing.
|
|
Save to stream.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXColorSelector, FX::FXComboBox, FX::FXDirBox, FX::FXDirSelector, FX::FXDockBar, FX::FXDriveBox, FX::FXFileSelector, FX::FXFontSelector, FX::FXGroupBox, FX::FXListBox, FX::FXRealSpinner, FX::FXSpinner, FX::FXSpring, FX::FXStatusBar, FX::FXSwitcher, FX::FXTabBar, and FX::FXTreeListBox. |
|
Load from stream.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXColorSelector, FX::FXComboBox, FX::FXDirBox, FX::FXDirSelector, FX::FXDockBar, FX::FXDriveBox, FX::FXFileSelector, FX::FXFontSelector, FX::FXGroupBox, FX::FXListBox, FX::FXRealSpinner, FX::FXSpinner, FX::FXSpring, FX::FXStatusBar, FX::FXSwitcher, FX::FXTabBar, and FX::FXTreeListBox. |
Copyright © 1997-2005 Jeroen van der Zijp |