Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDockTitle.h>
Inheritance diagram for FX::FXDockTitle:
Public Member Functions | |
FXDockTitle (FXComposite *p, const FXString &text, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=FRAME_NORMAL|JUSTIFY_CENTER_X|JUSTIFY_CENTER_Y, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=0, FXint pr=0, FXint pt=0, FXint pb=0) | |
virtual void | create () |
virtual void | detach () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setCaption (const FXString &text) |
FXString | getCaption () const |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
FXColor | getCaptionColor () const |
void | setCaptionColor (FXColor clr) |
void | setJustify (FXuint mode) |
FXuint | getJustify () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXDockTitle () |
The dock title is also used simultaneously to provide a caption above the dock bar.
|
Construct dock bar title widget.
|
|
Destroy.
|
|
Create server-side resources.
Reimplemented from FX::FXWindow. |
|
Detach server-side resources.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXFrame. |
|
Return default height.
Reimplemented from FX::FXFrame. |
|
Set the caption for the grip.
|
|
Get the caption for the grip.
|
|
Set caption font.
|
|
Get caption font.
|
|
Get the current caption color.
|
|
Set the current caption color.
|
|
Set the current justification mode.
|
|
Get the current justification mode.
|
|
Save to stream.
Reimplemented from FX::FXDockHandler. |
|
Load from stream.
Reimplemented from FX::FXDockHandler. |
Copyright © 1997-2005 Jeroen van der Zijp |