![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXTicker.h>
Inheritance diagram for FXEX::FXTicker::
Public Methods | |
FXTicker (FXComposite *p, const FXString &txt, FXuint opts=FRAME_SUNKEN|FRAME_THICK, 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 FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | create () |
virtual void | detach () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
void | setText (const FXString &txt) |
FXString | getText () const |
void | setSpeed (FXint s) |
FXint | getSpeed () const |
void | setRate (FXint r) |
FXint | getRate () const |
void | setFont (FXFont *fnt) |
FXFont * | getFont () const |
virtual | ~FXTicker () |
The displayed text, its font, and animation speed can be fully configured.
Definition at line 36 of file FXTicker.h.
|
Ticker widget; draws a text that's running sideways.
|
|
Clean up.
|
|
Report desired width.
|
|
Report desired height.
|
|
Realize resources for the widget.
|
|
Detach resources for the widget.
|
|
save resources.
|
|
load resources.
|
|
Change the text.
|
|
Return the current text.
Definition at line 76 of file FXTicker.h. |
|
Change drawing speed; speed of zero disables the animation.
|
|
Return current speed setting.
Definition at line 82 of file FXTicker.h. |
|
Change movement rate; -ve moves left; +ve moves right.
|
|
Get movement rate.
Definition at line 88 of file FXTicker.h. |
|
Set the text font.
|
|
Get the text font.
Definition at line 94 of file FXTicker.h. |