Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXOptionMenu.h>
Inheritance diagram for FX::FXOption:
Public Member Functions | |
FXOption (FXComposite *p, const FXString &text, FXIcon *ic=NULL, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=JUSTIFY_NORMAL|ICON_BEFORE_TEXT, 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 FXbool | canFocus () const |
virtual void | setFocus () |
virtual void | killFocus () |
virtual | ~FXOption () |
|
Constructor.
|
|
Destructor.
|
|
Return default width.
Reimplemented from FX::FXLabel. |
|
Return default height.
Reimplemented from FX::FXLabel. |
|
Returns true because a menu button can receive focus.
Reimplemented from FX::FXWindow. |
|
Set focus to this window.
Reimplemented from FX::FXWindow. |
|
Remove the focus from this window.
Reimplemented from FX::FXWindow. |
Copyright © 1997-2004 Jeroen van der Zijp |