Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXRuler.h>
Inheritance diagram for FX::FXRuler:
Public Member Functions | |
FXRuler (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=RULER_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
virtual void | create () |
virtual void | detach () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
void | setValue (FXint value) |
FXint | getValue () const |
void | setRulerStyle (FXuint style) |
FXuint | getRulerStyle () const |
FXColor | getTextColor () const |
void | setTextColor (FXColor clr) |
void | setHelpText (const FXString &text) |
FXString | getHelpText () const |
void | setTipText (const FXString &text) |
FXString | getTipText () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXRuler () |
See also:
|
Construct label with given text and icon.
|
|
Destructor.
|
|
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 text font.
|
|
Get the text font.
|
|
Change slider value.
|
|
Return slider value.
|
|
Set ruler style.
|
|
Get ruler style.
|
|
Get the current text color.
|
|
Set the current text color.
|
|
Set the status line help text for this label.
|
|
Get the status line help text for this label.
|
|
Set the tool tip message for this label.
|
|
Get the tool tip message for this label.
|
|
Save label to a stream.
Reimplemented from FX::FXFrame. |
|
Load label from a stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2004 Jeroen van der Zijp |