![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDockTitle.h>

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.
| FX::FXDockTitle::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 | |||
| ) |
Construct dock bar title widget.
| virtual FX::FXDockTitle::~FXDockTitle | ( | ) | [virtual] |
Destroy.
| virtual void FX::FXDockTitle::create | ( | ) | [virtual] |
| virtual void FX::FXDockTitle::detach | ( | ) | [virtual] |
| virtual FXint FX::FXDockTitle::getDefaultWidth | ( | ) | [virtual] |
| virtual FXint FX::FXDockTitle::getDefaultHeight | ( | ) | [virtual] |
| void FX::FXDockTitle::setCaption | ( | const FXString & | text | ) |
Set the caption for the grip.
| FXString FX::FXDockTitle::getCaption | ( | ) | const [inline] |
Get the caption for the grip.
| void FX::FXDockTitle::setFont | ( | FXFont * | fnt | ) |
Set caption font.
| FXFont* FX::FXDockTitle::getFont | ( | ) | const [inline] |
Get caption font.
| FXColor FX::FXDockTitle::getCaptionColor | ( | ) | const [inline] |
Get the current caption color.
| void FX::FXDockTitle::setCaptionColor | ( | FXColor | clr | ) |
Set the current caption color.
| void FX::FXDockTitle::setJustify | ( | FXuint | mode | ) |
Set the current justification mode.
| FXuint FX::FXDockTitle::getJustify | ( | ) | const |
Get the current justification mode.
| virtual void FX::FXDockTitle::save | ( | FXStream & | store | ) | const [virtual] |
| virtual void FX::FXDockTitle::load | ( | FXStream & | store | ) | [virtual] |
|
|