Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGroupBox.h>
Inheritance diagram for FX::FXGroupBox:
Public Member Functions | |
FXGroupBox (FXComposite *p, const FXString &text, FXuint opts=GROUPBOX_NORMAL, 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 | create () |
virtual void | detach () |
virtual void | layout () |
virtual void | enable () |
virtual void | disable () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setText (const FXString &text) |
FXString | getText () const |
void | setGroupBoxStyle (FXuint style) |
FXuint | getGroupBoxStyle () const |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
void | setTextColor (FXColor clr) |
FXColor | getTextColor () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
Typically, a title is placed over the border to provide some clarification.
See also:
|
Construct group box layout manager.
|
|
Create server-side resources.
Reimplemented from FX::FXComposite. |
|
Detach server-side resources.
Reimplemented from FX::FXComposite. |
|
Perform layout.
Reimplemented from FX::FXPacker. |
|
Enable the window.
Reimplemented from FX::FXWindow. |
|
Disable the window.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXPacker. |
|
Return default height.
Reimplemented from FX::FXPacker. |
|
Change group box title text.
|
|
Return current groupbox title text.
|
|
Change group box style.
|
|
Return current group box style.
|
|
Change title font.
|
|
Return title font.
|
|
Change title text color.
|
|
Return text color.
|
|
Save to a stream.
Reimplemented from FX::FXPacker. |
|
Load from a stream.
Reimplemented from FX::FXPacker. |
Copyright © 1997-2005 Jeroen van der Zijp |