Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
layout_attributes_placement_t Struct Reference

#include <layout_attributes.hpp>

Inheritance diagram for layout_attributes_placement_t:
eve_t layout_attributes_t

Public Types

enum  placement_t { place_leaf , place_column , place_row , place_overlay }

Detailed Description

Definition at line 53 of file layout_attributes.hpp.

Member Enumeration Documentation

◆ placement_t

Specifies the placement of child views inside their containing view.

Enumerator
place_leaf 

This view is a leaf node and has no children.

place_column 

Children are to be stacked in a column in the parent view.

place_row 

Children are to be lined up in a row in the parent view.

place_overlay 

Intended for use when two or more placeable objects are to occupy the same screen real estate at mutually exclusive times. In this instance the immediate children of the parent whose placement is set to overlay have their vertical and horizontal alignments set to align_fill.

Definition at line 54 of file layout_attributes.hpp.