[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseact.pas line 54
type shapestatesty = set of ( |
shs_disabled, |
shs_invisible, |
shs_checked, |
shs_default, |
shs_separator, |
shs_optional, |
shs_checkbox, |
shs_radiobutton, |
shs_clicked, |
shs_mouse, |
shs_moveclick, |
shs_focused, |
shs_active, |
shs_suppressed, |
shs_horz, |
shs_vert, |
shs_opposite, |
shs_ellipsemouse, |
shs_widgetorg, |
shs_showfocusrect, |
shs_showdefaultrect, |
shs_flat, |
shs_noanimation, |
shs_nomouseanimation, |
shs_noclickanimation, |
shs_nofocusanimation, |
shs_focusanimation, |
shs_focuscolor, |
shs_checkbutton, |
shs_menuarrow, |
shs_noinnerrect |
); |