Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXArrowButton.h>
Inheritance diagram for FX::FXArrowButton:
Public Member Functions | |
FXArrowButton (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=ARROW_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 FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual void | enable () |
virtual void | disable () |
virtual bool | canFocus () const |
void | setState (FXbool s) |
FXbool | getState () const |
void | setHelpText (const FXString &text) |
const FXString & | getHelpText () const |
void | setTipText (const FXString &text) |
const FXString & | getTipText () const |
void | setArrowStyle (FXuint style) |
FXuint | getArrowStyle () const |
void | setArrowSize (FXint size) |
FXint | getArrowSize () const |
void | setJustify (FXuint mode) |
FXuint | getJustify () const |
FXColor | getArrowColor () const |
void | setArrowColor (FXColor clr) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXArrowButton () |
When clicked, the arrow button sends a SEL_COMMAND to its target. When ARROW_REPEAT is passed, the arrow button sends a SEL_COMMAND repeatedly while the button is pressed. The option ARROW_AUTO together with ARROW_REPEAT makes the arrow button work in repeat mode simply by hovering the cursor over it.
See also:
|
Construct arrow button.
|
|
Destructor.
|
|
Get default width.
Reimplemented from FX::FXFrame. |
|
Get default height.
Reimplemented from FX::FXFrame. |
|
Enable the button.
Reimplemented from FX::FXWindow. |
|
Disable the button.
Reimplemented from FX::FXWindow. |
|
Returns true because a button can receive focus.
Reimplemented from FX::FXWindow. |
|
Set the button state (where TRUE means the button is down).
|
|
Get the button state (where TRUE means the button is down).
|
|
Set status line help text for this arrow button.
|
|
Get status line help text for this arrow button.
|
|
Set tool tip message for this arrow button.
|
|
Get tool tip message for this arrow button.
|
|
Set the arrow style flags.
|
|
Get the arrow style flags.
|
|
Set the default arrow size.
|
|
Get the default arrow size.
|
|
Set the current justification mode.
|
|
Get the current justification mode.
|
|
Get the fill color for the arrow.
|
|
Set the fill color for the arrow.
|
|
Save label to a stream.
Reimplemented from FX::FXFrame. |
|
Load label from a stream.
Reimplemented from FX::FXFrame. |
Copyright © 1997-2005 Jeroen van der Zijp |