Blender V4.3
ScrGlobalAreaData Struct Reference

#include <DNA_screen_types.h>

Public Attributes

short cur_fixed_height
 
short size_min
 
short size_max
 
short align
 
short flag
 
char _pad [2]
 

Detailed Description

Definition at line 350 of file DNA_screen_types.h.

Member Data Documentation

◆ _pad

char ScrGlobalAreaData::_pad[2]

Definition at line 367 of file DNA_screen_types.h.

◆ align

short ScrGlobalAreaData::align

GlobalAreaAlign.

Definition at line 363 of file DNA_screen_types.h.

◆ cur_fixed_height

short ScrGlobalAreaData::cur_fixed_height

Global areas have a non-dynamic size. That means, changing the window size doesn't affect their size at all. However, they can still be 'collapsed', by changing this value. Ignores DPI (ED_area_global_size_y and winx/winy don't).

Definition at line 356 of file DNA_screen_types.h.

◆ flag

short ScrGlobalAreaData::flag

GlobalAreaFlag.

Definition at line 366 of file DNA_screen_types.h.

Referenced by ED_screen_areas_iter_first().

◆ size_max

short ScrGlobalAreaData::size_max

Definition at line 361 of file DNA_screen_types.h.

Referenced by screen_global_area_refresh().

◆ size_min

short ScrGlobalAreaData::size_min

For global areas, this is the min and max size they can use depending on if they are 'collapsed' or not.

Definition at line 361 of file DNA_screen_types.h.


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