Enumerations | |
| enum | t { Visible = 1<< 0, DrawBack = 1<< 1, DrawBorder = 1<< 2, CropChildren = 1<< 3, CropSelf = 1<< 4, Focused = 1<< 5, FocusHighlight = 1<< 6, FocusToTop = 1<< 7, HitTest = 1<< 8, Controllable = 1<< 9, AlwaysBubble = 1<<10, Maximized = 1<<11, KeepWithinParent = 1<<12, DrawGrid = 1<<28, MutualExc = 1<<29, SelectOnDrag = 1<<30, Toggleable = 1<<31 } |
| enum glv::Property::t |
| Visible | Whether to draw myself |
| DrawBack | Whether to draw back rect |
| DrawBorder | Whether to draw border |
| CropChildren | Whether to crop children when drawing |
| CropSelf | Whether to crop own drawing routine(s) |
| Focused | Whether View is focused |
| FocusHighlight | Whether to highlight border when focused |
| FocusToTop | Whether to bring to top when focused |
| HitTest | Whether View can be clicked |
| Controllable | Whether View can be controlled through events |
| AlwaysBubble | Whether to bubble all events to parent |
| Maximized | Whether geometry is matched to parent's |
| KeepWithinParent | Ensure that View is fully contained within parent |
| DrawGrid | Whether to draw grid lines between widget elements |
| MutualExc | Whether only one element of a widget can be non-zero |
| SelectOnDrag | Whether a new element of a widget is selected while dragging |
| Toggleable | Whether widget element toggles when clicked |
1.5.5