Class Fox::FXMenuCaption |
|
The menu caption is a widget which can be used as a caption above a number of menu commands in a menu.
MENU_AUTOGRAY: | Automatically gray out when not updated |
MENU_AUTOHIDE: | Automatically hide button when not updated |
Methods |
Attributes |
font | [RW] | The text font [FXFont] |
helpText | [RW] | Status line help text for this menu [String] |
hiliteColor | [RW] | Highlight color [FXColor] |
icon | [RW] | The icon for this menu [FXIcon] |
selBackColor | [RW] | Selection background color [FXColor] |
selTextColor | [RW] | Selection text color [FXColor] |
shadowColor | [RW] | Shadow color [FXColor] |
text | [RW] | The text for this menu [String] |
textColor | [RW] | Text color [FXColor] |
Public Class methods |
new(parent, text, icon=nil, opts=0) {|theMenuCaption| ...} |
Construct a new menu caption