Go to the source code of this file.
Classes | |
class | LayoutView_t |
View object, which manages the display of a rectangular area in a window. More... | |
Typedefs | |
typedef int | row_column_set_token_t |
Enumerations | |
enum | layout_h_align_mode_t { eLHAM_align_left = 0, eLHAM_center = 1, eLHAM_align_right = 2 } |
enum | layout_v_align_mode_t { eLVAM_align_top = 0, eLVAM_center = 1, eLVAM_align_bottom = 2 } |
Non-core library: UTgui
Definition in file UTLayoutView.h.
typedef int row_column_set_token_t |
Token identifying a set of rows or columns. The token is returned when a set is created, and can be used to later delete the set if needed.
Definition at line 87 of file UTLayoutView.h.
Enumeration representing whether a view should be left aligned, centered, or right aligned if it can't be expanded to fill its grid allocation in its LayoutView_t parent in the horizontal domain.
Definition at line 67 of file UTLayoutView.h.
Enumeration representing whether a view should be top aligned, centered, or bottom aligned if it can't be expanded to fill its grid allocation in its LayoutView_t parent in the vertical domain.
Definition at line 78 of file UTLayoutView.h.