Crazy Eddies GUI System
0.6.0
|
Namespace containing all classes that make up the properties interface for the Window base class. More...
Classes | |
class | ID |
Property to access window ID field. More... | |
class | Alpha |
Property to access window alpha setting. More... | |
class | Font |
Property to access window Font setting. More... | |
class | Text |
Property to access window text setting. More... | |
class | MouseCursorImage |
Property to access window mouse cursor setting. More... | |
class | ClippedByParent |
Property to access window "clipped by parent" setting. More... | |
class | InheritsAlpha |
Property to access window "Inherits Alpha" setting. More... | |
class | AlwaysOnTop |
Property to access window "Always-On-Top" setting. More... | |
class | Disabled |
Property to access window Disabled setting. More... | |
class | Visible |
Property to access window Visible setting. More... | |
class | RestoreOldCapture |
Property to access window Restore Old Capture setting. More... | |
class | DestroyedByParent |
Property to access window Destroyed by Parent setting. More... | |
class | ZOrderChangeEnabled |
Property to access window Z-Order changing enabled setting. More... | |
class | WantsMultiClickEvents |
Property to control whether the window will receive double/triple-click events. More... | |
class | MouseButtonDownAutoRepeat |
Property to control whether the window will receive autorepeat mouse button down events. More... | |
class | AutoRepeatDelay |
Property to access window autorepeat delay value. More... | |
class | AutoRepeatRate |
Property to access window autorepeat rate value. More... | |
class | DistributeCapturedInputs |
Property to access whether inputs are passed to child windows when input is captured to this window. More... | |
class | CustomTooltipType |
Property to access the custom tooltip for this Window. More... | |
class | Tooltip |
Property to access the tooltip text for this Window. More... | |
class | InheritsTooltipText |
Property to access whether the window inherits its tooltip text from its parent whn it has no tooltip text of its own. More... | |
class | RiseOnClick |
Property to access whether the window rises to the top of the z order when clicked. More... | |
class | VerticalAlignment |
Property to access the vertical alignment setting for the window. More... | |
class | HorizontalAlignment |
Property to access the horizontal alignment setting for the window. More... | |
class | UnifiedAreaRect |
Property to access the unified area rectangle of the window. More... | |
class | UnifiedPosition |
Property to access the unified position of the window. More... | |
class | UnifiedXPosition |
Property to access the unified position x-coordinate of the window. More... | |
class | UnifiedYPosition |
Property to access the unified position y-coordinate of the window. More... | |
class | UnifiedSize |
Property to access the unified position of the window. More... | |
class | UnifiedWidth |
Property to access the unified width of the window. More... | |
class | UnifiedHeight |
Property to access the unified height of the window. More... | |
class | UnifiedMinSize |
Property to access the unified minimum size of the window. More... | |
class | UnifiedMaxSize |
Property to access the unified maximum size of the window. More... | |
class | MousePassThroughEnabled |
Property to access whether the window ignores mouse events and pass them through to any windows behind it. More... | |
class | WindowRenderer |
Property to access/change the assigned window renderer object. More... | |
class | LookNFeel |
Property to access/change the assigned look'n'feel. More... | |
class | DragDropTarget |
Property to get/set whether the Window will receive drag and drop related notifications. More... | |
Namespace containing all classes that make up the properties interface for the Window base class.