![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXOptionMenu.h>

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 () |
| FX::FXOption::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 | |||
| ) |
Constructor.
| virtual FX::FXOption::~FXOption | ( | ) | [virtual] |
Destructor.
| virtual FXint FX::FXOption::getDefaultWidth | ( | ) | [virtual] |
| virtual FXint FX::FXOption::getDefaultHeight | ( | ) | [virtual] |
| virtual bool FX::FXOption::canFocus | ( | ) | const [virtual] |
| virtual void FX::FXOption::setFocus | ( | ) | [virtual] |
| virtual void FX::FXOption::killFocus | ( | ) | [virtual] |
| void FX::FXOption::setSelBackColor | ( | FXColor | clr | ) |
Return the selection background color.
| FXColor FX::FXOption::getSelBackColor | ( | ) | const [inline] |
Return the selection background color.
| void FX::FXOption::setSelTextColor | ( | FXColor | clr | ) |
Return the selection text color.
| FXColor FX::FXOption::getSelTextColor | ( | ) | const [inline] |
Return the selection text color.
|
|