| Class | Fox::FXOption |
| In: |
rdoc-sources/FXOptionMenu.rb
|
| Parent: | FXLabel |
Option Menu Button
The following messages are sent by FXOption to its target:
| SEL_KEYPRESS: | sent when a key goes down; the message data is an FXEvent instance. |
| SEL_KEYRELEASE: | sent when a key goes up; the message data is an FXEvent instance. |
| SEL_LEFTBUTTONPRESS: | sent when the left mouse button goes down; the message data is an FXEvent instance. |
| SEL_LEFTBUTTONRELEASE: | sent when the left mouse button goes up; the message data is an FXEvent instance. |
| SEL_COMMAND: | sent when this option is clicked; the message data is an FXEvent instance. |