[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Button states for the popup notifier buttons
Source position: popupnotifier.pas line 33
type TNotifierXButtonButtonState = ( |
||
nbsUp, |
|
The button is up |
nbsDown, |
|
The button is down |
nbsHot |
|
The button is hot (under the mouse) |
); |
TNotifierXButtonButtonState is an enumeration type with values that define the state for buttons in TPopupNotifier. TNotifierXButtonButtonState is defined to avoid a dependency on the Buttons unit.
lazarus-ccr.sourceforge.net |