![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
A menu title is a child of a menu bar which is responsible for popping up a pulldown menu. More...
#include <FXMenuTitle.h>
Public Member Functions | |
| long | onPaint (FXObject *, FXSelector, void *) |
| long | onEnter (FXObject *, FXSelector, void *) |
| long | onLeave (FXObject *, FXSelector, void *) |
| long | onLeftBtnPress (FXObject *, FXSelector, void *) |
| long | onLeftBtnRelease (FXObject *, FXSelector, void *) |
| long | onKeyPress (FXObject *, FXSelector, void *) |
| long | onKeyRelease (FXObject *, FXSelector, void *) |
| long | onHotKeyPress (FXObject *, FXSelector, void *) |
| long | onHotKeyRelease (FXObject *, FXSelector, void *) |
| long | onFocusUp (FXObject *, FXSelector, void *) |
| long | onFocusDown (FXObject *, FXSelector, void *) |
| long | onFocusIn (FXObject *, FXSelector, void *) |
| long | onFocusOut (FXObject *, FXSelector, void *) |
| long | onCmdPost (FXObject *, FXSelector, void *) |
| long | onCmdUnpost (FXObject *, FXSelector, void *) |
| FXMenuTitle (FXComposite *p, const FXString &text, FXIcon *ic=NULL, FXPopup *pup=NULL, FXuint opts=0) | |
| Constructor. | |
| virtual void | create () |
| Create server-side resources. | |
| virtual void | detach () |
| Detach server-side resources. | |
| virtual FXint | getDefaultWidth () |
| Return default width. | |
| virtual FXint | getDefaultHeight () |
| Return default height. | |
| virtual FXbool | canFocus () const |
| Yes it can receive the focus. | |
| virtual void | setFocus () |
| Move the focus to this window. | |
| virtual void | killFocus () |
| Remove the focus from this window. | |
| void | setMenu (FXPopup *menu) |
| Set popup menu to pop up. | |
| FXPopup * | getMenu () const |
| Return popup menu. | |
| virtual FXbool | contains (FXint parentx, FXint parenty) const |
| True if this menu or is popup logically contains the mouse. | |
| virtual void | save (FXStream &store) const |
| Save menu to a stream. | |
| virtual void | load (FXStream &store) |
| Load menu from a stream. | |
| virtual | ~FXMenuTitle () |
| Destructor. | |
Protected Attributes | |
| FXPopup * | pane |
A menu title is a child of a menu bar which is responsible for popping up a pulldown menu.
|
|