Vaca::WidgetHitTestEnum Struct Reference

#include <Widget.h>

List of all members.


Detailed Description

See also:
WidgetHitTest

Public Types

enum  enumeration {
  Error, Transparent, Nowhere, Client,
  Caption, SystemMenu, Size, Menu,
  HorizontalScroll, VerticalScroll, MinimizeButton, MaximizeButton,
  Left, Right, Top, TopLeft,
  TopRight, Bottom, BottomLeft, BottomRight,
  Border, Object, Close, Help
}

Static Public Attributes

static const enumeration default_value = Nowhere

Member Enumeration Documentation

Enumerator:
Error 
Transparent 
Nowhere  When the mouse is in the background of a Widget.
Client  When the mouse is in the client area of a Widget.
Caption  When the mouse is in the title bar of a Frame.
SystemMenu  TODO.
Size  TODO.
Menu  When the mouse is in a menu of a Frame.
HorizontalScroll  When the mouse is in a horizontal scroll bar.
VerticalScroll  When the mouse is in a vertical scroll bar.
MinimizeButton  When the mouse is in the minimize button.
MaximizeButton  When the mouse is in the maximize button.
Left  When the mouse is in the left side to resize a Frame.
Right  When the mouse is in the right side to resize a Frame.
Top  When the mouse is in the top side to resize a Frame.
TopLeft  When the mouse is in the top-left corner to resize a Frame.
TopRight  When the mouse is in the top-right corner to resize a Frame.
Bottom  When the mouse is in the bottom side to resize a Frame.
BottomLeft  When the mouse is in the bottom-left corner to resize a Frame.
BottomRight  When the mouse is in the bottom-right corner to resize a Frame.
Border  The cursor is in a border of the widget that doesn't support.
Object 
Close 
Help 


Member Data Documentation