![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXPacker.h>
Inheritance diagram for FXPacker:
Public Methods | |
FXPacker (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 packer layout manager. | |
virtual FXint | getDefaultWidth () |
Return default width. | |
virtual FXint | getDefaultHeight () |
Return default height. | |
void | setFrameStyle (FXuint style) |
Change frame style. | |
FXuint | getFrameStyle () const |
Get current frame style. | |
void | setPackingHints (FXuint ph) |
Change packing hints. | |
FXuint | getPackingHints () const |
Return packing hints. | |
FXint | getBorderWidth () const |
Get border width. | |
void | setPadTop (FXint pt) |
Change top padding. | |
FXint | getPadTop () const |
Get top interior padding. | |
void | setPadBottom (FXint pb) |
Change bottom padding. | |
FXint | getPadBottom () const |
Get bottom interior padding. | |
void | setPadLeft (FXint pl) |
Change left padding. | |
FXint | getPadLeft () const |
Get left interior padding. | |
void | setPadRight (FXint pr) |
Change right padding. | |
FXint | getPadRight () const |
Get right interior padding. | |
void | setHiliteColor (FXColor clr) |
Change highlight color. | |
FXColor | getHiliteColor () const |
Get highlight color. | |
void | setShadowColor (FXColor clr) |
Change shadow color. | |
FXColor | getShadowColor () const |
Get shadow color. | |
void | setBorderColor (FXColor clr) |
Change border color. | |
FXColor | getBorderColor () const |
Get border color. | |
void | setBaseColor (FXColor clr) |
Change base gui color. | |
FXColor | getBaseColor () const |
Get base gui color. | |
void | setHSpacing (FXint hs) |
Change horizontal inter-child spacing. | |
FXint | getHSpacing () const |
Return current horizontal inter-child spacing. | |
void | setVSpacing (FXint vs) |
Change vertical inter-child spacing. | |
FXint | getVSpacing () const |
Return current vertical inter-child spacing. | |
virtual void | save (FXStream &store) const |
Save to stream. | |
virtual void | load (FXStream &store) |
Load from stream. |