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

AlignmentMode

alignment

0

LastWrapAlignmentMode

last_wrap_alignment

0

bool

reverse_fill

false

bool

vertical

false

Methods

int

get_line_count ( ) const

Theme Properties

int

h_separation

4

int

v_separation

4


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

There is currently no description for this property. Please help us by contributing one!


LastWrapAlignmentMode last_wrap_alignment = 0

There is currently no description for this property. Please help us by contributing one!


bool reverse_fill = false

  • void set_reverse_fill ( bool value )

  • bool is_reverse_fill ( )

There is currently no description for this property. Please help us by contributing one!


bool vertical = false

  • void set_vertical ( bool value )

  • bool is_vertical ( )

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!