Class Fox::FXMenuCheck
In: rdoc-sources/FXMenuCheck.rb
Parent: FXMenuCommand

The FXMenuCheck widget is used to change a state in the application from a menu. Menu checks may reflect the state of the application by graying out, becoming hidden, or by a check mark. When activated, a menu check sends a SEL_COMMAND message to its target; the message data contains the new state (one of TRUE, FALSE or MAYBE).

Events

The following messages are sent by FXMenuCheck to its target:

SEL_COMMAND:sent when the command is activated

Methods

new  

Attributes

boxColor  [RW]  Box background color [FXColor]
check  [RW]  Check state, one of TRUE, FALSE or MAYBE

Public Class methods

[Validate]