Simple GUI Library
Sgl::AnchorPane::Anchors Struct Reference
Collaboration diagram for Sgl::AnchorPane::Anchors:

Public Attributes

int32_t topAnchor = ANCHOR_NOT_ENABLED
 
int32_t rightAnchor = ANCHOR_NOT_ENABLED
 
int32_t bottomAnchor = ANCHOR_NOT_ENABLED
 
int32_t leftAnchor = ANCHOR_NOT_ENABLED
 

Detailed Description

Definition at line 42 of file anchor_pane.h.

Member Data Documentation

◆ bottomAnchor

int32_t Sgl::AnchorPane::Anchors::bottomAnchor = ANCHOR_NOT_ENABLED

Definition at line 46 of file anchor_pane.h.

◆ leftAnchor

int32_t Sgl::AnchorPane::Anchors::leftAnchor = ANCHOR_NOT_ENABLED

Definition at line 47 of file anchor_pane.h.

◆ rightAnchor

int32_t Sgl::AnchorPane::Anchors::rightAnchor = ANCHOR_NOT_ENABLED

Definition at line 45 of file anchor_pane.h.

◆ topAnchor

int32_t Sgl::AnchorPane::Anchors::topAnchor = ANCHOR_NOT_ENABLED

Definition at line 44 of file anchor_pane.h.


The documentation for this struct was generated from the following file: