Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXOptionMenu.h>
Inheritance diagram for FX::FXOptionMenu:
Public Member Functions | |
FXOptionMenu (FXComposite *p, FXPopup *pup=NULL, 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 void | create () |
virtual void | detach () |
virtual void | destroy () |
virtual void | layout () |
virtual void | killFocus () |
virtual FXint | getDefaultWidth () |
virtual FXint | getDefaultHeight () |
virtual bool | contains (FXint parentx, FXint parenty) const |
void | setCurrent (FXOption *win, FXbool notify=FALSE) |
FXOption * | getCurrent () const |
void | setCurrentNo (FXint no, FXbool notify=FALSE) |
FXint | getCurrentNo () const |
FXint | getNumOptions () const |
void | setMenu (FXPopup *pup) |
FXPopup * | getMenu () const |
virtual bool | canFocus () const |
FXbool | isPopped () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXOptionMenu () |
|
Constructor.
|
|
Destructor.
|
|
Create server-side resources.
Reimplemented from FX::FXLabel. |
|
Detach server-side resources.
Reimplemented from FX::FXLabel. |
|
Delete server-side resources.
Reimplemented from FX::FXWindow. |
|
Perform layout.
Reimplemented from FX::FXWindow. |
|
Remove the focus from this window.
Reimplemented from FX::FXWindow. |
|
Return default width.
Reimplemented from FX::FXLabel. |
|
Return default height.
Reimplemented from FX::FXLabel. |
|
Return TRUE if the position is logically in the pane.
Reimplemented from FX::FXWindow. |
|
Set the current option.
|
|
Return the current option.
|
|
Set the current option number.
|
|
Get the current option number.
|
|
Get number of options.
|
|
Set the pane which will be popped up.
|
|
Return the pane which is poppup up.
|
|
Returns true because a option menu can receive focus.
Reimplemented from FX::FXWindow. |
|
Return TRUE if popped up.
|
|
Save option menu to a stream.
Reimplemented from FX::FXLabel. |
|
Load option menu from a stream.
Reimplemented from FX::FXLabel. |
Copyright © 1997-2005 Jeroen van der Zijp |