![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXMenuCaption.h>
Inheritance diagram for FX::FXMenuCaption:

Public Member Functions | |
| FXMenuCaption (FXComposite *p, const FXString &text, FXIcon *ic=NULL, FXuint opts=0) | |
| virtual void | create () |
| virtual void | detach () |
| virtual void | enable () |
| virtual void | disable () |
| virtual FXint | getDefaultWidth () |
| virtual FXint | getDefaultHeight () |
| void | setText (const FXString &text) |
| FXString | getText () const |
| void | setIcon (FXIcon *ic) |
| FXIcon * | getIcon () const |
| void | setFont (FXFont *fnt) |
| FXFont * | getFont () const |
| void | setMenuStyle (FXuint style) |
| FXuint | getMenuStyle () const |
| FXColor | getTextColor () const |
| void | setTextColor (FXColor clr) |
| FXColor | getSelBackColor () const |
| void | setSelBackColor (FXColor clr) |
| FXColor | getSelTextColor () const |
| void | setSelTextColor (FXColor clr) |
| void | setHiliteColor (FXColor clr) |
| FXColor | getHiliteColor () const |
| void | setShadowColor (FXColor clr) |
| FXColor | getShadowColor () const |
| void | setHelpText (const FXString &text) |
| FXString | getHelpText () const |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual | ~FXMenuCaption () |
See also:
|
||||||||||||||||||||
|
Construct a menu caption.
|
|
|
Destructor.
|
|
|
Create server-side resources.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCascade, and FX::FXMenuTitle. |
|
|
Detach server-side resources.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCascade, and FX::FXMenuTitle. |
|
|
Enable the menu.
Reimplemented from FX::FXWindow. |
|
|
Disable the menu.
Reimplemented from FX::FXWindow. |
|
|
Return default width.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCheck, FX::FXMenuCommand, FX::FXMenuRadio, and FX::FXMenuTitle. |
|
|
Return default height.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCheck, FX::FXMenuCommand, FX::FXMenuRadio, and FX::FXMenuTitle. |
|
|
Set the text for this menu.
|
|
|
Get the text for this menu.
|
|
|
Set the icon for this menu.
|
|
|
Get the icon for this menu.
|
|
|
Set the text font.
|
|
|
Return the text font.
|
|
|
Set menu caption style.
|
|
|
Get menu caption style.
|
|
|
Get the current text color.
|
|
|
Return the current text color.
|
|
|
Return the selection background color.
|
|
|
Return the selection background color.
|
|
|
Return the selection text color.
|
|
|
Return the selection text color.
|
|
|
Change highlight color.
|
|
|
Get highlight color.
|
|
|
Change shadow color.
|
|
|
Get shadow color.
|
|
|
Set the status line help text for this menu.
|
|
|
Get the status line help text for this menu.
|
|
|
Save menu to a stream.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCascade, FX::FXMenuCheck, FX::FXMenuCommand, FX::FXMenuRadio, and FX::FXMenuTitle. |
|
|
Load menu from a stream.
Reimplemented from FX::FXWindow. Reimplemented in FX::FXMenuCascade, FX::FXMenuCheck, FX::FXMenuCommand, FX::FXMenuRadio, and FX::FXMenuTitle. |
|
|