FlowContainer
Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: HFlowContainer, VFlowContainer
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
Methods
get_line_count ( ) const |
Theme Properties
|
||
|
Enumerations
enum AlignmentMode:
AlignmentMode ALIGNMENT_BEGIN = 0
There is currently no description for this enum. Please help us by contributing one!
AlignmentMode ALIGNMENT_CENTER = 1
There is currently no description for this enum. Please help us by contributing one!
AlignmentMode ALIGNMENT_END = 2
There is currently no description for this enum. Please help us by contributing one!
enum LastWrapAlignmentMode:
LastWrapAlignmentMode LAST_WRAP_ALIGNMENT_INHERIT = 0
There is currently no description for this enum. Please help us by contributing one!
LastWrapAlignmentMode LAST_WRAP_ALIGNMENT_BEGIN = 1
There is currently no description for this enum. Please help us by contributing one!
LastWrapAlignmentMode LAST_WRAP_ALIGNMENT_CENTER = 2
There is currently no description for this enum. Please help us by contributing one!
LastWrapAlignmentMode LAST_WRAP_ALIGNMENT_END = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
AlignmentMode alignment = 0
void set_alignment ( AlignmentMode value )
AlignmentMode get_alignment ( )
There is currently no description for this property. Please help us by contributing one!
LastWrapAlignmentMode last_wrap_alignment = 0
void set_last_wrap_alignment ( LastWrapAlignmentMode value )
LastWrapAlignmentMode get_last_wrap_alignment ( )
There is currently no description for this property. Please help us by contributing one!
bool reverse_fill = false
There is currently no description for this property. Please help us by contributing one!
bool vertical = false
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int get_line_count ( ) const
There is currently no description for this method. Please help us by contributing one!
Theme Property Descriptions
int h_separation = 4
There is currently no description for this theme property. Please help us by contributing one!
int v_separation = 4
There is currently no description for this theme property. Please help us by contributing one!