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 bool | canFocus () const |
virtual void | setFocus () |
virtual void | killFocus () |
void | setSelBackColor (FXColor clr) |
FXColor | getSelBackColor () const |
void | setSelTextColor (FXColor clr) |
FXColor | getSelTextColor () const |
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. |
|
Return the selection background color.
|
|
Return the selection background color.
|
|
Return the selection text color.
|
|
Return the selection text color.
|
Copyright © 1997-2005 Jeroen van der Zijp |