Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXButton.h>
Inheritance diagram for FX::FXButton:
Public Member Functions | |
FXButton (FXComposite *p, const FXString &text, FXIcon *ic=NULL, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=BUTTON_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 FXbool | canFocus () const |
virtual void | setFocus () |
virtual void | killFocus () |
virtual void | setDefault (FXbool enable=TRUE) |
void | setState (FXuint s) |
FXuint | getState () const |
void | setButtonStyle (FXuint style) |
FXuint | getButtonStyle () const |
When pressed, the button widget sends a SEL_COMMAND to its target.
See also:
|
Construct button with text and icon.
|
|
Returns true because a button can receive focus.
Reimplemented from FX::FXWindow. |
|
Move the focus to this window.
Reimplemented from FX::FXWindow. |
|
Remove the focus from this window.
Reimplemented from FX::FXWindow. |
|
Set as default button.
Reimplemented from FX::FXWindow. |
|
Set the button state.
|
|
Get the button state.
|
|
Set the button style flags.
|
|
Get the button style flags.
|
Copyright © 1997-2004 Jeroen van der Zijp |